From c00848fd790ac815f96f87779e1f915ea1efebca Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sun, 23 Oct 2022 02:26:55 -0400 Subject: [PATCH] [U] Update readme changelog --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db3d262a..b0d160e4 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,20 @@ Updates to `neowofetch` begins with the emoji 🖼️ ### TODO * [ ] Allow left-right arrow keys for pagination -* [ ] Implement light/dark background detection based on https://github.com/muesli/termenv +### Unpublished 1.4.3 + +* 🌈 **Auto detect terminal background color & rgb support** +* 🌈 **Optimize experience on light-themed terminals** +* 🌈 Fix bugs with lightness and light-mode config not applying +* 🌈 Fix color alignment for distros with first color ≠ `${c1}` (e.g. Ubuntu Budgie) +* 🌈 Add unlabeled flags (#25) +* 🖼️ Distro - Add garuda_small (dylanaraps/neofetch#2215) +* 🖼️ Distro - Add Cobalt Linux (dylanaraps/neofetch#2213) +* 🖼️ Distro - Surround macOS build number in parentheses (#28) + ### 1.4.2 * 🌈 Detailed runnning/contributing instructions in README.md (#21)