Version 1.0.4 🔖
✨ What's New
- Chibi is now available in Snap Store for Linux users. To install chibi, run
sudo snap install chibi
- Added Loading indicator to all API Requests.
- Added
chibi logoutcommand to log you out from AniList. - Start Date is automatically added when
chibi addcommand is invoked andstatusflag is set towatching. chibi updatecommand now supports 2 new flags,-n "<note>"for entry notes.-r <score>for entry score.
✨ Other Changes
- Migrated from JSON file storage to Sqlite3 storage for configurations.
- Complete Architecture change for faster response.
- Added Code Comments in missing areas
🐛 Bug Fixes
- Fixed a bad
ifcheck when handling start date. (085fff2) - Fixed app exiting with weird error messages.
- Fixed "WinGet not detecting app version". This change will take effect when installing upcoming versions of chibi.
Thanks @mist8kengas for the contributions