From 28b64aafa2baf299dfdee9d20c630c909c23dde3 Mon Sep 17 00:00:00 2001 From: Jayan Sunil <73993003+JayanAXHF@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:41:44 +0530 Subject: [PATCH] chore: release --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- crates/hyperrat/CHANGELOG.md | 6 ++++++ crates/hyperrat/Cargo.toml | 2 +- crates/ratatui-toaster/Cargo.toml | 2 +- 6 files changed, 30 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a0b97..cc11ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.3...gitv-tui-v0.4.4) - 2026-06-28 + +### Bug Fixes + +- *(ops)* fixed bech workflow not finding keyring and dbus +- fix external editor lagging a lot +- nix packaging + +### Other + +- hyperrat fix: upgrade to ratatui 0.30 +- add nix.yml +- *(benchmarks)* add bencher regression tracking +- Add nix to dependabot.yml +- *(benchmarks)* add bencher regression tracking + ## [0.4.3](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.2...gitv-tui-v0.4.3) - 2026-04-19 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3aa8eae..20dc770 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1505,7 +1505,7 @@ dependencies = [ [[package]] name = "gitv-tui" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "async-trait", @@ -2716,7 +2716,7 @@ dependencies = [ [[package]] name = "hyperrat" -version = "0.1.1" +version = "0.1.2" dependencies = [ "ratatui-core", "textwrap", @@ -4437,7 +4437,7 @@ dependencies = [ [[package]] name = "ratatui-toaster" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index 2119628..5dc7e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitv-tui" -version = "0.4.3" +version = "0.4.4" edition = "2024" build = "build.rs" description = "A terminal-based GitHub client built with Rust and Ratatui." @@ -29,7 +29,7 @@ crossterm = { version = "0.29.0", features = ["event-stream"] } directories = "6.0.0" edit = "0.1.5" futures = "0.3.32" -hyperrat = { path = "crates/hyperrat", version = "0.1.1" } +hyperrat = { path = "crates/hyperrat", version = "0.1.2" } inquire = "0.9.4" keyring = { version = "3.6.3", features = ["apple-native", "windows-native"] } octocrab = "0.49.7" @@ -39,7 +39,7 @@ rat-cursor = "2.0.0" rat-widget = "3.2.1" ratatui = {version = "0.30.0", features = ["unstable-widget-ref"] } ratatui-macros = "0.7.0" -ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.3", features = ["tokio"] } +ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.4", features = ["tokio"] } termprofile = { version = "0.2.3", features = ["convert", "ratatui"] } textwrap = { version = "0.16.2", features = ["terminal_size"] } thiserror = "2.0.18" diff --git a/crates/hyperrat/CHANGELOG.md b/crates/hyperrat/CHANGELOG.md index 2be622e..246f7c4 100644 --- a/crates/hyperrat/CHANGELOG.md +++ b/crates/hyperrat/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/JayanAXHF/gitv/compare/hyperrat-v0.1.1...hyperrat-v0.1.2) - 2026-06-28 + +### Other + +- hyperrat fix: upgrade to ratatui 0.30 + ## [0.1.1](https://github.com/JayanAXHF/gitv/compare/hyperrat-v0.1.0...hyperrat-v0.1.1) - 2026-02-19 ### Other diff --git a/crates/hyperrat/Cargo.toml b/crates/hyperrat/Cargo.toml index 14b7774..f6f8291 100644 --- a/crates/hyperrat/Cargo.toml +++ b/crates/hyperrat/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyperrat" description = "An OSC 8 link widget for ratatui that doesn't break your UI" -version = "0.1.1" +version = "0.1.2" edition = "2024" authors = ["JayanAXHF "] license = "Unlicense OR MIT" diff --git a/crates/ratatui-toaster/Cargo.toml b/crates/ratatui-toaster/Cargo.toml index 333b41c..f67d453 100644 --- a/crates/ratatui-toaster/Cargo.toml +++ b/crates/ratatui-toaster/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ratatui-toaster" description = "An extremely lightweight toast engine for ratatui" -version = "0.1.3" +version = "0.1.4" edition = "2024" authors = ["JayanAXHF "] license = "Unlicense OR MIT"