Skip to content

Commit f608372

Browse files
committed
chore: release
1 parent dadf736 commit f608372

4 files changed

Lines changed: 27 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.4.0](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.3.4...gitv-tui-v0.4.0) - 2026-03-20
11+
12+
### <!-- 0 -->Features
13+
14+
- *(preview pane)* Add a small issue list preview when in issue conversation
15+
- *(style)* [**breaking**] Revamp the entire UI to have less borders and distractions
16+
17+
### <!-- 1 -->Bug Fixes
18+
19+
- fix test(ui): fix ui tests
20+
- *(md)* fixed checklist rendering
21+
22+
### <!-- 10 -->Other
23+
24+
- cleanup fix(changelog): streamline changelog config in release-plz.toml
25+
- Add dependabot.yml
26+
- bump flake.lock, fix nitpick in drv, add .envrc
27+
28+
### <!-- 6 -->Testing
29+
30+
- test fix(benches): make benches use `std::hint::black_box`
931
## [0.3.4] - 2026-03-08
1032

1133
### Bug Fixes

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitv-tui"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
edition = "2024"
55
build = "build.rs"
66
description = "A terminal-based GitHub client built with Rust and Ratatui."
@@ -39,7 +39,7 @@ rat-cursor = "2.0.0"
3939
rat-widget = "3.2.1"
4040
ratatui = {version = "0.30.0", features = ["unstable-widget-ref"] }
4141
ratatui-macros = "0.7.0"
42-
ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.1", features = ["tokio"] }
42+
ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.2", features = ["tokio"] }
4343
termprofile = { version = "0.2.0", features = ["convert", "ratatui"] }
4444
textwrap = { version = "0.16.2", features = ["terminal_size"] }
4545
thiserror = "2.0.18"

crates/ratatui-toaster/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ratatui-toaster"
33
description = "An extremely lightweight toast engine for ratatui"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2024"
66
authors = ["JayanAXHF <sunil.chdry@gmail.com>"]
77
license = "Unlicense OR MIT"

0 commit comments

Comments
 (0)