File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,33 @@ 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.2.3] - 2026-03-04
9+
10+ ### Added
11+
12+ - Postinstall welcome banner and changelog display after upgrade (#48 )
13+
14+ ### Fixed
15+
16+ - Security: validate well-known auth command type before execution, add confirmation prompt (#45 )
17+ - CI/CD: SHA-pin all GitHub Actions, per-job least-privilege permissions (#45 )
18+ - MCP: fix copy-paste log messages, log init errors, prefix floating promises (#45 )
19+ - Session compaction: clean up compactionAttempts on abort to prevent memory leak (#45 )
20+ - Telemetry: retry failed flush events once with buffer-size cap (#45 , #46 )
21+ - Telemetry: flush events before process exit (#46 )
22+ - TUI: resolve worker startup crash from circular dependency (#47 )
23+ - CLI: define ALTIMATE_CLI build-time constants for correct version reporting (#41 )
24+ - Address 4 issues found in post-v0.2.2 commits (#49 )
25+ - Address remaining code review issues from PR #39 (#43 )
26+
27+ ### Changed
28+
29+ - CI/CD: optimize pipeline with caching and parallel builds (#42 )
30+
31+ ### Docs
32+
33+ - Add security FAQ (#44 )
34+
835## [ 0.2.2] - 2026-03-05
936
1037### Fixed
You can’t perform that action at this time.
0 commit comments