# CHANGES

- Added latest.yml files to release artifacts for auto-updater 🚀
- Enhanced pre-download update check for better reliability 
- Improved error handling with detailed logging messages 🛡️
- Fixed update flow by checking versions before downloading 🔧
- Added development mode stub handlers for testing 🧪
- Prevented confusing errors in development environment 💡
- Included platform-specific update manifest files 📦
- Strengthened auto-updater with validation checks 
- Better error messages for failed update attempts 📝
- Smoother update experience with proper state management 🎯
This commit is contained in:
Pedram Amini
2025-12-18 00:35:49 -06:00
parent 5cc9981b0c
commit 4822f95802
3 changed files with 32 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ jobs:
release/*.zip
release/*-mac.zip
release/*-mac-*.zip
release/latest-mac.yml
if-no-files-found: error
retention-days: 5
@@ -180,6 +181,7 @@ jobs:
name: maestro-windows
path: |
release/*.exe
release/latest.yml
if-no-files-found: error
retention-days: 5
@@ -193,6 +195,7 @@ jobs:
release/*.deb
release/*.rpm
release/*.snap
release/latest-linux.yml
if-no-files-found: warn
retention-days: 5