Skip to content

Releases: CosmicPredator/chibi-cli

Version 1.0.4 🔖

03 Mar 18:04
1.0.4
065995f
Compare
Choose a tag to compare

✨ 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 logout command to log you out from AniList.
  • Start Date is automatically added when chibi add command is invoked and status flag is set to watching.
  • chibi update command 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 if check 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 🔖

06 Feb 17:22
Compare
Choose a tag to compare

✨ What's New

  • 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,

    $ 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 🔖

30 Dec 09:31
Compare
Choose a tag to compare

✨ 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.sum for nix flake builds.

Version 1.0.1 🔖

24 Dec 17:29
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed an issue where if there are no entries, the ls command behaves weirdly.

🚸 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.

Version 1.0.0 🔖

24 Dec 12:58
Compare
Choose a tag to compare

Critical Hotfix 🚑️

Fixed some tables not rendering and throwing errors in Windows.