You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
3
-
- You can now pass incremental or decremental progress to `update` command. For example,
2
+
- Chibi is now available in Snap Store for Linux users. To install chibi, run
3
+
```shell
4
+
sudo snap install chibi
5
+
- Added Loading indicator to all API Requests.
6
+
- Added `chibi logout`command to log you out from AniList.
7
+
- Start Date is automatically added when `chibi add`commandin invoked and `status` flag is set to `watching`.
8
+
- `chibi update`command now supports 2 new flags,
9
+
- `-n "<note>"`for entry notes.
10
+
- `-r <score>`for entry score.
4
11
5
-
To increment progress of a media by 2,
6
-
```shell
7
-
$ chibi update 8861 -p +2
8
-
```
9
-
10
-
To decrement progress of a media by 5,
11
-
```shell
12
-
$ chibi update 8861 -p -5
13
-
```
12
+
### ✨ Other Changes
13
+
- Migrated from JSON file storage to Sqlite3 storage for configurations.
14
+
- Complete Architecture change for faster response.
15
+
- Added Code Comments in missing areas
14
16
15
17
### 🐛 Bug Fixes
16
-
- None for now 👽️
18
+
- Fixed a bad `if` check when handling start date. (085fff237d04fde01e6b19d96078af2030ab1bbb)
19
+
- Fixed app exiting with weird error messages.
20
+
- Fixed "WinGet not detecting app version". This change will take effect when installing upcoming versions of chibi.
0 commit comments