Prepare Hronomancer 1.2.0 with automatic updates - #19
Merged
Conversation
Hronom
marked this pull request as ready for review
July 26, 2026 16:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
snapcraftconfigurationWhy
Hronomancer did not check for new releases automatically. Recent Vite 8 and TypeScript 7 upgrades also exceeded the peer ranges supported by the current Electron/Vue toolchain, breaking clean
npm ciand the full type-check. The release workflow additionally needed stronger tag/version and updater-metadata validation.Impact
Packaged builds check GitHub Releases shortly after startup. Windows and supported Linux packages can download and install updates from the tray or notification; package-manager-owned formats stay under system control, and unsigned macOS builds open the release downloads instead of attempting unsupported in-app installation.
Validation
npm ciunder Node 24.14.0npm test— 4/4 passingnpm run build— full renderer, preload, and main-process type-check/build passingnpm audit --omit=dev— 0 production vulnerabilitiesv1.2.0is unused and the repository has no open issuesUnfiltered npm audit findings are confined to electron-builder's upstream build-time dependency tree; the packaged production audit is clean.