We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9d0ed commit 00a45f6Copy full SHA for 00a45f6
CHANGELOG.md
@@ -1,7 +1,11 @@
1
-### 🐛 Bug Fixes
2
-- Fixed an issue where if there are no entries, the `ls` command behaves weirdly.
+### ✨ What's New
+- You can now find the docs on https://chibi-cli.pages.dev/
3
+- You can now install chibi in windows via winget. To do so, type in
4
+
5
+ ```shell
6
+ winget install CosmicPredator.Chibi
7
+ ```
8
+- Added install/uninstall scripts for linux and macOS.
9
-### 🚸 Improvements
-- Added a `--version` flag where the current version of the app is printed out.
-- Added a command alias `list` for the `ls` command.
-- Added `--status` flag to the `ls` command where you can list anime/manga by status.
10
+### 🐛 Bug Fixes
11
+- Undo gitignoring `go.sum` for nix flake builds.
0 commit comments