-
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.
Merge pull request #8 from CosmicPredator/develop
Version 1.0.3
- Loading branch information
Showing
6 changed files
with
182 additions
and
83 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,11 +1,16 @@ | ||
### ✨ 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 | ||
- The `ls` command now shows Rewatching/Rereading Media along with Current Media. The Rewatching/Rereading media will be marked by **"(R)"** before the media title. | ||
- You can now pass incremental or decremental progress to `update` command. For example, | ||
|
||
To increment progress of a media by 2, | ||
```shell | ||
winget install CosmicPredator.Chibi | ||
$ chibi update 8861 -p +2 | ||
``` | ||
|
||
To decrement progress of a media by 5, | ||
```shell | ||
$ chibi update 8861 -p -5 | ||
``` | ||
- Added install/uninstall scripts for linux and macOS. | ||
|
||
### 🐛 Bug Fixes | ||
- Undo gitignoring `go.sum` for nix flake builds. | ||
- None for now 👽️ |
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
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
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
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
Oops, something went wrong.