docs(release): prepare v0.4.6

This commit is contained in:
h3p 2026-02-12 19:53:23 +01:00
parent a5980a5bf5
commit a1cf72c038
3 changed files with 24 additions and 8 deletions

View file

@ -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

View file

@ -220,12 +220,11 @@ struct WelcomeTourView: View {
private let pages: [TourPage] = [
TourPage(
title: "Whats 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)],

View file

@ -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: