Skip to content

Commit af4569c

Browse files
authored
Merge pull request #32 from alex-feel/release-please--branches--main
chore(main): release 1.4.1
2 parents 212601e + d1e4036 commit af4569c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.4.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/alex-feel/claude-code-toolbox/compare/v1.4.0...v1.4.1) (2025-08-16)
4+
5+
6+
### Bug Fixes
7+
8+
* bash wrapper now executes directly instead of going through PowerShell ([ce7a6d3](https://github.com/alex-feel/claude-code-toolbox/commit/ce7a6d3df8a66cb0865de40077d42406845a2f76))
9+
* escape backslash in PowerShell regex pattern ([6508fd5](https://github.com/alex-feel/claude-code-toolbox/commit/6508fd51bc85bdebcfc677fbbc51a90ac49b76ac))
10+
* use Git Bash to pass system prompt content on Windows ([d7105c2](https://github.com/alex-feel/claude-code-toolbox/commit/d7105c22fd74f6f5527fe1c824df59cb288e7c68))
11+
* use Unix-style paths for system prompt loading on Windows ([7408a05](https://github.com/alex-feel/claude-code-toolbox/commit/7408a05924a537f6623c23d9c1c466a7e1b43a6f))
12+
313
## [1.4.0](https://github.com/alex-feel/claude-code-toolbox/compare/v1.3.0...v1.4.0) (2025-08-16)
414

515

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

0 commit comments

Comments
 (0)