Skip to content

Commit 5b92a38

Browse files
anandgupta42claude
andcommitted
release: v0.2.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bb6410c commit 5b92a38

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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.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

0 commit comments

Comments
 (0)