2018-05-04 08:19:14 +02:00
|
|
|
This release bumps the version number up to `4.0.0` as it contains major
|
|
|
|
changes to how Neofetch is packaged and installed.
|
|
|
|
|
|
|
|
The entirety of Neofetch is now contained within a single executable.
|
|
|
|
Everything has been in-lined. Installing Neofetch is now as easy as
|
|
|
|
downloading the script and running it.
|
|
|
|
|
|
|
|
Packaging Neofetch is now easier as well. We were using `sed` in the
|
|
|
|
`Makefile` to replace specific paths and we have had to work around
|
|
|
|
different system hierarchies. None of this is necessary anymore.
|
|
|
|
|
|
|
|
Those using distributions with an outdated Neofetch version in their repos
|
|
|
|
can now easily install the latest version.
|
|
|
|
|
|
|
|
|
2017-02-09 00:24:58 +01:00
|
|
|
## Contributors
|
|
|
|
|
2018-04-25 03:32:52 +02:00
|
|
|
<!-- - [**@**](https://github.com/) -->
|
2018-04-14 00:41:27 +02:00
|
|
|
- [**@aidanharris**](https://github.com/aidanharris)
|
2018-04-19 02:22:54 +02:00
|
|
|
- [**@DanySpin97**](https://github.com/DanySpin97)
|
2018-04-19 23:49:42 +02:00
|
|
|
- [**@SolitudeSF**](https://github.com/SolitudeSF)
|
2018-04-22 03:11:57 +02:00
|
|
|
- [**@Kayant**](https://github.com/Kayant)
|
2018-04-25 03:32:52 +02:00
|
|
|
- [**@robertwolter**](https://github.com/robertwolter)
|
2018-04-30 08:16:08 +02:00
|
|
|
- [**@TsundereBug**](https://github.com/TsundereBug)
|
|
|
|
- [**@dawidd6**](https://github.com/dawidd6)
|
2018-05-03 23:20:40 +02:00
|
|
|
- [**@mstraube**](https://github.com/mstraube)
|
2018-04-25 03:32:52 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Operating System
|
|
|
|
|
|
|
|
- Added support for ArcoLinux.
|
2018-04-14 00:41:27 +02:00
|
|
|
|
2018-04-10 08:09:02 +02:00
|
|
|
|
2018-04-14 00:29:56 +02:00
|
|
|
## General
|
|
|
|
|
2018-05-04 08:19:14 +02:00
|
|
|
- Neofetch is now a single executable.
|
2018-04-14 00:29:56 +02:00
|
|
|
- Simplified `--version` output.
|
|
|
|
- Fixed theme issues by setting `GIO_EXTRA_MODULES`.
|
|
|
|
|
|
|
|
|
|
|
|
## Images
|
|
|
|
|
|
|
|
- Added `wal`/`pywal` support to get the current wallpaper.
|
2018-04-19 23:49:42 +02:00
|
|
|
- Added `kitty` image backend. [**@SolitudeSF**](https://github.com/SolitudeSF)
|
2018-04-25 03:32:52 +02:00
|
|
|
- Added `setroot` wallpaper support. [**@SolitudeSF**](https://github.com/SolitudeSF)
|
2018-04-14 00:29:56 +02:00
|
|
|
|
|
|
|
|
2018-04-30 08:16:08 +02:00
|
|
|
## Ascii
|
|
|
|
|
|
|
|
- Updated Android ascii art to better work on non-unicode terminals. [**@TsundereBug**](https://github.com/TsundereBug)
|
|
|
|
|
|
|
|
|
2018-04-10 08:09:02 +02:00
|
|
|
## Info
|
|
|
|
|
|
|
|
**Title**
|
|
|
|
|
2018-04-14 00:29:56 +02:00
|
|
|
- Fixed unexpected backslash being inserted on some systems.
|
|
|
|
|
2018-04-22 03:11:57 +02:00
|
|
|
**CPU**
|
|
|
|
|
|
|
|
- Added temperature support for Zen processors. [**@Kayant**](https://github.com/Kayant)
|
|
|
|
|
2018-04-14 00:29:56 +02:00
|
|
|
**GPU**
|
|
|
|
|
|
|
|
- Fixed duplicate Intel GPUs.
|
|
|
|
|
2018-04-14 00:41:27 +02:00
|
|
|
**Terminal Font**
|
|
|
|
|
|
|
|
- Added support for `st`. [**@aidanharris**](https://github.com/aidanharris)
|
2018-05-03 23:20:40 +02:00
|
|
|
- Added support for `qterminal`. [**@mstraube**](https://github.com/mstraube)
|
2018-04-19 02:22:54 +02:00
|
|
|
|
|
|
|
**Packages**
|
|
|
|
|
|
|
|
- Fixed package count in Exherbo. [**@DanySpin97**](https://github.com/DanySpin97)
|
2018-04-19 02:27:01 +02:00
|
|
|
|
2018-04-30 08:16:08 +02:00
|
|
|
**Desktop Environment**
|
|
|
|
|
|
|
|
- Fixed Unity output in Ubuntu 18.04. [**@dawidd6**](https://github.com/dawidd6)
|
|
|
|
|
2018-04-19 02:27:01 +02:00
|
|
|
**Window Manager**
|
|
|
|
|
|
|
|
- Added support for detecting `dwm`.
|