2017-02-09 00:24:58 +01:00
## Contributors
- **[@mstraube](https://github.com/mstraube)**
2017-02-23 02:48:56 +01:00
- **[@jorgegonzalez](https://github.com/jorgegonzalez)**
2017-03-03 08:46:48 +01:00
- **[@ikeydoherty](https://github.com/ikeydoherty)**
2017-03-05 03:53:02 +01:00
- **[@eliezio](https://github.com/eliezio)**
2017-03-10 04:43:21 +01:00
- **[@nilesr](https://github.com/nilesr)**
2017-03-15 11:27:16 +01:00
- **[@dritter](https://github.com/dritter)**
2017-03-10 04:43:21 +01:00
## Operating System
- Added support for SliTaz. ** [@nilesr ](https://github.com/nilesr )**
2017-03-22 14:00:48 +01:00
- Added support for Nitrux. ** [@mstraube ](https://github.com/mstraube )**
2017-04-04 00:47:58 +02:00
- Added support for DesaOS.
2017-04-05 18:21:53 +02:00
- Added support for MinGW.
2017-02-09 00:24:58 +01:00
2017-04-04 00:52:11 +02: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 00:24:58 +01:00
## Ascii
2017-03-27 23:50:23 +02:00
- Arch ascii art now uses lighter colors.
2017-02-09 00:24:58 +01:00
- Update Parabola logo. ** [@mstraube ](https://github.com/mstraube )**
## Images
- Added `libsixel` backend.
2017-02-09 00:36:54 +01:00
- Added `termpix` backend.
2017-02-09 00:24:58 +01:00
- Only use a zero width space in the `w3m` backend.
2017-02-09 01:01:19 +01:00
- Fixed bug causing terminal size to not be found.
2017-03-22 22:05:29 +01:00
- [iTerm2] Fixed images not appearing inside `tmux` .
2017-02-19 00:44:42 +01:00
## Info
2017-03-22 05:18:36 +01:00
**CPU**
- Add option to show decimals in CPU speed.
2017-03-22 04:29:50 +01:00
**Terminal Font**
2017-03-15 11:27:16 +01:00
- Added \*experimental\* font detection for iTerm2. ** [@dritter ](https://github.com/dritter )**
2017-03-22 04:29:50 +01:00
**Window Manager**
2017-02-23 02:48:56 +01:00
- [MacOS] Added support for Kwm. ** [@jorgegonzalez ](https://github.com/jorgegonzalez )**
2017-03-02 02:42:06 +01:00
- [MacOS] Added support for Spectacle. ** [@jorgegonzalez ](https://github.com/jorgegonzalez )**
2017-03-22 04:29:20 +01:00
- [MacOS] Add support for Amethyst. ** [@jorgegonzalez ](https://github.com/jorgegonzalez )**
2017-02-23 02:48:56 +01:00
2017-04-04 00:54:15 +02:00
**Disk**
- Added new option to only show dir name in subtitle.
2017-03-22 04:29:50 +01:00
**Song**
2017-02-19 00:44:42 +01:00
- Fixed Audacious song output when `dbus-send` fails. ** [@mstraube ](https://github.com/mstraube )**
2017-02-28 16:47:40 +01:00
2017-03-22 04:29:50 +01:00
**Local IP**
2017-02-28 16:47:40 +01:00
- [Linux] Fixed UID showing instead of Local IP on several versions/configs of iproute2.
2017-03-03 08:46:48 +01:00
2017-03-22 04:29:50 +01:00
**Packages**
2017-03-27 00:51:34 +02:00
2017-03-03 08:46:48 +01:00
- [eopkg] Used a faster detection method. ** [@ikeydoherty ](https://github.com/ikeydoherty )**
2017-03-05 03:53:02 +01:00
2017-03-22 04:29:50 +01:00
**Resolution**
2017-03-27 00:51:34 +02:00
2017-03-05 03:53:02 +01:00
- [macOS] Fixed `screenresolution` not appearing at all on newer versions. ** [@eliezio ](https://github.com/eliezio )**
2017-03-09 02:07:58 +01:00
- [Linux] Show decimals.
2017-03-27 00:51:34 +02:00
**GPU**
- [Linux] Hide duplicate GPU lines (Only display 1).