Skip to content

Commit 3b5bed1

Browse files
authored
chore(gitv-tui): release v0.3.4
1 parent e5150e4 commit 3b5bed1

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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+
## [0.3.4] - 2026-03-08
10+
11+
### Bug Fixes
12+
13+
- Fix focus change in color-picker
14+
15+
### Refactor
16+
17+
- Gate bench_support behind feature flag
18+
19+
### Testing
20+
21+
- *(ui)* Add UI snapshot tests for the TUI components
22+
- *(ui)* Add dummy test data generator
23+
- Add benchmarks for ui hotspots
924
## [0.3.3] - 2026-03-04
1025

1126
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitv-tui"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
build = "build.rs"
66
description = "A terminal-based GitHub client built with Rust and Ratatui."

0 commit comments

Comments
 (0)