@@ -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
0 commit comments