neofetch/CHANGELOG.md

61 lines
1.8 KiB
Markdown
Raw Normal View History

2016-12-08 14:22:20 +00:00
## Contributors
2016-12-10 12:57:54 +00:00
- **[@konimex](https://github.com/konimex)**
2016-12-12 23:20:58 +00:00
- **[@iandrewt](https://github.com/iandrewt)**
- **[@jorgegonzalez](https://github.com/jorgegonzalez)**
2016-12-08 14:22:20 +00:00
2016-12-12 12:56:14 +00:00
2016-12-10 06:14:51 +00:00
## IRC
2016-12-12 03:25:22 +00:00
Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any questions, issues or ideas feel free to join the irc channel and I'll be happy to assist you. I know that we've already got the gitter chat but hopefully this makes things easier for those without a github account. :)
2016-12-10 06:14:51 +00:00
2016-12-12 12:54:48 +00:00
[![Freenode](https://img.shields.io/badge/%23neofetch-%20on%20Freenode-brightgreen.svg)](http://irc.lc/freenode/neofetch)
2016-12-10 06:14:51 +00:00
2016-12-10 08:23:59 +00:00
2016-12-09 04:10:16 +00:00
## General
- Travis now runs [shellcheck](https://github.com/koalaman/shellcheck) on every commit and pull request.
- We've had to exclude around 10 lint errors, see this wiki page for why we did this:
- https://github.com/dylanaraps/neofetch/wiki/Shellcheck-Exclusions
2016-12-09 04:41:23 +00:00
- Optimize usage of get_de(), get_wm() and get_term().
- We were calling these multiple times, we now check to see if they were run previously.
2016-12-12 07:28:41 +00:00
- Optimize info caching, only check for cache files in scripts that use caching.
2016-12-12 12:57:28 +00:00
- Cleanup `main()`.
2016-12-09 04:10:16 +00:00
2016-12-10 06:14:51 +00:00
2016-12-10 08:23:59 +00:00
## Info
**Disk**<br \>
- Warn the user if `df` isn't installed.
- Fixed broken output if `df` wasn't installed but the function was enabled.
2016-12-12 07:28:41 +00:00
**Song**<br \>
- Simplify state detection.
2016-12-12 12:54:38 +00:00
- [cmus] Simplify block and fix `artistsort` bug
2016-12-12 07:28:41 +00:00
2016-12-12 23:20:58 +00:00
**Battery**<br \>
- [MacOS] Fix issue where battery always appears as charging. **[@jorgegonzalez](https://github.com/jorgegonzalez)**
2016-12-10 12:57:54 +00:00
**Color Blocks**<br \>
- Use start++ instead of adding it manually after case. **[@konimex](https://github.com/konimex)**
2016-12-10 08:23:59 +00:00
2016-12-12 12:56:14 +00:00
2016-12-08 14:22:20 +00:00
## Images
- [iTerm2] Fixed blank images.
2016-12-09 05:20:44 +00:00
2016-12-10 08:23:59 +00:00
2016-12-09 05:20:44 +00:00
## Ascii
- Fixed bug causing macOS ascii art to be used on other Operating Systems.
2016-12-10 09:12:46 +00:00
- Display warning about 'ascii' being the new default mode.
2016-12-12 12:55:56 +00:00
2016-12-12 12:56:14 +00:00
2016-12-12 12:55:56 +00:00
## Screenshot
- Use arrays for `$scrot_program`