Skip to content

Commit 5a9bc2b

Browse files
committed
chore(release): bump version to 0.4.1
1 parent 5937149 commit 5a9bc2b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,53 @@ All notable changes to this project will be documented in this file. See [commit
129129
* **tui:** wire theme, stats, and health into app state and event loop e6e4ac7
130130

131131

132+
### Bug Fixes
133+
134+
* **ci:** correct rust-toolchain action name in release workflow 449e1f0
135+
* **ci:** replace dtolnay/rust-toolchain with rustup for Forgejo compatibility aea27d0
136+
* **ci:** skip publish and release jobs on Forgejo runners 79931e7
137+
* **directory:** use file_type() instead of metadata() for symlink detection f643bc7
138+
* replace useless vec! with a static slice in expanded help fea97ee
139+
* **tmux:** remove -a flag from list-panes to isolate PIDs per session aa341d7
140+
* **tmux:** sanitize session names to handle dots in directory names 0432935
141+
* **tui:** make ui helper functions public for internal module access eb68397
142+
* **tui:** require '/' to enter filter mode a20de69
143+
* **tui:** set gauge background to theme bg_primary to eliminate grey unfilled area 00288cc
144+
* **tui:** set sparkline background to theme bg_primary to eliminate grey area 289b4f0
145+
146+
## 0.4.1 (2026-02-10)
147+
148+
149+
### Features
150+
151+
* add git repository status integration 0789183
152+
* **health:** add session health scoring algorithm 0dc7175
153+
* initialize project 20e933b
154+
* **process:** add child_ai_names field to AiProcessInfo struct 63b9d82
155+
* **process:** add openclaw to AI process detection e50033a
156+
* **process:** detect parent-child relationships in find_ai_processes e194606
157+
* **process:** filter child AI processes from results, return only root processes 5482b4c
158+
* **process:** initialize child_ai_names field in get_process_info 20cf894
159+
* **sysinfo:** add per-session CPU/memory stats via /proc scanning 6e62c75
160+
* **theme:** add gradient_color() that interpolates success/warning/error 8312fe3
161+
* **theme:** add Omarchy theme integration with automatic color scheme loading 39e2326
162+
* **theme:** derive Omarchy background colors from theme instead of hardcoding 136eaa5
163+
* **theme:** use eza-compatible ANSI named colors for default theme 82745ca
164+
* **tmux:** add session activity tracking 20468a5
165+
* **tui:** add ASCII T-Rex background decoration 219c61d
166+
* **tui:** add bar chart view and stats overlay modes dd36e54
167+
* **tui:** add directory name sanitization and TUI cues 9820a0b
168+
* **tui:** add red eye to T-Rex ascii art 2c3336a
169+
* **tui:** add window expansion and live preview 99d21c6
170+
* **tui:** append child AI names after tmux icon in normal mode 8237303
171+
* **tui:** apply theme colors to expanded, directory, and naming views b899f25
172+
* **tui:** increase COL_WIDTH from 30 to 38 characters 633ff88
173+
* **tui:** make T-Rex ASCII art optional at compile time via feature flag ba1a5ef
174+
* **tui:** redesign normal mode with system overview, gauges, sparklines, and scrollbar 6b38ce5
175+
* **tui:** use theme-aware green-to-amber gradient for T-Rex background art 4be776f
176+
* **tui:** wire theme, stats, and health into app state and event loop e6e4ac7
177+
178+
132179
### Bug Fixes
133180

134181
* **ci:** correct rust-toolchain action name in release workflow 449e1f0

0 commit comments

Comments
 (0)