From d210e8b7179969372880b4b228d9bcf349d366a0 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 25 Jul 2022 21:05:33 -0400 Subject: [PATCH] [U] Changelog --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c7f10c4..330128a2 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,21 @@ Feel free to experiment with it! ### TODO -* [ ] Add interactive configurator for adjusting brightness * [ ] Add configuration to emphasize certain parts of the original ASCII art (to make icons like Fedora and Ubuntu look nicer) +### 1.1.1 + +* Removed `numpy` dependency that was used in 1.1.0 + +### 1.1.0 + +* Refactored a lot of things +* Added Beiyang flag xD +* Added interactive configurator for brightness adjustment +* Added dark/light mode selection +* 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.