Skip to content

Commit 5dcae1b

Browse files
committed
chore: bump version to 0.4.1, update changelog
1 parent 09d0241 commit 5dcae1b

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1] - 2026-03-16
9+
10+
### Fixed
11+
- **SEC-001**: Add strict socket suffix validation in `capture_pane_last_lines()` to match `kill_tmux_server()` validation
12+
- **BUG-005**: Add `start_time > 0` check for idle shell detection, preventing false positives with uninitialized timestamps
13+
- **BUG-008**: Add `tracing::warn!` logging for `.session` parse failures in `check_team_owner_alive()`, improving debuggability
14+
15+
### Changed
16+
- **QUAL-006**: Add `tracing::debug!` logging for skipped teams in `read_team()`
17+
- **QUAL-007**: Add `#[deprecated]` attribute to `classify_child_simple()` with migration guidance
18+
- **QUAL-008**: Replace external `date` command with pure Rust `chrono` implementation in `format_timestamp()`
19+
20+
### Removed
21+
- **DEAD-001**: Remove unused `sol::ORANGE` and `sol::BLUE` constants from TUI color palette
22+
- **DEAD-002**: Remove unnecessary `#[allow(dead_code)]` from `sol` module (41+ active usages)
23+
824
## [0.4.0] - 2026-03-16
925

1026
### Added
@@ -119,6 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119135
- Address audit findings: orphan detection, performance, safety
120136

121137
[0.3.3]: https://github.com/vinhnxv/melina/releases/tag/v0.3.3
138+
[0.4.1]: https://github.com/vinhnxv/melina/releases/tag/v0.4.1
122139
[0.4.0]: https://github.com/vinhnxv/melina/releases/tag/v0.4.0
123140
[0.3.3]: https://github.com/vinhnxv/melina/releases/tag/v0.3.3
124141
[0.3.2]: https://github.com/vinhnxv/melina/releases/tag/v0.3.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.4.0"
10+
version = "0.4.1"
1111
edition = "2024"
1212
authors = ["vinhnxv"]
1313
license = "MIT"

0 commit comments

Comments
 (0)