hyfetch/1.6.md

69 lines
2 KiB
Markdown
Raw Normal View History

2016-03-17 17:19:39 +11:00
# Neofetch 1.6
2016-03-18 11:17:56 +11:00
2016-03-25 10:04:46 +11:00
2016-03-18 11:17:56 +11:00
### Contributers
Thanks to the following people for contributing this release.
2016-03-19 16:56:03 +11:00
- **[@iandrewt](https://github.com/iandrewt)**
2016-03-18 11:17:56 +11:00
- **[@dawidd6](https://github.com/dawidd6)**
- **[@onodera-punpun](https://github.com/onodera-punpun)**
2016-03-26 09:54:36 +11:00
### General
- Fixed buggy colors in older versions of \*BSD, OS X and Linux.
2016-03-25 10:04:46 +11:00
2016-03-18 11:17:56 +11:00
### Info
**OS**<br \>
- [ CRUX ] Also print the CRUX version. **[@onodera-punpun](https://github.com/onodera-punpun)**
2016-03-19 16:56:03 +11:00
2016-03-25 22:18:37 +11:00
**CPU**<br \>
2016-03-25 22:21:06 +11:00
- [ Windows ] Don't print CPU cores if detection fails.
2016-03-26 10:18:34 +11:00
- [ BSD ] Fixed extremely long output.
2016-03-25 22:21:06 +11:00
2016-03-26 10:29:50 +11:00
**GPU**<br \>
- Don't show GPU output on unsupported OS.
2016-03-26 00:22:09 +11:00
**Battery**<br \>
- Show charging state in battery output. **[@dawidd6](https://github.com/dawidd6)** and **[@iandrewt](https://github.com/iandrewt)**
2016-03-25 22:21:06 +11:00
**Resolution**<br \>
- [ Windows ] Don't print resolution if detection fails.
2016-03-26 11:39:33 +11:00
- [ Linux / OSX / BSD ] Print refresh rate next to resolutions.
- [ Linux ] Multi monitor support.
2016-03-25 22:18:37 +11:00
2016-03-19 16:56:03 +11:00
**Public IP**<br \>
2016-03-25 10:08:50 +11:00
- Made public IP function faster by using `dig` if available. **[@iandrewt](https://github.com/iandrewt)**
2016-03-19 16:56:03 +11:00
2016-03-25 10:04:46 +11:00
**Song**<br \>
- [ MPD ] Fixed function when mpd is running on another PC and not your own.
- Added support for Google Play Music Desktop Player (adds optional dependency of [`gpmdp-bash`](https://github.com/iandrewt/gpmdp-bash)) **[@iandrewt](https://github.com/iandrewt)**
2016-03-25 10:04:46 +11:00
**Disk**<br \>
- Added new display option `perc` to display just the percentage with the progress bar.
2016-03-26 10:18:34 +11:00
**Memory**<br \>
- [ OpenBSD ] Fixed completely broken memory output on OpenBSD.
2016-03-25 10:08:50 +11:00
**Uptime**<br \>
2016-03-26 10:18:34 +11:00
- [ OSX / BSD ] Performance improvements. **[@iandrewt](https://github.com/iandrewt)**
- [ OpenBSD ] Fixed duplicate `up` in output.
2016-03-25 10:08:50 +11:00
2016-03-19 16:56:03 +11:00
2016-03-26 09:29:00 +11:00
### Image
- Remove `shuffledir` in favor of '--image path/to/dir/'
2016-03-26 10:18:34 +11:00
- Use `printf` instead of `shuf` to pick a random image.
2016-03-26 09:29:00 +11:00
2016-03-25 19:34:40 +11:00
### Ascii
- Added ascii art for Qubes OS.
2016-03-25 21:08:38 +11:00
- Revamped Alpine Linux's ascii art.
2016-03-26 10:24:03 +11:00
- [ OSX ] Fixed incorrect text colors.
2016-03-25 19:34:40 +11:00
2016-03-26 10:18:34 +11:00
2016-03-19 16:56:03 +11:00
### Scrot
- Fixed scrot function not using user defined options.