diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f982c..55356be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to **Neon Vision Editor** are documented in this file. The format follows *Keep a Changelog*. Versions use semantic versioning with prerelease tags. +## [v0.4.6] - 2026-02-12 + +### Added +- TODO + +### Improved +- TODO + +### Fixed +- TODO + ## [v0.4.5] - 2026-02-11 ### Added diff --git a/Neon Vision Editor/UI/PanelsAndHelpers.swift b/Neon Vision Editor/UI/PanelsAndHelpers.swift index ee01d63..ce0f23a 100644 --- a/Neon Vision Editor/UI/PanelsAndHelpers.swift +++ b/Neon Vision Editor/UI/PanelsAndHelpers.swift @@ -220,12 +220,11 @@ struct WelcomeTourView: View { private let pages: [TourPage] = [ TourPage( title: "What’s New in This Release", - subtitle: "Major changes since v0.4.4-beta:", + subtitle: "Major changes since v0.4.5:", bullets: [ - "Optional support purchase flow (StoreKit 2) with a dedicated Settings -> Support tab.", - "Local StoreKit testing file (`SupportOptional.storekit`) and App Store review notes (`docs/AppStoreReviewNotes.md`).", - "New cross-platform theme settings panel and iOS app icon asset catalog set.", - "Settings architecture cleanup: editor options consolidated into Settings dialog/sheet and aligned with toolbar actions." + "TODO", + "TODO", + "TODO" ], iconName: "sparkles.rectangle.stack", colors: [Color(red: 0.40, green: 0.28, blue: 0.90), Color(red: 0.96, green: 0.46, blue: 0.55)], diff --git a/README.md b/README.md index b8be395..12d8365 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Prebuilt binaries are available on [GitHub Releases](https://github.com/h3pdesign/Neon-Vision-Editor/releases). -- Latest release: **v0.4.5** +- Latest release: **v0.4.6** - Architecture: Apple Silicon (Intel not tested) - Notarization: *is finally there* @@ -121,6 +121,12 @@ If macOS blocks first launch: ## Changelog +### v0.4.6 (summary) + +- TODO +- TODO +- TODO + ### v0.4.5 (summary) - Optional support purchase flow (StoreKit 2) with a dedicated Settings -> Support tab. @@ -179,12 +185,12 @@ Full release history: [`CHANGELOG.md`](CHANGELOG.md) ## Release Integrity -- Tag: `v0.4.5` +- Tag: `v0.4.6` - Tagged commit: `TBD` - Verify local tag target: ```bash -git rev-parse --verify v0.4.5 +git rev-parse --verify v0.4.6 ``` - Verify downloaded artifact checksum locally: