Changelog
This commit is contained in:
parent
e3c5bbd8a2
commit
69f423c882
1 changed files with 13 additions and 3 deletions
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.
|
- `-v` now shows where the config files were sourced from.
|
||||||
- Removed in-script config in favor of sourcing the default user config.
|
- 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`.
|
- 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
|
- Cleanup
|
||||||
|
|
||||||
|
|
||||||
|
@ -75,6 +76,11 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279
|
||||||
|
|
||||||
- Use faster `$(())` syntax for index variables.
|
- Use faster `$(())` syntax for index variables.
|
||||||
|
|
||||||
|
**Title**<br \>
|
||||||
|
|
||||||
|
- Added additional fallback which gets the current username from `$HOME`.
|
||||||
|
|
||||||
|
|
||||||
**Color Blocks**<br \>
|
**Color Blocks**<br \>
|
||||||
|
|
||||||
- Added `--block_height` / `$block_height` to change the number of lines high each<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.
|
- [Cmus] The function now works on both OS X and Linux.
|
||||||
- [iTunes] Fix song not displaying. **[@iandrewt](https://github.com/iandrewt)**
|
- [iTunes] Fix song not displaying. **[@iandrewt](https://github.com/iandrewt)**
|
||||||
|
|
||||||
|
**CPU**<br \>
|
||||||
|
- Simplify CPU Core command.
|
||||||
|
|
||||||
**CPU Usage**<br \>
|
**CPU Usage**<br \>
|
||||||
|
|
||||||
- Fixed broken CPU usage output on BSD and Windows
|
- Fixed broken CPU usage output on BSD and Windows.
|
||||||
- Fixed misleading output on Linux / Mac OS X
|
- Fixed misleading output on Linux / Mac OS X.
|
||||||
- Moved CPU Usage to its own dedicated function
|
- Moved CPU Usage to its own dedicated function.
|
||||||
|
|
||||||
|
|
||||||
### Image
|
### 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.
|
- Fix a color issue with Debian's ascii logo.
|
||||||
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
|
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
|
||||||
- Added missing `$ascii_distro` config option.
|
- Added missing `$ascii_distro` config option.
|
||||||
|
- Use a pure bash solution to getting ascii size.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue