Releases: CosmicPredator/chibi-cli
Releases · CosmicPredator/chibi-cli
Version 1.1.0 🔖
✨ What's New
The chibi profile command now supports Rendering Pixel Perfect Avatar in the terminal. See supported terminals.
New colorful help text (thanks to charmbracelet/fang)
The Table Layout for chibi ls and chibi search commands has been redesigned to be a compact eza like layout.
✨ Other Changes
- Removed SQLite Dependencies.
- Used keyring store instead of SQLite DB.
- Removed
charmbracelet/huhdependencies (forms, spinners) and implemented those manually.
Note
By reducing those dependencies, I was able to save approximately 3MB 😁.
🐛 Bug Fixes
- Fixed an early token check in
chibi lscommand, which restricts from calling the AniList API.
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
Version 1.0.3 🔖
✨ What's New
-
The
lscommand 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
updatecommand. For example,To increment progress of a media by 2,
$ chibi update 8861 -p +2
To decrement progress of a media by 5,
$ chibi update 8861 -p -5
🐛 Bug Fixes
- None for now 👽️
Version 1.0.2 🔖
✨ 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
winget install chibi
-
Added install/uninstall scripts for linux and macOS.
🐛 Bug Fixes
- Undo gitignoring
go.sumfor nix flake builds.
Version 1.0.1 🔖
🐛 Bug Fixes
- Fixed an issue where if there are no entries, the
lscommand behaves weirdly.
🚸 Improvements
- Added a
--versionflag where the current version of the app is printed out. - Added a command alias
listfor thelscommand. - Added
--statusflag to thelscommand where you can list anime/manga by status.
Version 1.0.0 🔖
Critical Hotfix 🚑️
Fixed some tables not rendering and throwing errors in Windows.