Add GitHub release update checker#74
Merged
Merged
Conversation
Covers desktop app update checking at startup (modal dialog with download/upgrade flow) and firmware update notification on mount connection (inline badge in Settings + button badge). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…lid import Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
TextBox.Text defaults to TwoWay, but Changelog has no setter. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Replace plain TextBox with MarkdownScrollViewer for proper rendering of GitHub release notes (headers, bold, lists, etc.). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Create a derived FlowDocument style based on MdXaml Standard that uses the app's AppForegroundBrush and transparent background so the changelog respects the active theme. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Manual update check in DlgAppSettings with progress feedback, shows DlgUpdateAvailable if update found, or info message if up to date. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
MdXaml Standard style has hardcoded black Foreground on H1-H6 headings. Add resource overrides for each heading level using the app's theme brush. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
… check, inline result - Fix MdXaml heading colors using Tag triggers (Heading1-Heading4) - Set compact font sizes for markdown changelog (body 13, H1 20, H2 18, H3 16, H4 14) - Add "Skip This Version" button that persists skipped version to AppSettings - Show "Check For Updates" result inline under button instead of dialog popup - Throttle automatic checks to once per 24 hours for both desktop and firmware - Manual "Check For Updates" button bypasses the daily throttle Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Slash command /release with natural language triggers (make a release, let's ship, cut a release, etc.) that automates version bumping, changelog generation, git tagging, and GitHub draft release creation. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
/release) for automating version bumps, changelog, tagging, and GitHub draft releasesTest plan
🤖 Generated with Claude Code