neofetch/1.6.md

110 lines
4.0 KiB
Markdown
Raw Normal View History

2016-03-17 06:19:39 +00:00
# Neofetch 1.6
2016-03-18 00:17:56 +00:00
2016-03-24 23:04:46 +00:00
2016-03-18 00:17:56 +00:00
### Contributers
Thanks to the following people for contributing this release.
2016-03-19 05:56:03 +00:00
- **[@iandrewt](https://github.com/iandrewt)**
2016-03-18 00:17:56 +00:00
- **[@dawidd6](https://github.com/dawidd6)**
- **[@onodera-punpun](https://github.com/onodera-punpun)**
2016-03-26 22:33:01 +00:00
- **[@onespaceman](https://github.com/onespaceman)**
2016-03-27 00:02:13 +00:00
- **[@firstEncounter](https://github.com/firstEncounter)**
2016-03-27 23:41:31 +01:00
- **[@konimex](https://github.com/konimex)**
2016-03-18 00:17:56 +00:00
2016-03-25 22:54:36 +00:00
### General
- Fixed buggy colors in older versions of \*BSD, OS X and Linux.
2016-03-26 03:13:43 +00:00
- Added Travis CI support.
- Added `--test` which prints all functions.
2016-03-27 10:29:17 +01:00
- Cleanup of Distro, Uptime, Memory and CPU functions.
2016-03-27 05:23:33 +01:00
- We now use a more reliable whitespace trimming substitution for CPU/GPU etc.
2016-03-27 11:33:52 +01:00
- The default text colors now work on bright colorschemes. We no longer force<br \>
the color white, it's now based on your foreground color.
2016-03-27 13:20:43 +01:00
- Progress bars are now by default colored based on your distro's logo colors.
2016-03-29 01:07:27 +01:00
- Use `stty` instead of `read -s` to fix an issue with escape sequences<br \>
appearing in the output.
2016-03-30 01:40:38 +01:00
- Line wrap is now disabled by default.
2016-03-24 23:04:46 +00:00
2016-03-27 23:41:31 +01:00
### Packages
- Neofetch is now is Void Linux's official repos. **[@konimex](https://github.com/konimex)**
2016-03-18 00:17:56 +00:00
### Info
2016-03-27 02:20:34 +01:00
- Functions now no longer print `Unknown` when they fail, they now don't appear at all.
2016-03-18 00:17:56 +00:00
**OS**<br \>
- [ CRUX ] Also print the CRUX version. **[@onodera-punpun](https://github.com/onodera-punpun)**
2016-03-19 05:56:03 +00:00
2016-03-25 11:18:37 +00:00
**CPU**<br \>
2016-03-25 11:21:06 +00:00
- [ Windows ] Don't print CPU cores if detection fails.
2016-03-25 23:18:34 +00:00
- [ BSD ] Fixed extremely long output.
2016-03-27 02:20:34 +01:00
- Fixed broken CPU speed when source is `/proc/cpuinfo`.
2016-03-25 11:21:06 +00:00
2016-03-25 23:29:50 +00:00
**GPU**<br \>
- Don't show GPU output on unsupported OS.
2016-03-27 00:02:13 +00:00
- `Nvidia` is now displayed as `NVIDIA`. **[@firstEncounter](https://github.com/firstEncounter)**
2016-03-30 00:27:02 +01:00
- Intel GPUs now all appear as `Intel Integrated Graphics`. to avoid naming issues.
2016-03-25 23:29:50 +00:00
2016-03-25 13:22:09 +00:00
**Battery**<br \>
- Show charging state in battery output. **[@dawidd6](https://github.com/dawidd6)** and **[@iandrewt](https://github.com/iandrewt)**
2016-03-27 05:22:54 +01:00
- [ Windows / OpenBSD ] Fix blank battery output when battery isn't found.
2016-03-25 13:22:09 +00:00
2016-03-25 11:21:06 +00:00
**Resolution**<br \>
- [ Windows ] Don't print resolution if detection fails.
2016-03-26 00:39:33 +00:00
- [ Linux / OSX / BSD ] Print refresh rate next to resolutions.
2016-03-27 09:46:57 +01:00
- [ Linux ] Multi monitor support using `xorg-xrandr`.
- [ Linux ] Refresh rate support using `xorg-xrandr`.
2016-03-27 10:17:15 +01:00
- [ OSX ] Added support for using `screenresolution` to print the output.<br \>
This is much faster than the default method.
2016-03-25 11:18:37 +00:00
2016-03-19 05:56:03 +00:00
**Public IP**<br \>
2016-03-24 23:08:50 +00:00
- Made public IP function faster by using `dig` if available. **[@iandrewt](https://github.com/iandrewt)**
2016-03-19 05:56:03 +00:00
2016-03-26 22:33:01 +00:00
**Theme**<br \>
- Use `$GTK2_RC_FILES` if the envar is set. **[@onespaceman](https://github.com/onespaceman)**
2016-03-24 23:04:46 +00:00
**Song**<br \>
- [ MPD ] Fixed function when mpd is running on another PC and not your own.
2016-03-27 02:20:34 +01:00
- Song now displays `Not Playing` instead of `Unknown` when no music player is found.
- 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-24 23:04:46 +00:00
**Disk**<br \>
- Added new display option `perc` to display just the percentage with the progress bar.
2016-03-27 02:20:34 +01:00
- Fixed disk usage not working on FreeBSD.
2016-03-25 23:18:34 +00:00
**Memory**<br \>
- [ OpenBSD ] Fixed completely broken memory output on OpenBSD.
2016-03-26 11:33:22 +00:00
- [ Linux ] Rewrote memory function so that it works on old kernel versions.
2016-03-25 23:18:34 +00:00
2016-03-24 23:08:50 +00:00
**Uptime**<br \>
2016-03-25 23:18:34 +00:00
- [ OSX / BSD ] Performance improvements. **[@iandrewt](https://github.com/iandrewt)**
- [ OpenBSD ] Fixed duplicate `up` in output.
2016-03-24 23:08:50 +00:00
2016-03-26 03:22:44 +00:00
**Birthday**<br \>
- Fix stray `+` sign in output.
2016-03-19 05:56:03 +00:00
2016-03-25 22:29:00 +00:00
### Image
- Remove `shuffledir` in favor of '--image path/to/dir/'
2016-03-25 23:18:34 +00:00
- Use `printf` instead of `shuf` to pick a random image.
2016-03-29 01:41:15 +01:00
- Fixed OS X wallpaper detection.
- OS X wallpaper detection now works on a per desktop basis.
2016-03-30 00:27:02 +01:00
- Removed `image_backend` and instead use iterm2 mode only when iterm2 is detected.
2016-03-25 22:29:00 +00:00
2016-03-25 08:34:40 +00:00
### Ascii
- Added ascii art for Qubes OS.
2016-03-26 04:23:03 +00:00
- Added ascii art for Travis CI.
2016-03-25 10:08:38 +00:00
- Revamped Alpine Linux's ascii art.
2016-03-27 02:20:34 +01:00
- Fixed missing ascii colors for Puppy Linux.
2016-03-25 23:24:03 +00:00
- [ OSX ] Fixed incorrect text colors.
2016-03-29 12:42:35 +01:00
- Sped up ascii function by dropping `wc` usage.
2016-03-25 08:34:40 +00:00
2016-03-25 23:18:34 +00:00
2016-03-19 05:56:03 +00:00
### Scrot
- Fixed scrot function not using user defined options.