From b97b9403b90bf4c91d85e13cdcfd9b4dae3f46a2 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 19 Dec 2022 11:05:43 -0500 Subject: [PATCH] [U] Changelog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0fb3e69e..16dc3def 100644 --- a/README.md +++ b/README.md @@ -102,10 +102,15 @@ pip install git+https://github.com/hykilpikonna/hyfetch.git@master * 🌈 **Support using FastFetch as a HyFetch backend** (`hyfetch -b fastfetch`) * 🌈 Add config file argument (#48) * 🌈 Fix problems caused by color detection on Windows (#16) +* 🌈 Support pure-python distro detection for FastFetch * 🖼️ Distro - Add Aster Linux (dylanaraps/neofetch#2251) +* 🖼️ Distro - Add Hybrid Linux (dylanaraps/neofetch#2239) +* 🖼️ Distro - Add UrukOS (dylanaraps/neofetch#2258) +* 🖼️ Distro - Add Project Sasanqua (dylanaraps/neofetch#2264) * 🖼️ Distro - Add Kali small variant (dylanaraps/neofetch#2242) * 🖼️ Distro - Fix CachyOS matching (dylanaraps/neofetch#2026) * 🖼 WM - Fix wm detection with `fuser` (#39) +* 🖼️ Memory - Make memory unit decimal calculation more accurate (#52) * 🖼 Packages - Fix squirrel (Stock Linux) package count detection (#39) * 🖼 Packages - Support cargo bin environment variable (#49) * 🖼 Packages - Add tea.xyz package manager (issue [dylanaraps#2235](https://github.com/dylanaraps/neofetch/pull/2235))