diff --git a/.claude/commands/new-version.md b/.claude/commands/new-version.md new file mode 100644 index 0000000..1b3cfb4 --- /dev/null +++ b/.claude/commands/new-version.md @@ -0,0 +1,15 @@ +--- +allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) +description: Create version for direct distribution. Update changelog, update readme, update version in gradle files, create a git commit and push it to github with release. +--- + +## Context + +- Current git status: !`git status` +- Current git diff (staged and unstaged changes): !`git diff HEAD` +- Current branch: !`git branch --show-current` +- Recent commits: !`git log --oneline -10` + +## Your task + +Create version for direct distribution. Update changelog, update readme, update version in gradle files, create a git commit and push it to github with release. diff --git a/MacTorn-v1.4.5.zip b/MacTorn-v1.4.5.zip new file mode 100644 index 0000000..8a87667 Binary files /dev/null and b/MacTorn-v1.4.5.zip differ