Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.4] - 2026-03-07

### Bug Fixes

- Fix focus change in color-picker
## [0.3.3] - 2026-03-04

Comment on lines +9 to 15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing blank lines between changelog sections

The ## [Unreleased] heading and the new ## [0.3.4] section are on consecutive lines with no blank line separating them, and there is also no blank line between the last bullet of [0.3.4] and ## [0.3.3]. The Keep a Changelog convention (which this file explicitly follows) expects a blank line between each ## section, matching the style used throughout the rest of the file.

Suggested change
## [0.3.4] - 2026-03-07
### Bug Fixes
- Fix focus change in color-picker
## [0.3.3] - 2026-03-04
## [Unreleased]
## [0.3.4] - 2026-03-07
### Bug Fixes
- Fix focus change in color-picker
## [0.3.3] - 2026-03-04

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitv-tui"
version = "0.3.3"
version = "0.3.4"
edition = "2024"
build = "build.rs"
description = "A terminal-based GitHub client built with Rust and Ratatui."
Expand Down