chore(release): prepare 1.0.4 stable - #70
Merged
Merged
Conversation
- Bump version 1.0.4-alpha.4 -> 1.0.4 (flips electron-builder channel to "latest"/non-prerelease, so the build publishes latest.yml not alpha.yml) - Promote the [Unreleased] changelog into a consolidated [1.0.4] - 2026-05-31 rollup of the whole alpha cycle (Calibration Assistant, go2rtc streaming, security hardening, testing foundation, dependency remediation) so the release workflow auto-generates rich notes from the matching section - Add a fresh empty [Unreleased] and update comparison links Verified: workflow CHANGELOG extraction matches [1.0.4]; pnpm install --frozen-lockfile passes; electron-builder reports "Channel: latest (prerelease: false)". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the project version to 1.0.4 in package.json and documents the release in CHANGELOG.md, consolidating the features from the 1.0.4-alpha cycle such as the Calibration Assistant, go2rtc camera streaming, security hardening, and testing improvements. No review comments were provided, and I have no feedback to provide.
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.
Prepares
mainfor the 1.0.4 stable cut.1.0.4-alpha.4→1.0.4. electron-builder auto-derives the channel from the version, so this flips it tolatest/ non-prerelease (publisheslatest.yml, notalpha.yml— avoids the lesson feat: comprehensive multi-printer support, RTSP streaming, headless mode, and codebase quality improvements #9 updater 404).[Unreleased]into a consolidated## [1.0.4] - 2026-05-31thematic rollup of the whole alpha cycle, so the release workflow's CHANGELOG extraction auto-generates rich notes. Fresh empty[Unreleased]added; comparison links updated.Verified locally:
[1.0.4](all 10 sections captured)pnpm install --frozen-lockfilepasses (lockfile unaffected by version)Channel: latest (prerelease: false)Not synced to alpha intentionally — alpha must go to
1.0.5-alpha.1post-release, not stable 1.0.4 (channel separation / lesson #9). Alpha changelog sync + version bump is a separate follow-up after stable ships.