Add What's New popup, Sparkle auto-update, and glassmorphism UI#6
Merged
Add What's New popup, Sparkle auto-update, and glassmorphism UI#6
Conversation
d7792c2 to
ede1f4b
Compare
- What's New popup on first launch after update - Manual "What's New" button in About tab - Automatic update checking via Sparkle framework - CHANGELOG.md bundled for version history - Release workflow and notarization support
- Add Design.Glass with consistent color values for dark/light modes - Add Design.Colors.accent as primary accent color - Add CardButtonStyle and HintoCheckboxStyle components - Update all UI components to use unified glass system - Fix appearance theme not updating immediately - Fix label preview to match actual label appearance
ede1f4b to
7ff38d6
Compare
- Add validate-release-version.sh to check: - Version format (X.Y.Z) - CFBundleShortVersionString matches tag - CFBundleVersion matches build number formula - CHANGELOG.md has entry for version - Add version-to-build-number.sh (MAJOR*10000 + MINOR*100 + PATCH) - Update release.yml to use validation scripts - Update CFBundleVersion to 100 for version 0.1.0
7ff38d6 to
040f63c
Compare
Owner
Author
Code reviewFound 2 issues:
hinto/UI/WhatsNew/WhatsNewView.swift Lines 79 to 85 in 040f63c
Lines 28 to 30 in 040f63c Generated with Claude Code If this code review was useful, please react with a thumbs up. Otherwise, react with a thumbs down. |
Owner
Author
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