neofetch/CHANGELOG.md

72 lines
2.1 KiB
Markdown
Raw Normal View History

2017-02-08 23:24:58 +00:00
## Contributors
2017-04-25 22:29:05 +01:00
- **[@MatthewCox](https://github.com/MatthewCox)**
2017-04-27 00:07:32 +01:00
- **[@dawidd6](https://github.com/dawidd6)**
2017-04-28 13:05:16 +01:00
- **[@erikdubois](https://github.com/erikdubois)**
2017-05-03 11:27:27 +01:00
- **[@mstraube](https://github.com/mstraube)**
2017-05-06 06:12:26 +01:00
- **[@Artoriuz](https://github.com/Artoriuz)**
2017-05-13 05:12:28 +01:00
- **[@WilsonRU](https://github.com/WilsonRU)**
2017-05-24 04:03:27 +01:00
- **[@Takeya-Yuki](https://github.com/Takeya-Yuki)**
2017-05-27 07:17:41 +01:00
- **[@LER0ever](https://github.com/LER0ever)**
2017-04-25 22:29:05 +01:00
2017-05-08 22:54:50 +01:00
## Operating System
- Added support for Arch XFerience. **[@mstraube](https://github.com/mstraube)**
2017-05-13 01:51:47 +01:00
- Added support for Maui. **[@mstraube](https://github.com/mstraube)**
2017-05-24 04:03:27 +01:00
- Added support for KS Linux. **[@Takeya-Yuki](https://github.com/Takeya-Yuki)**
2017-05-08 22:54:50 +01:00
2017-04-28 02:24:30 +01:00
## General
- Minimum required BASH version is now 3.2.
- (Neofetch has always used 3.2+ features, I've just made it obvious now in the documentation.)
2017-05-24 04:03:27 +01:00
- Fixed config file not being created.
2017-04-28 02:24:30 +01:00
2017-04-25 22:42:01 +01:00
## Images
- [w3m] Added `--loop` flag which makes Neofetch draw the image once per second.
- This is a workaround to the images disappearing on resize and workspace switch.
- Use Ctrl+C to exit.
2017-05-06 06:12:26 +01:00
- [w3m] Fixed w3m-img not found on FreeBSD 12. **[@Artoriuz](https://github.com/Artoriuz)**
2017-04-25 22:42:01 +01:00
2017-04-28 13:05:16 +01:00
## Ascii
2017-05-03 23:51:49 +01:00
- Added Ubuntu-MATE ascii art.
2017-04-28 13:05:16 +01:00
- Fixed ArchLabs ascii art. **[@erikdubois](https://github.com/erikdubois)**
2017-05-13 05:12:28 +01:00
- Updated GoboLinux ascii art. **[@WilsonRU](https://github.com/WilsonRU)**
2017-05-18 00:56:54 +01:00
- Fixed `--ascii_distro windows10` not working.
2017-04-28 13:05:16 +01:00
2017-04-25 22:29:05 +01:00
## Info
2017-06-10 06:47:00 +01:00
**Distro**
- [Solaris, AIX, Haiku] The machine architecture will now be shown properly instead of machine ID.
2017-04-25 22:29:05 +01:00
**Terminal Emulator**
2017-05-03 11:27:27 +01:00
- Added font support for mate-terminal. **[@mstraube](https://github.com/mstraube)**
2017-04-25 22:29:05 +01:00
- [Termite] Fix font mismatch. **[@MatthewCox](https://github.com/MatthewCox)**
2017-06-03 07:55:34 +01:00
- Use `$SSH_TTY` for terminal detection if machine is connected via SSH.
2017-06-04 02:08:23 +01:00
- Break from loop if PPID can't be accessed/not found.
2017-04-25 22:29:05 +01:00
2017-04-25 23:13:31 +01:00
**GPU**
- [Linux] Fixed GPU sort.
2017-04-27 00:07:32 +01:00
**Song**
- Do not detect ibus\* or indicator\* as player. **[@dawidd6](https://github.com/dawidd6)**
2017-05-27 07:17:41 +01:00
**Model**
- Specify when running on a Hackintosh. **[@LER0ever](https://github.com/LER0ever)**
2017-06-04 02:09:05 +01:00
**Memory**
- [FreeBSD]: Fix inaccurate free memory calculation.