misc: cleanup
This commit is contained in:
parent
7000e63807
commit
2cecb142e1
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -7,24 +7,33 @@
|
||||||
- [**@MitchWeaver**](https://github.com/MitchWeaver)
|
- [**@MitchWeaver**](https://github.com/MitchWeaver)
|
||||||
- [**@StarryTony**](https://github.com/StarryTony)
|
- [**@StarryTony**](https://github.com/StarryTony)
|
||||||
- [**@rage311**](https://github.com/rage311)
|
- [**@rage311**](https://github.com/rage311)
|
||||||
|
- [**@matoro**](https://github.com/matoro)
|
||||||
|
- [**@szfcbr**](https://github.com/szfcbr)
|
||||||
|
- [**@ArmstrongJ**](https://github.com/ArmstrongJ)
|
||||||
|
|
||||||
|
|
||||||
## OS
|
## OS
|
||||||
|
|
||||||
- Fixed detection bug with Gentoo.
|
|
||||||
- Fixed detection bug with TrueOS. [**@dawidd6**](https://github.com/dawidd6)
|
|
||||||
- Added support for macOS High Sierra. [**@yslgirl**](https://github.com/yslgirl)
|
- Added support for macOS High Sierra. [**@yslgirl**](https://github.com/yslgirl)
|
||||||
- Added support for Container Linux by CoreOS. [**@chrisweeksnz**](https://github.com/chrisweeksnz)
|
- Added support for Container Linux by CoreOS. [**@chrisweeksnz**](https://github.com/chrisweeksnz)
|
||||||
- Added support for 2017 iOS devices. [**@iandrewt**](https://github.com/iandrewt)
|
- Added support for 2017 iOS devices. [**@iandrewt**](https://github.com/iandrewt)
|
||||||
- Added support for LEDE. [**@dawidd6**](https://github.com/dawidd6)
|
- Added support for LEDE. [**@dawidd6**](https://github.com/dawidd6)
|
||||||
- Added support for Pop!\_OS. [**@jliles**](https://github.com/jliles)
|
- Added support for Pop!\_OS. [**@jliles**](https://github.com/jliles)
|
||||||
- Added support for Lunar Linux.
|
- Added support for Lunar Linux.
|
||||||
|
- Added support for 32-bit IRIX. [**@szfcbr**](https://github.com/szfcbr)
|
||||||
|
- Added support for FreeMINT. [**@ArmstrongJ**](https://github.com/ArmstrongJ)
|
||||||
|
- Fixed detection bug with Gentoo.
|
||||||
|
- Fixed detection bug with OpenWRT. [**@dawidd6**](https://github.com/dawidd6)
|
||||||
|
- Fixed detection bug with LEDE. [**@dawidd6**](https://github.com/dawidd6)
|
||||||
|
- Fixed detection bug with TrueOS. [**@dawidd6**](https://github.com/dawidd6)
|
||||||
|
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
- Added more info to verbose mode for debugging.
|
- Added more info to verbose mode for debugging.
|
||||||
- Fixed bug in prompt location calculation.
|
- Fixed bug in prompt location calculation.
|
||||||
|
- Fixed prompt bug in OpenBSD.
|
||||||
|
- Swapped sequences from `\033` to `\e`.
|
||||||
|
|
||||||
|
|
||||||
## Ascii
|
## Ascii
|
||||||
|
@ -43,6 +52,7 @@
|
||||||
**Desktop Environment**
|
**Desktop Environment**
|
||||||
|
|
||||||
- Added GNOME version.
|
- Added GNOME version.
|
||||||
|
- Added support for TDE.
|
||||||
|
|
||||||
**Window Manager**
|
**Window Manager**
|
||||||
|
|
||||||
|
@ -70,6 +80,7 @@
|
||||||
**GPU**
|
**GPU**
|
||||||
|
|
||||||
- [linux] Added driver version to NVIDIA output.
|
- [linux] Added driver version to NVIDIA output.
|
||||||
|
- [linux] Added driver version to Intel output.
|
||||||
- [macOS] Added NVIDIA support. [**@iandrewt**](https://github.com/iandrewt)
|
- [macOS] Added NVIDIA support. [**@iandrewt**](https://github.com/iandrewt)
|
||||||
|
|
||||||
**Memory**
|
**Memory**
|
||||||
|
@ -95,3 +106,11 @@
|
||||||
**Disk**
|
**Disk**
|
||||||
|
|
||||||
- Update Haiku's detection. [**@dawidd6**](https://github.com/dawidd6)
|
- Update Haiku's detection. [**@dawidd6**](https://github.com/dawidd6)
|
||||||
|
|
||||||
|
**Battery**
|
||||||
|
|
||||||
|
- Fixed Windows detection. [**@matoro**](https://github.com/matoro)
|
||||||
|
|
||||||
|
**Shell**
|
||||||
|
|
||||||
|
- Added support for `tcsh`. [**@szfcbr**](https://github.com/szfcbr)
|
||||||
|
|
Reference in New Issue