Update CHANGELOG.md

This commit is contained in:
Dylan Araps 2016-12-16 19:55:28 +11:00 committed by GitHub
parent 2878b2a85c
commit 3c0dd22f06
1 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,12 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
- Added Haiku cores command. - Added Haiku cores command.
- Updated Linux and macOS commands to the match the commands in the `get_cpu()` function. - Updated Linux and macOS commands to the match the commands in the `get_cpu()` function.
**~~Birthday~~Install Date**<br \>
- Renamed `get_birthday()` -- > `get_install_date()`
- Removed all `date` usage from `get_install_date()`.
- Added a new function called `convert_time()` which takes the time stamped `ls` output and converts it to a pretty format. The function only uses bash so its much faster than calling `date`. This makes things simple and keeps the output consistent across all Operating Systems. Example: `2016-12-06 16:58:58.000000000` --> `Tue 06 Dec 2016 4:58 PM`
**Disk**<br \> **Disk**<br \>
- Warn the user if `df` isn't installed. - Warn the user if `df` isn't installed.