Changelog
This commit is contained in:
parent
e3c5bbd8a2
commit
69f423c882
16
1.8.md
16
1.8.md
|
@ -38,6 +38,7 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279
|
|||
- `-v` now shows where the config files were sourced from.
|
||||
- Removed in-script config in favor of sourcing the default user config.
|
||||
- Moved commands near the bottom of the script to a new function called `main`.
|
||||
- Use `read -s` instead of `stty -echo` and `stty +echo`.
|
||||
- Cleanup
|
||||
|
||||
|
||||
|
@ -75,6 +76,11 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279
|
|||
|
||||
- Use faster `$(())` syntax for index variables.
|
||||
|
||||
**Title**<br \>
|
||||
|
||||
- Added additional fallback which gets the current username from `$HOME`.
|
||||
|
||||
|
||||
**Color Blocks**<br \>
|
||||
|
||||
- Added `--block_height` / `$block_height` to change the number of lines high each<br \>
|
||||
|
@ -103,11 +109,14 @@ block will be.
|
|||
- [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 \>
|
||||
|
||||
- Fixed broken CPU usage output on BSD and Windows
|
||||
- Fixed misleading output on Linux / Mac OS X
|
||||
- Moved CPU Usage to its own dedicated function
|
||||
- Fixed broken CPU usage output on BSD and Windows.
|
||||
- Fixed misleading output on Linux / Mac OS X.
|
||||
- Moved CPU Usage to its own dedicated function.
|
||||
|
||||
|
||||
### Image
|
||||
|
@ -142,4 +151,5 @@ distro ascii files. See this wiki page that explains the syntax. [Link](https://
|
|||
- 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.
|
||||
- Use a pure bash solution to getting ascii size.
|
||||
|
||||
|
|
Reference in New Issue