Releases: JayanAXHF/gitv
Releases · JayanAXHF/gitv
gitv-tui-v0.3.4
Bug Fixes
- Fix focus change in color-picker
Other
- (CI) Add benchmark CI job
Refactor
- Gate bench_support behind feature flag
Testing
- (ui) Add UI snapshot tests for the TUI components
- (ui) Add dummy test data generator
- Add benchmarks for ui hotspots
gitv-tui-v0.3.3
Features
- (branding) Add a logo
- (nix) Add devshell, package derivation, flake
Bug Fixes
- Fix non-flake install instructions
Documentation
- Update usage in readme
- Add install instructions for homebrew
Performance
- Refactor the code to use interning and deduplication to reduce CPU usage by over 300%
Miscellaneous Tasks
- (release-plz) Add release-plz.toml
- (changelog) Add cliff.toml
gitv-tui-v0.3.2
Added
- Add bookmarks
Fixed
- fix vergen output
gitv-tui-v0.3.1
Other
- release
ratatui-toaster-v0.1.1
Other
- (gitv-tui) release v0.3.0
gitv-tui-v0.3.0
Added
- add animations to the toasts
Other
- refactor!(toasts): Refactor out the toast component into a standalone crate (
ratatui-toaster)
gitv-tui-v0.2.1
Fixed
- fix not being able to type
l
Other
- remove freebsd due to some incompatibility
gitv-tui-v0.2.0
Added
- Create a toast engine to allow for toasts
- add a keybind to copy issue/comment url to the clipboard
- add support for timeline events
Fixed
- make subtracting saturating in position calc
Other
- create continuous deployment to add binaries on release
- add issue number with title in issue conversation
hyperrat-v0.1.1
Other
- (hyperrat) fix the source URL in hyperrat's cargo.toml
gitv-tui-v0.1.2
Other
- (readme) add badges for version and ratatui