From 3f79b6e5e1baac54d2c43e2cf4d2fa7b1ecc9eaf Mon Sep 17 00:00:00 2001 From: Cosmic Predator Date: Sun, 22 Jun 2025 00:18:54 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee86301..c2ae9d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,26 @@ ### ✨ What's New -- Chibi is now available in Snap Store for Linux users. To install chibi, run - ```shell - 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 in invoked and `status` flag is set to `watching`. -- `chibi update` command now supports 2 new flags, - - `-n ""` for entry notes. - - `-r ` for entry score. + +#### The `chibi profile` command now supports **Rendering Pixel Perfect Avatar** in the terminal. See [supported](https://sw.kovidgoyal.net/kitty/graphics-protocol/#:~:text=Other%20terminals%20that%20have%20implemented%20the%20graphics%20protocol%3A) terminals. + + +--- + +#### New colorful help text (thanks to [charmbracelet/fang](https://github.com/charmbracelet/fang)) + + +--- + +#### The Table Layout for `chibi ls` and `chibi search` commands has been redesigned to be a compact [`eza`](https://github.com/eza-community/eza) like layout. + + ### ✨ Other Changes -- Migrated from JSON file storage to Sqlite3 storage for configurations. -- Complete Architecture change for faster response. -- Added Code Comments in missing areas +- Removed SQLite Dependencies. +- Used keyring store instead of SQLite DB. +- Removed [`charmbracelet/huh`](https://github.com/charmbracelet/huh) dependencies (forms, spinners) and implemented those manually. -### πŸ› Bug Fixes -- Fixed a bad `if` check when handling start date. (085fff237d04fde01e6b19d96078af2030ab1bbb) -- Fixed app exiting with weird error messages. -- Fixed "WinGet not detecting app version". This change will take effect when installing upcoming versions of chibi. +> [!NOTE] +> By reducing those dependencies, I was able to save approximately 3MB 😁. -Thanks @mist8kengas for the contributions ☺️. +### πŸ› Bug Fixes +- Fixed an early token check in `chibi ls` command, which restricts from calling the AniList API.