Skip to content

Commit 6aa2a28

Browse files
lroolleclaude
andcommitted
docs: expand v0.4.0 changelog with detailed changes
- Add comprehensive changelog entry for v0.4.0 major refactor - Document auth system overhaul, Docker architecture changes - Include security improvements and breaking changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 588d614 commit 6aa2a28

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [0.4.0] - 2025-07-08
1818

19+
### Added
20+
- Unified `--auth-with` pattern for authentication method selection
21+
- Environment variable pass-through with `-e` flag support
22+
- Custom config directory support
23+
- Controlled mount security with proper read-only handling
24+
1925
### Changed
20-
- Refactored auth system and environment handling
26+
- Complete auth system refactor with proper model handling
27+
- Docker architecture: moved to `/home/claude` for better permissions
28+
- Environment variable standardization: `CLAUDE_YOLO_*``CCYOLO_*`
29+
- Streamlined docker-entrypoint.sh with improved error handling
30+
31+
### Fixed
32+
- Docker permission issues with auth file handling
33+
- Security improvements with controlled mounts
2134

2235
## [0.3.0] - 2025-07-02
2336

0 commit comments

Comments
 (0)