neofetch/CHANGELOG.md

96 lines
3 KiB
Markdown
Raw Normal View History

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-04-11 00:54:06 +02:00
- **[@@HebaruSan](https://github.com/HebaruSan)**
2017-03-15 11:27:16 +01:00
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-04-11 00:54:06 +02:00
## ASCII
2017-02-09 00:24:58 +01:00
2017-04-11 00:54:06 +02:00
- Arch ASCII art now uses lighter colors.
- Fixed Ubuntu-Studio ASCII setting. **[@@HebaruSan](https://github.com/HebaruSan)**
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-04-06 01:34:56 +02:00
**Locale**
- Added a new function to display system locale. (Disabled by default)
2017-03-22 05:18:36 +01:00
**CPU**
2017-04-06 01:34:56 +02:00
- Added option to show decimals in CPU speed.
2017-03-22 05:18:36 +01:00
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-04-06 01:34:56 +02:00
- [MacOS] Added support for Amethyst. **[@jorgegonzalez](https://github.com/jorgegonzalez)**
2017-02-23 02:48:56 +01:00
2017-04-10 13:37:09 +02:00
**Battery**
- Added battery support for Bay Trail devices. **[@mstraube](https://github.com/mstraube)**
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
2017-04-12 02:39:27 +02:00
- Added support for Deepin Music. **[@mstraube](https://github.com/mstraube)**
- Added support for Tomahawk. **[@mstraube](https://github.com/mstraube)**
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-04-06 01:34:56 +02:00
- [eopkg] Use 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).