Skip to content

Releases: CosmicPredator/chibi-cli

Version 1.1.0 🔖

21 Jun 18:57
1.1.0
e3e2223

Choose a tag to compare

✨ 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/huh dependencies (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 ls command, which restricts from calling the AniList API.

Version 1.0.4 🔖

03 Mar 18:04
1.0.4
065995f

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

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

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

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

Choose a tag to compare

Critical Hotfix 🚑️

Fixed some tables not rendering and throwing errors in Windows.