Skip to content

Releases: JayanAXHF/gitv

gitv-tui-v0.4.1

21 Mar 07:46

Choose a tag to compare

Bug Fixes

  • (vergen) fix VERGEN_IDEMPOTENT_OUTPUT in cargo install

ratatui-toaster-v0.1.2

20 Mar 12:53

Choose a tag to compare

Other

  • (gitv-tui) release v0.3.0

gitv-tui-v0.4.0

20 Mar 12:55

Choose a tag to compare

Features

  • (preview pane) Add a small issue list preview when in issue conversation
  • (style) [breaking] Revamp the entire UI to have less borders and distractions

Bug Fixes

  • fix test(ui): fix ui tests
  • (md) fixed checklist rendering

Other

  • cleanup fix(changelog): streamline changelog config in release-plz.toml
  • Add dependabot.yml
  • bump flake.lock, fix nitpick in drv, add .envrc

Testing

  • test fix(benches): make benches use std::hint::black_box

gitv-tui-v0.3.4

08 Mar 19:30

Choose a tag to compare

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

04 Mar 16:21

Choose a tag to compare

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

26 Feb 14:40
4802f4f

Choose a tag to compare

Added

  • Add bookmarks

Fixed

  • fix vergen output

gitv-tui-v0.3.1

25 Feb 04:09

Choose a tag to compare

Other

  • release

ratatui-toaster-v0.1.1

22 Feb 19:36
9c126f0

Choose a tag to compare

Other

  • (gitv-tui) release v0.3.0

gitv-tui-v0.3.0

22 Feb 11:14
8fca6dd

Choose a tag to compare

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

21 Feb 16:59
fd238f1

Choose a tag to compare

Fixed

  • fix not being able to type l

Other

  • remove freebsd due to some incompatibility