All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- (branding) Add a logo
- (nix) Add devshell, package derivation, flake
- Fix non-flake install instructions
- Update usage in readme
- Add install instructions for homebrew
- Refactor the code to use interning and deduplication to reduce CPU usage by over 300%
- (release-plz) Add release-plz.toml
- (changelog) Add cliff.toml
0.3.2 - 2026-02-26
- Add bookmarks
- fix vergen output
0.3.1 - 2026-02-22
- release
0.3.0 - 2026-02-22
- add animations to the toasts
- refactor!(toasts): Refactor out the toast component into a standalone crate (
ratatui-toaster)
0.2.1 - 2026-02-21
- fix not being able to type
l
- remove freebsd due to some incompatibility
0.2.0 - 2026-02-21
- Create a toast engine to allow for toasts
- add a keybind to copy issue/comment url to the clipboard
- add support for timeline events
- make subtracting saturating in position calc
- create continuous deployment to add binaries on release
- add issue number with title in issue conversation
0.1.2 - 2026-02-19
- (readme) add badges for version and ratatui
0.1.1 - 2026-02-19
- update README with cargo command