Commit e2626d00 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Update CHANGELOG.md

parent 2541aa7c
...@@ -22,6 +22,8 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques ...@@ -22,6 +22,8 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
- Optimize info caching, only check for cache files in scripts that use caching. - Optimize info caching, only check for cache files in scripts that use caching.
- Cleanup `main()`. - Cleanup `main()`.
- Renamed `old_flags()` --> `old_options()`. - Renamed `old_flags()` --> `old_options()`.
- The manpage is now generated using `help2man`. `help2man` parses the output of `--help` and `--version` to create a manpage. This ensures that our manpage stays 1:1 with the script documentation. We actually found a lot of outdated info in the old manpage thanks to this.
- A new flag was added called `--gen-man` which generates a neofetch manpage in your current directory.
## Info ## Info
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment