-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f9d0ed
commit 00a45f6
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
### 🐛 Bug Fixes | ||
- 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/ | ||
- You can now install chibi in windows via winget. To do so, type in | ||
|
||
```shell | ||
winget install CosmicPredator.Chibi | ||
``` | ||
- Added install/uninstall scripts for linux and macOS. | ||
|
||
### 🚸 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. | ||
### 🐛 Bug Fixes | ||
- Undo gitignoring `go.sum` for nix flake builds. |