From 39474d5dfd88bd93e3006169bcfa56eb5e3ecd1c Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 29 Jul 2022 10:53:24 -0400 Subject: [PATCH 1/4] [U] Changelog for 1.1.3 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e490c99a..3fc111e2 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,15 @@ 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 +### 1.1.3 + +* Add foreground-background color arrangement to make Fedora and Ubuntu look nicer +* Allow typing abbreviations in flag selection +* Fix: Duplicate random color arrangements are appearing in selection screen +* Fix: Inconsistant color arrangement when saved to config file + ### 1.1.2 * Add more flags ([#5](https://github.com/hykilpikonna/hyfetch/pull/5)) From 84528b7c0f0b49124b152bfa9285102e6b6844a4 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 29 Jul 2022 11:16:26 -0400 Subject: [PATCH 2/4] [U] Readme: Add ubuntu screenshot --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fc111e2..b4af20bf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,9 @@ Feel free to experiment with it! * [ ] Paginate flags -### 1.1.3 + + +### 1.1.3rc1 * Add foreground-background color arrangement to make Fedora and Ubuntu look nicer * Allow typing abbreviations in flag selection @@ -65,6 +67,8 @@ Feel free to experiment with it! * Add more flags ([#5](https://github.com/hykilpikonna/hyfetch/pull/5)) * Removed `numpy` dependency that was used in 1.1.0 + + ### 1.1.0 * Refactored a lot of things @@ -74,8 +78,6 @@ 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. @@ -136,6 +138,7 @@ The information by default is displayed alongside your operating system's logo. You can further configure Neofetch to display exactly what you want it to. Through the use of command-line flags and the configuration file you can change existing information outputs or add your own custom ones. + Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku. If your favourite operating system is unsupported: Open up an issue and support will be added. From 62c044cab33fd4b2bc65c9d008cc78ce2880e499 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 29 Jul 2022 11:52:08 -0400 Subject: [PATCH 3/4] [U] Update todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4af20bf..9755d3e4 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Feel free to experiment with it! ### TODO * [ ] Paginate flags +* [ ] Implement light/dark background detection based on https://github.com/muesli/termenv From 39fde11d177739443adb4b8022e7067bbf932ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milena=20-=20=E4=B8=80=E7=A9=97=E7=81=AF=E8=8A=B1?= <102890144+YisuiDenghua@users.noreply.github.com> Date: Sat, 30 Jul 2022 16:17:40 +0800 Subject: [PATCH 4/4] `nix-env -i hyfetch` is available now added `nix-env -i hyfetch` --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 9755d3e4..9bfadf3e 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,9 @@ pip install hyfetch Currently, these distributions have existing packages for HyFetch: * ArchLinux: `yay -S hyfetch` (Thanks to @ Aleksana) -* Nix (Nixpkgs): `nix-env -i hyfetch` ([In Progress](https://github.com/NixOS/nixpkgs/pull/170309)) -* Nix ([NUR](nur.nix-community.org)): Install package `nur.repos.YisuiMilena.hyfetch`. (Thanks to @ YisuiDenghua) +* Nix: `nix-env -i hyfetch` (Thanks to @ YisuiDenghua) * Guix: `guix install hyfetch` (Thanks to @ WammKD) -Currently, if you're using Nix the package manager or NixOS, you can use HyFetch with `nix-env -if https://github.com/hykilpikonna/hyfetch/tarball/master -A hyfetch` - -> `hyfetch` is also available in our NixOS-CN's flake. You can add [NixOS-CN](https://github.com/nixos-cn/flakes) in your [Nix Flake](https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html) at first, then install package `hyfetch`. (Thanks to @ YisuiDenghua and @ linyinfeng ) ## Usage