From aa2a46c3072684fb6c45d507971ac22fe8af979d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 25 Jul 2022 21:11:34 -0400 Subject: [PATCH 1/2] [U] Update todo & future changelog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 330128a2..340459a3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,11 @@ Feel free to experiment with it! ### TODO * [ ] Add configuration to emphasize certain parts of the original ASCII art (to make icons like Fedora and Ubuntu look nicer) +* [ ] Paginate flags + +### Unpublished Beta (git master) + +* Add more flags ([#5](https://github.com/hykilpikonna/hyfetch/pull/5)) ### 1.1.1 From f38da1da7bf80b18dbc52440fccf0c70a7bb350d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 25 Jul 2022 21:16:24 -0400 Subject: [PATCH 2/2] [U] Readme: Add nixos demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 340459a3..a2815395 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ Feel free to experiment with it! * Added color bar preview for RGB/8bit mode selection * Added random color arrangement feature (for NixOS) + + ### 1.0.7 * Fix: Make config path not on init but when it's actually needed.