2017-02-08 23:24:58 +00:00
|
|
|
## Contributors
|
|
|
|
|
2017-07-25 14:00:45 +01:00
|
|
|
- **[@mstraube](https://github.com/mstraube)**
|
|
|
|
- **[@dominiklohmann](https://github.com/dominiklohmann)**
|
2017-08-12 12:04:13 +01:00
|
|
|
- **[@lexruee](https://github.com/lexruee)**
|
2017-08-26 01:12:22 +01:00
|
|
|
- **[@deadda7a](https://github.com/deadda7a)**
|
2017-08-28 00:35:46 +01:00
|
|
|
- **[@winneon](https://github.com/winneon)**
|
2017-09-08 15:43:08 +01:00
|
|
|
- **[@DamnWidget](https://github.com/DamnWidget)**
|
2017-07-13 18:00:49 +01:00
|
|
|
|
2017-04-25 22:29:05 +01:00
|
|
|
|
2017-07-01 11:58:02 +01:00
|
|
|
## General
|
|
|
|
|
|
|
|
- Config file now has a `.conf` suffix.
|
2017-07-01 12:08:39 +01:00
|
|
|
- Neofetch now assumes target directories (config file and ASCII directory) at install time, this fixes problems with systems such as NixOS.
|
2017-08-03 18:15:55 +01:00
|
|
|
- `stdout` mode is now reimplemented.
|
2017-08-04 02:14:26 +01:00
|
|
|
- This mode prints the information in plain text.
|
|
|
|
- You can use it with `--stdout`.
|
|
|
|
- Example: https://gist.github.com/dylanaraps/151c205322cf3acae62661b76464a3f7
|
2017-08-27 01:34:29 +01:00
|
|
|
- Fixed prompt location if color blocks are disabled.
|
2017-07-01 11:58:02 +01:00
|
|
|
|
2017-07-12 06:04:48 +01:00
|
|
|
|
|
|
|
## Operating System
|
|
|
|
|
2017-07-26 10:10:33 +01:00
|
|
|
- Added support for AryaLinux. **[@mstraube](https://github.com/mstraube)**
|
2017-07-21 11:54:02 +01:00
|
|
|
- Added support for Amazon Linux AMI.
|
2017-09-08 15:43:08 +01:00
|
|
|
- Added support for Artix Linux. **[@DamnWidget](https://github.com/DamnWidget)**
|
2017-07-23 15:53:39 +01:00
|
|
|
- Added support for Endless OS.
|
2017-07-12 06:04:48 +01:00
|
|
|
- Added support for Sabotage Linux.
|
2017-08-12 12:04:13 +01:00
|
|
|
- Added support for Siduction. **[@lexruee](https://github.com/lexruee)**
|
2017-07-22 03:53:53 +01:00
|
|
|
- Added support for Source Mage.
|
2017-07-17 10:24:20 +01:00
|
|
|
- Added support for Parsix GNU/Linux. **[@mstraube](https://github.com/mstraube)**
|
2017-08-12 18:50:17 +01:00
|
|
|
- Added support for Nurunner. **[@mstraube](https://github.com/mstraube)**
|
2017-07-16 00:36:12 +01:00
|
|
|
- Fixed Raspbian being detected as ChromeOS.
|
2017-07-12 06:04:48 +01:00
|
|
|
|
|
|
|
|
2017-07-24 21:48:48 +01:00
|
|
|
## Images
|
|
|
|
|
|
|
|
- [w3m] Fixed w3m-img not found on NixOS.
|
2017-07-28 13:14:26 +01:00
|
|
|
- Added support for using all image types as input.
|
|
|
|
- Neofetch now supports `svg`, `tiff` etc.
|
2017-07-24 21:48:48 +01:00
|
|
|
|
|
|
|
|
2017-07-22 16:10:41 +01:00
|
|
|
## ASCII
|
|
|
|
|
|
|
|
- Added small Debian.
|
|
|
|
- Added small FreeBSD.
|
|
|
|
- Added small macOS.
|
|
|
|
- Added small NixOS.
|
|
|
|
|
|
|
|
|
2017-06-22 06:53:37 +01:00
|
|
|
## Info
|
|
|
|
|
2017-08-29 03:43:46 +01:00
|
|
|
**GPU Driver**
|
|
|
|
|
|
|
|
- [Linux] Added a new info function (*off by default*) to display the GPU Driver currently in use.
|
|
|
|
- Add `info "GPU Driver" gpu_driver` to your config to use it.
|
|
|
|
|
2017-06-22 06:53:37 +01:00
|
|
|
**CPU**
|
|
|
|
|
|
|
|
- [Linux] Fixed inaccurate output on ARM SoC devices.
|
2017-07-13 20:36:07 +01:00
|
|
|
- [Linux] Fixed CPU speed not appearing on PowerPC systems.
|
2017-07-13 12:27:53 +01:00
|
|
|
- [NetBSD] Added support for CPU temperature. (NOTE: This only supports newer Intel processors)
|
2017-07-13 13:06:15 +01:00
|
|
|
- Fixed inaccurate speed output in systems with CPU speed less than 1 GHz.
|
2017-07-14 07:53:09 +01:00
|
|
|
- Deprecated `cpu_shorthand` in favor of `cpu_brand`.
|
2017-06-28 00:57:40 +01:00
|
|
|
|
2017-08-01 22:13:58 +01:00
|
|
|
**GPU**
|
|
|
|
|
|
|
|
- [Linux] Filter out duplicate entries.
|
|
|
|
|
2017-08-18 02:36:23 +01:00
|
|
|
**Model**
|
|
|
|
|
|
|
|
- Added support for QEMU/KVM.
|
|
|
|
- Renamed subtitle to `Host:`.
|
|
|
|
|
2017-07-13 20:40:15 +01:00
|
|
|
**Uptime**
|
|
|
|
|
|
|
|
- [AIX/IRIX] Fixed Neofetch crashing when calculating uptime.
|
|
|
|
|
2017-06-28 00:57:40 +01:00
|
|
|
**Terminal**
|
|
|
|
|
|
|
|
- [SSH] Fixed infinite loop if neofetch is run on non-interactive shells.
|
2017-06-30 05:04:55 +01:00
|
|
|
|
2017-07-16 00:32:40 +01:00
|
|
|
**Terminal Font**
|
|
|
|
|
|
|
|
- Added support for LXTerminal. **[@mstraube](https://github.com/mstraube)**
|
2017-08-06 10:23:36 +01:00
|
|
|
- Added support for GNUStep Terminal. **[@mstraube](https://github.com/mstraube)**
|
2017-07-16 00:32:40 +01:00
|
|
|
- Fixed Xfce4-terminal font output when system-wide font is used. **[@mstraube](https://github.com/mstraube)**
|
2017-08-18 02:36:23 +01:00
|
|
|
- Fixed MATE-Terminal issue. **[@mstraube](https://github.com/mstraube)**
|
2017-08-28 04:40:09 +01:00
|
|
|
- Fixed URxvt font detection failing if `.` is used. **[@winneon](https://github.com/winneon)**
|
2017-07-16 00:32:40 +01:00
|
|
|
|
2017-07-12 19:56:05 +01:00
|
|
|
**Theme**
|
|
|
|
|
2017-07-13 18:00:49 +01:00
|
|
|
- [Qt/KDE] Fixed inaccurate theme naming. **[@mstraube](https://github.com/mstraube)**
|
2017-08-18 02:36:23 +01:00
|
|
|
- [Qt/KDE] GTK theme is now shows as well.
|
2017-06-30 05:04:55 +01:00
|
|
|
|
2017-07-14 12:37:13 +01:00
|
|
|
**Window Manager**
|
|
|
|
|
2017-07-25 14:00:45 +01:00
|
|
|
- [macOS] Added support for `chunkwm`. **[@dominiklohmann](https://github.com/dominiklohmann)**
|
2017-07-14 12:37:13 +01:00
|
|
|
- Fix incorrect output when using WindowMaker. **[@mstraube](https://github.com/mstraube)**
|
2017-07-13 20:40:15 +01:00
|
|
|
|
2017-07-16 00:32:40 +01:00
|
|
|
**Song**
|
|
|
|
|
|
|
|
- Added support for Pogo. **[@mstraube](https://github.com/mstraube)**
|
2017-08-26 01:12:22 +01:00
|
|
|
- Fixed bug with players not being found.
|
|
|
|
|
|
|
|
**Battery**
|
|
|
|
|
|
|
|
- Added battery support for Thinkpads and other devices that use the `CMB` naming for batteries. **[@deadda7a](https://github.com/deadda7a)**
|
2017-07-16 00:32:40 +01:00
|
|
|
|
2017-08-28 00:35:46 +01:00
|
|
|
|
2017-06-30 05:04:55 +01:00
|
|
|
## Images
|
|
|
|
|
|
|
|
- Fixed division by 0 error in XTerm.
|
2017-08-28 00:35:46 +01:00
|
|
|
|
|
|
|
## Screenshot
|
|
|
|
|
|
|
|
- Fixed `scrot_cmd` arguments not being used. **[@winneon](https://github.com/winneon)**
|