Skip to content

Commit e3a94e8

Browse files
committed
v1.1.1
1 parent e5fc892 commit e3a94e8

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ Your data persists in `./data/claude` and `./workspace` — upgrading only repla
809809
To pin a specific version instead of `latest`:
810810

811811
```yaml
812-
image: coderluii/holyclaude:1.1.0 # instead of :latest
812+
image: coderluii/holyclaude:1.1.1 # instead of :latest
813813
```
814814

815815
<p align="right">

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to HolyClaude will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [1.1.1] - 03/26/2026
8+
9+
### Fixed
10+
- Workspace bind mount permissions on first run when Docker creates the directory as root
11+
- Workspace directory now tracked via `.gitkeep` to prevent root ownership on fresh clones
12+
13+
### Added
14+
- Configurable host-side port and bind-mount paths via `.env` file (`HOLYCLAUDE_HOST_PORT`, `HOLYCLAUDE_HOST_CLAUDE_DIR`, `HOLYCLAUDE_HOST_WORKSPACE_DIR`)
15+
16+
Thanks to [@Sunwood-ai-labs](https://github.com/Sunwood-ai-labs) for this contribution.
17+
718
## [1.1.0] - 03/25/2026
819

920
### Added

0 commit comments

Comments
 (0)