docs: update

This commit is contained in:
Dylan Araps 2018-06-04 10:21:15 +10:00
parent 264fc4d028
commit cc0d232b48
1 changed files with 29 additions and 25 deletions

View File

@ -27,13 +27,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
**General** **General**
- [output] Added `--json` to output the info in `json`. - **output**: Added `--json` to output the info in `json`.
- [cursor] Fixed prompt location issues after Neofetch is run. - **cursor**: Fixed prompt location issues after Neofetch is run.
- [macOS] Fixed neofetch launching XQuartz. - **macOS**: Fixed neofetch launching XQuartz.
- [misc] Removed `uppercase()`. - **misc**: Removed `uppercase()`.
- [misc] Removed all instances of `export`. - **misc**: Removed all instances of `export`.
- [misc] Removed all deprecated options and functions. - **misc**: Removed all deprecated options and functions.
- [info] Removed `get_install_date()`. - **info**: Removed `get_install_date()`.
**Ascii** **Ascii**
@ -58,25 +58,29 @@ See: https://github.com/dylanaraps/neofetch/issues/1001
**Info** **Info**
- [cpu] Remove extra call to `uname`. - **cpu**: Remove extra call to `uname`.
- [cpu] Simplify core calculation. - **cpu**: Simplify core calculation.
- [disk] Clean up. - **disk**: Clean up.
- [font] Fix iTerm2 checking for 2 extra profiles that don't exist. [**@iandrewt**](https://github.com/iandrewt") - **font**: Fix iTerm2 checking for 2 extra profiles that don't exist.
- [gpu] Fixed ATI/AMD branding issue. [**@iandrewt**](https://github.com/iandrewt")
- [gpu] Removed `glxinfo` usage (*too slow*). - **gpu**: Fixed ATI/AMD branding issue.
- [packages] Added support for `flatpak`. [**@konimex**](https://github.com/konimex) - **gpu**: Removed `glxinfo` usage (*too slow*).
- [packages] Added support for `snap`. [**@konimex**](https://github.com/konimex) - **packages**: Added support for `flatpak`.
- [packages] Added used package managers to output (`Packages: 900 [**@konimex**](https://github.com/konimex)
- **packages**: Added support for `snap`.
[**@konimex**](https://github.com/konimex)
- **packages**: Added used package managers to output (`Packages: 900
(pacman, snap)`). (pacman, snap)`).
- [packages] Fixed issues with `pacman` 5.1. - **packages**: Fixed issues with `pacman` 5.1.
- [packages] Removed `find` usage. - **packages**: Removed `find` usage.
- [packages] Removed `ls` usage. - **packages**: Removed `ls` usage.
- [packages] Removed `wc -l` usage. - **packages**: Removed `wc -l` usage.
- [song] Added support for `gmusicbrowser`. [**@mstraube**](https://github.com/mstraube) - **song**: Added support for `gmusicbrowser`.
- [song] Fixed song detection on macOS. [**@mstraube**](https://github.com/mstraube)
- [song] Fixed song output on systems using `C` locale. - **song**: Fixed song detection on macOS.
- [term_font] Clean up of config file handling. - **song**: Fixed song output on systems using `C` locale.
- [resolution] Added support for `xwininfo`. - **term\_font**: Clean up of config file handling.
- **resolution**: Added support for `xwininfo`.
## [4.0.2] - 2018-05-19 ## [4.0.2] - 2018-05-19