[U] Release 1.4.11

This commit is contained in:
Azalea 2023-12-01 19:22:33 -05:00
parent 09c62956a3
commit 98a3befd4b
25 changed files with 633 additions and 242 deletions

View file

@ -117,37 +117,39 @@ pip install git+https://github.com/hykilpikonna/hyfetch.git@master
```
<!-- CHANGELOG STARTS HERE --->
* 🌈 Add ability to set backend args in hyfetch config file (#181)
* 🌈 Update makefile to be able to install hyfetch (#174)
* 🌈 Fix config file argument (#177)
* 🌈 Support pipx installation (#188, #192)
### 1.4.11
* 🌈 Add ability to set backend args in hyfetch config file ([#181](https://github.com/hykilpikonna/hyfetch/pull/181))
* 🌈 Update makefile to be able to install hyfetch ([#174](https://github.com/hykilpikonna/hyfetch/pull/174))
* 🌈 Fix config file argument ([#177](https://github.com/hykilpikonna/hyfetch/pull/177))
* 🌈 Support pipx installation ([#188](https://github.com/hykilpikonna/hyfetch/pull/188), [#192](https://github.com/hykilpikonna/hyfetch/pull/192))
* 🌈 Create package for Debian, OpenSUSE, Homebrew, Gentoo, and lure.sh
(#184, #194, #207, #206) Huge thanks to @BKasin!
* 🖼 DE - Fix DE empty bracket in macOS (#172)
* 🖼 Distro - Use /etc/debian_version to get .x on Debian (#191)
* 🖼 Distro - Add LainOS (#190)
* 🖼 Distro - Add aerOS (dylanaraps/neofetch#2360)
* 🖼 Distro - Add Xenia (#197)
* 🖼 Distro - Add EndeavourOS Small Option (dylanaraps/neofetch#2391)
* 🖼 Distro - Add AZOS (dylanaraps/neofetch#2339)
* 🖼 Distro - Add MainsailOS (dylanaraps/neofetch#2407)
* 🖼 Distro - Add Interix (dylanaraps/neofetch#2409)
* 🖼 Distro - Add Peropesis Linux (dylanaraps/neofetch#2414)
* 🖼 Distro - Add Adélie Linux (#218)
* 🖼 Distro - Add Xray_OS (dylanaraps/neofetch#2413)
* 🖼 Ascii - Update AOSC logo (#185)
* 🖼 Ascii - Update phyOS logo (#211)
* 🖼 Ascii - Update Parch logo (dylanaraps/neofetch#2045)
* 🖼 Ascii - Add linux_small (dylanaraps/neofetch#2417)
* 🖼 Bug Fix - Fix color blocks for bash !=3 & <5 (#170)
* 🖼 Bug Fix - Use sed -r instead of -E when using GNU sed (#171)
* 🖼 Bug Fix - Fixed Kubuntu recognized as Ubuntu (dylanaraps/neofetch#2411)
* 🖼 OS - Improved MacOS resolution detection (dylanaraps/neofetch#2356)
* 🖼 OS - Disable Hackintosh check on arm64 processors (dylanaraps/neofetch#2396)
* 🖼 OS - Add Windows NT (#217)
* 🖼 Terminal - Add support for alacritty's new config format (#202)
* 🖼 Terminal - Check for newer xfce4-term config (#214)
* 🖼 Package - Add support for npm global packages (#215)
([#184](https://github.com/hykilpikonna/hyfetch/pull/184), [#194](https://github.com/hykilpikonna/hyfetch/pull/194), [#207](https://github.com/hykilpikonna/hyfetch/pull/207), [#206](https://github.com/hykilpikonna/hyfetch/pull/206)) Huge thanks to @BKasin!
* 🖼 DE - Fix DE empty bracket in macOS ([#172](https://github.com/hykilpikonna/hyfetch/pull/172))
* 🖼 Distro - Use /etc/debian_version to get .x on Debian ([#191](https://github.com/hykilpikonna/hyfetch/pull/191))
* 🖼 Distro - Add LainOS ([#190](https://github.com/hykilpikonna/hyfetch/pull/190))
* 🖼 Distro - Add aerOS ([dylanaraps#2360](https://github.com/dylanaraps/neofetch/pull/2360))
* 🖼 Distro - Add Xenia ([#197](https://github.com/hykilpikonna/hyfetch/pull/197))
* 🖼 Distro - Add EndeavourOS Small Option ([dylanaraps#2391](https://github.com/dylanaraps/neofetch/pull/2391))
* 🖼 Distro - Add AZOS ([dylanaraps#2339](https://github.com/dylanaraps/neofetch/pull/2339))
* 🖼 Distro - Add MainsailOS ([dylanaraps#2407](https://github.com/dylanaraps/neofetch/pull/2407))
* 🖼 Distro - Add Interix ([dylanaraps#2409](https://github.com/dylanaraps/neofetch/pull/2409))
* 🖼 Distro - Add Peropesis Linux ([dylanaraps#2414](https://github.com/dylanaraps/neofetch/pull/2414))
* 🖼 Distro - Add Adélie Linux ([#218](https://github.com/hykilpikonna/hyfetch/pull/218))
* 🖼 Distro - Add Xray_OS ([dylanaraps#2413](https://github.com/dylanaraps/neofetch/pull/2413))
* 🖼 Ascii - Update AOSC logo ([#185](https://github.com/hykilpikonna/hyfetch/pull/185))
* 🖼 Ascii - Update phyOS logo ([#211](https://github.com/hykilpikonna/hyfetch/pull/211))
* 🖼 Ascii - Update Parch logo ([dylanaraps#2045](https://github.com/dylanaraps/neofetch/pull/2045))
* 🖼 Ascii - Add linux_small ([dylanaraps#2417](https://github.com/dylanaraps/neofetch/pull/2417))
* 🖼 Bug Fix - Fix color blocks for bash !=3 & <5 ([#170](https://github.com/hykilpikonna/hyfetch/pull/170))
* 🖼 Bug Fix - Use sed -r instead of -E when using GNU sed ([#171](https://github.com/hykilpikonna/hyfetch/pull/171))
* 🖼 Bug Fix - Fixed Kubuntu recognized as Ubuntu ([dylanaraps#2411](https://github.com/dylanaraps/neofetch/pull/2411))
* 🖼 OS - Improved MacOS resolution detection ([dylanaraps#2356](https://github.com/dylanaraps/neofetch/pull/2356))
* 🖼 OS - Disable Hackintosh check on arm64 processors ([dylanaraps#2396](https://github.com/dylanaraps/neofetch/pull/2396))
* 🖼 OS - Add Windows NT ([#217](https://github.com/hykilpikonna/hyfetch/pull/217))
* 🖼 Terminal - Add support for alacritty's new config format ([#202](https://github.com/hykilpikonna/hyfetch/pull/202))
* 🖼 Terminal - Check for newer xfce4-term config ([#214](https://github.com/hykilpikonna/hyfetch/pull/214))
* 🖼 Package - Add support for npm global packages ([#215](https://github.com/hykilpikonna/hyfetch/pull/215))
### 1.4.10