File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ members = [
77]
88
99[workspace .package ]
10- version = " 0.4.0 "
10+ version = " 0.4.1 "
1111edition = " 2024"
1212authors = [" vinhnxv" ]
1313license = " MIT"
You can’t perform that action at this time.
0 commit comments