hyfetch/CHANGELOG.md

88 lines
2.6 KiB
Markdown
Raw Normal View History

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