2017-02-09 10:24:58 +11:00
## Contributors
- **[@mstraube ](https://github.com/mstraube )**
2017-02-23 12:48:56 +11:00
- **[@jorgegonzalez ](https://github.com/jorgegonzalez )**
2017-03-03 14:46:48 +07:00
- **[@ikeydoherty ](https://github.com/ikeydoherty )**
2017-03-05 09:53:02 +07:00
- **[@eliezio ](https://github.com/eliezio )**
2017-03-10 10:43:21 +07:00
- **[@nilesr ](https://github.com/nilesr )**
2017-03-15 21:27:16 +11:00
- **[@dritter ](https://github.com/dritter )**
2017-03-10 10:43:21 +07:00
## Operating System
- Added support for SliTaz. ** [@nilesr ](https://github.com/nilesr )**
2017-03-23 00:00:48 +11:00
- Added support for Nitrux. ** [@mstraube ](https://github.com/mstraube )**
2017-04-04 08:47:58 +10:00
- Added support for DesaOS.
2017-04-05 23:21:53 +07:00
- Added support for MinGW.
2017-02-09 10:24:58 +11:00
2017-04-04 08:52:11 +10:00
## Screenshot
The screenshot feature no longer requires any configuration before working. We no longer hardcode `${HOME}/Pictures/neofetch` as the screenshot location. Here's how the `-s` and `-su` flags now function:
- `neofetch -s` will save a file in the current directory named: `neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png`
- `neofetch -s test.png` will save a file in the current directory called `test.png`
- `neofetch -s ~/` will save a file in `~` called `neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png`
- `neofetch -s ~/test.png` will save a file in `~` called `test.png` .
2017-02-09 10:24:58 +11:00
## Ascii
2017-03-28 08:50:23 +11:00
- Arch ascii art now uses lighter colors.
2017-02-09 10:24:58 +11:00
- Update Parabola logo. ** [@mstraube ](https://github.com/mstraube )**
## Images
- Added `libsixel` backend.
2017-02-09 10:36:54 +11:00
- Added `termpix` backend.
2017-02-09 10:24:58 +11:00
- Only use a zero width space in the `w3m` backend.
2017-02-09 11:01:19 +11:00
- Fixed bug causing terminal size to not be found.
2017-03-23 08:05:29 +11:00
- [iTerm2] Fixed images not appearing inside `tmux` .
2017-02-19 10:44:42 +11:00
## Info
2017-03-22 15:18:36 +11:00
**CPU**
- Add option to show decimals in CPU speed.
2017-03-22 14:29:50 +11:00
**Terminal Font**
2017-03-15 21:27:16 +11:00
- Added \*experimental\* font detection for iTerm2. ** [@dritter ](https://github.com/dritter )**
2017-03-22 14:29:50 +11:00
**Window Manager**
2017-02-23 12:48:56 +11:00
- [MacOS] Added support for Kwm. ** [@jorgegonzalez ](https://github.com/jorgegonzalez )**
2017-03-02 12:42:06 +11:00
- [MacOS] Added support for Spectacle. ** [@jorgegonzalez ](https://github.com/jorgegonzalez )**
2017-03-22 14:29:20 +11:00
- [MacOS] Add support for Amethyst. ** [@jorgegonzalez ](https://github.com/jorgegonzalez )**
2017-02-23 12:48:56 +11:00
2017-04-04 08:54:15 +10:00
**Disk**
- Added new option to only show dir name in subtitle.
2017-03-22 14:29:50 +11:00
**Song**
2017-02-19 10:44:42 +11:00
- Fixed Audacious song output when `dbus-send` fails. ** [@mstraube ](https://github.com/mstraube )**
2017-02-28 22:47:40 +07:00
2017-03-22 14:29:50 +11:00
**Local IP**
2017-02-28 22:47:40 +07:00
- [Linux] Fixed UID showing instead of Local IP on several versions/configs of iproute2.
2017-03-03 14:46:48 +07:00
2017-03-22 14:29:50 +11:00
**Packages**
2017-03-27 09:51:34 +11:00
2017-03-03 14:46:48 +07:00
- [eopkg] Used a faster detection method. ** [@ikeydoherty ](https://github.com/ikeydoherty )**
2017-03-05 09:53:02 +07:00
2017-03-22 14:29:50 +11:00
**Resolution**
2017-03-27 09:51:34 +11:00
2017-03-05 09:53:02 +07:00
- [macOS] Fixed `screenresolution` not appearing at all on newer versions. ** [@eliezio ](https://github.com/eliezio )**
2017-03-09 12:07:58 +11:00
- [Linux] Show decimals.
2017-03-27 09:51:34 +11:00
**GPU**
- [Linux] Hide duplicate GPU lines (Only display 1).