Changelog
This commit is contained in:
parent
d77bbd9619
commit
6f002ff219
47
1.8.md
47
1.8.md
|
@ -11,39 +11,40 @@
|
|||
- **[@aranega](https://github.com/aranega)**
|
||||
- **[@vendion](https://github.com/vendion)**
|
||||
- **[@konimex](https://github.com/konimex)**
|
||||
- **[@undrskr](https://github.com/undrskr)**
|
||||
|
||||
### General
|
||||
|
||||
- Added `--version` to print the neofetch version.
|
||||
- Fix issue when title and background were both color `7`.
|
||||
- Fix issue with incorrect text color when `barinfo` is set.
|
||||
- Fixed various Travis.ci bugs.
|
||||
- Fix lint errors.
|
||||
- Moved all whitespace trimming to a dedicated function.
|
||||
- Neofetch will no longer have any whitespace issues in the output.
|
||||
- See [trim()](https://github.com/dylanaraps/neofetch/commit/d3c87cdaacf1ea9fbf245146c910dc53b49dba08#diff-e863270127ca6116fd30e708cdc582fcR2789)
|
||||
- Only call `tput` when we really need to.
|
||||
- Supress `getconfig` and `getscriptdir` errors.
|
||||
- Quote all variable/command substitutions.
|
||||
- Removed `line_wrap` as having it set to `on` broke the output.
|
||||
- Removed `stdout` mode since it's been broken for a while now and I don't see the<br\>
|
||||
point in fixing it.
|
||||
- Fix issue when title and background were both color `7`.
|
||||
- Added `--version` to print the neofetch version.
|
||||
- The title at the top is now much more colorful.
|
||||
- Supress `xprop` errors since it's now an optional dependency.
|
||||
- Fix lint errors.
|
||||
- Removed in-script config in favor of sourcing the default user config.
|
||||
- Remove all instances of `! -z` since they're pointless.
|
||||
- Quote all variable/command substitutions.
|
||||
- Remove all `bc` usage by simplifying math.
|
||||
- Supress `getconfig` and `getscriptdir` errors.
|
||||
- Supress `xprop` errors since it's now an optional dependency.
|
||||
- The prompt is now dynamically set in image mode instead of being anchored to the<br \>
|
||||
bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279) and [#299](https://github.com/dylanaraps/neofetch/pull/299) for examples.
|
||||
- Removed `line_wrap` as having it set to `on` broke the output.
|
||||
- Minor text fixes.
|
||||
- Fix issue with incorrect text color when `barinfo` is set.
|
||||
- Fixed various Travis.ci bugs.
|
||||
- `-v` now shows where the config files were sourced from.
|
||||
- Removed in-script config in favor of sourcing the default user config.
|
||||
- The title at the top is now much more colorful.
|
||||
- Moved commands near the bottom of the script to a new function called `main`.
|
||||
- Use `read -s` instead of `stty -echo` and `stty +echo`.
|
||||
- `-v` now shows where the config files were sourced from.
|
||||
- Cleanup
|
||||
|
||||
|
||||
### OS
|
||||
|
||||
- Added support for Windows 10 Linux subsystem. **[@konimex](https://github.com/konimex)**
|
||||
- Added support for GuixSD. **[@konimex](https://github.com/konimex)**
|
||||
- Added support for Devuan Linux.
|
||||
- Added support for GalliumOS.
|
||||
- Added support for Openwrt.
|
||||
|
@ -83,6 +84,10 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279
|
|||
|
||||
![Mode](https://ipfs.pics/ipfs/Qmcy2o5xZCELxroNLHAhY96ZsrwBFR86NGDCu5e2UPVn4b)
|
||||
|
||||
**Distro**<br \>
|
||||
|
||||
- Added `distro_shorthand` **[@konimex](https://github.com/konimex)**
|
||||
|
||||
|
||||
**Title**<br \>
|
||||
|
||||
|
@ -112,12 +117,17 @@ block will be.
|
|||
|
||||
**Song**<br \>
|
||||
|
||||
- Added support for Deadbeef. **[@konimex](https://github.com/konimex)**
|
||||
- Added support for Amarok. **[@konimex](https://github.com/konimex)**
|
||||
- Added support for Banshee. **[@konimex](https://github.com/konimex)**
|
||||
- Added support for Rhythmbox. **[@konimex](https://github.com/konimex)**
|
||||
- [Cmus] Prevent `tag artistsort` from showing up in song title. **[@williamkray](https://github.com/williamkray)**
|
||||
- [Cmus] Fix order of music tags. **[@iandrewt](https://github.com/iandrewt)**
|
||||
- [Cmus] The function now works on both OS X and Linux.
|
||||
- [iTunes] Fix song not displaying. **[@iandrewt](https://github.com/iandrewt)**
|
||||
|
||||
**CPU**<br \>
|
||||
|
||||
- Simplify CPU Core command.
|
||||
|
||||
**CPU Usage**<br \>
|
||||
|
@ -153,11 +163,12 @@ now have working image support.
|
|||
### Ascii
|
||||
|
||||
- Add `ascii_bold` which allows you to bold the ascii art.
|
||||
- Custom ascii files (`--ascii path/to/ascii_file`) now follow the same format as the<br\>
|
||||
distro ascii files. See this wiki page that explains the syntax. [Link](https://github.com/dylanaraps/neofetch/wiki/Custom-Ascii-art-file-format)
|
||||
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
|
||||
- Fix a color issue with Debian's ascii logo.
|
||||
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
|
||||
- Added missing `$ascii_distro` config option.
|
||||
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
|
||||
- Custom ascii files (`--ascii path/to/ascii_file`) now follow the same format as the<br\>
|
||||
distro ascii files. See this wiki page that explains the syntax. [Link](https://github.com/dylanaraps/neofetch/wiki/Custom-Ascii-art-file-format)
|
||||
- Fix a color issue with Debian's ascii logo.
|
||||
- Use a pure bash solution to getting ascii size.
|
||||
- Updated Solus ascii art to match new logo. **[@undrskr](https://github.com/undrskr)**
|
||||
|
||||
|
|
Reference in New Issue