Skip to content

Commit 6e2bac5

Browse files
author
Involvex
committed
feat: update auto-version workflow and README for automated versioning; remove outdated release notes
1 parent 0eb1f3d commit 6e2bac5

5 files changed

Lines changed: 26 additions & 96 deletions

File tree

.github/workflows/auto-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
# Use jq to build the JSON payload safely
124124
jq -n --arg prompt "$PROMPT" \
125125
'{contents: [{parts: [{text: $prompt}]}]}' > payload.json
126-
RESPONSE=$(curl -s -X POST "https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent?key=$GEMINI_API_KEY" \
126+
RESPONSE=$(curl -s -X POST "https://generativelanguage.googleapis.com/v1/models/gemini-2.5-flash:generateContent?key=$GEMINI_API_KEY" \
127127
-H "Content-Type: application/json" \
128128
-d @payload.json)
129129
echo "Gemini raw response:" >&2

README.md

Lines changed: 20 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -159,50 +159,28 @@ We love contributions! Here's how you can help:
159159

160160
---
161161

162+
## 🚀 Automated Version & Release Notes
163+
164+
This README is automatically updated to show the latest release version and release notes:
165+
166+
- **Current Version:** (auto-updated from latest tag)
167+
- **Release Notes:** (auto-inserted from latest release)
168+
169+
To update:
170+
- The GitHub Actions workflow fetches the latest tag and release notes after each release.
171+
- The README is patched with the new version and notes in the changelog section.
172+
173+
---
174+
162175
## 📝 Changelog
163176

164-
### Version 1.5.4 (Latest)
165-
- 🆕 PowerShell screenshot script now reliably bundled and executed in Electron builds
166-
- 🖼️ Robust screenshot fallback logic for Windows (PowerShell, Electron, enhanced manager)
167-
- 🛠️ Improved asset and resource handling for all platforms
168-
- ⌨️ Hotkey and auto-paste reliability improvements
169-
- 📋 Documentation and onboarding updates
170-
- 🐞 Bug fixes for asset path resolution, screenshot, and automation
171-
- 🧑‍💻 Enhanced error logging and troubleshooting
172-
173-
### Version 1.5.1
174-
- All version numbers updated to 1.5.1 for consistency across app, build, and installer.
175-
- Windows installer and portable executable rebuilt and validated.
176-
- All files typechecked, built, and tested for production.
177-
- No known issues; RobotJS and all native modules confirmed working.
178-
- Security, onboarding, and workflow improvements from previous releases included.
179-
180-
### Version 1.3.0
181-
- Major stability and UI improvements
182-
- Fixed robotjs module loading crashes
183-
- Restored missing system tray icon
184-
- Fixed footer logo display
185-
- Icon path compatibility
186-
- Enhanced error handling and resource management
187-
188-
### Version 1.1.2
189-
- Fixed robotjs native module compatibility issues
190-
- Enhanced auto-paste reliability with better error handling
191-
- Added comprehensive debugging and logging
192-
- Improved UI scaling and responsiveness
193-
- Updated system tray integration
194-
195-
### Version 1.1.0
196-
- Added auto-paste to New World feature
197-
- Custom prompts system
198-
- Message history and management
199-
- Export and sharing capabilities
200-
201-
### Version 1.0.0
202-
- Initial release
203-
- Screenshot capture and AI generation
204-
- Global hotkeys
205-
- Basic settings and configuration
177+
<!-- AUTO-INSERTED VERSION AND RELEASE NOTES BELOW -->
178+
<!-- These lines are automatically updated by the release workflow -->
179+
180+
### Version: (auto)
181+
- (release notes auto-inserted here)
182+
183+
<!-- END AUTO-INSERT -->
206184

207185
---
208186

RELEASE_NOTES_v1.5.4.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-script.js

Whitespace-only changes.

0 commit comments

Comments
 (0)