Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Description
Goal
Key Changes
Type of Change
Impact Assessment
Database Impact
Backup Impact
Testing
How Has This Been Tested?
Description
Bump version to
1.0.0-alpha.4, update package dependencies, and integrate the automatic update system usingelectron-updater.Goal
Prepare the alpha.4 release with an automatic update mechanism so users can receive new versions without manually downloading them. Also updates dependencies to their latest compatible versions.
Key Changes
1.0.0-alpha.3to1.0.0-alpha.4electron-updater(UpdateManager, IPC handlers, Angular UpdateService, UI dialog and settings page)package-lock.jsonrefresh)Type of Change
Impact Assessment
Database Impact
Backup Impact
Testing
How Has This Been Tested?
Test Steps
npm run prisma:generatethennpm run devβ verify the app launches without errorsnpm run sonar:checkβ verify all tests pass and quality gate is metTest Configuration
UI Changes
Before
No update UI existed β users had no way to check for or manage application updates from within the app.
After
open-update-dialog) shows update availability, download progress, and release notesopen-settings-updates) allows users to configure automatic update checks and view update historyChecklist