mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
docs(release): prepare v0.4.5
This commit is contained in:
parent
b877733257
commit
e545ff65b1
3 changed files with 19 additions and 19 deletions
|
|
@ -358,7 +358,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 184;
|
||||
CURRENT_PROJECT_VERSION = 185;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
@ -438,7 +438,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 184;
|
||||
CURRENT_PROJECT_VERSION = 185;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
|
|
@ -220,12 +220,12 @@ struct WelcomeTourView: View {
|
|||
private let pages: [TourPage] = [
|
||||
TourPage(
|
||||
title: "What’s New in This Release",
|
||||
subtitle: "Major changes since v0.4.7:",
|
||||
subtitle: "Major changes since v0.4.4-beta:",
|
||||
bullets: [
|
||||
"Extended release automation coverage for the next tag cycle, including synchronized README/changelog/welcome-tour release content updates.",
|
||||
"macOS settings parity with iOS by wiring the `Open in Tabs` preference into live window tabbing behavior.",
|
||||
"Welcome Tour release highlights are now aligned with distribution content for current App Store/TestFlight-facing builds.",
|
||||
"Release workflow environment compatibility by removing hard `rg` dependency from docs validation steps."
|
||||
"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."
|
||||
],
|
||||
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)],
|
||||
|
|
|
|||
24
README.md
24
README.md
|
|
@ -17,7 +17,7 @@
|
|||
</p>
|
||||
|
||||
> Status: **active release**
|
||||
> Latest release: **v0.4.8**
|
||||
> Latest release: **v0.4.5**
|
||||
> Platform target: **macOS 26 (Tahoe)** compatible with **macOS Sequoia**
|
||||
> Apple Silicon: tested / Intel: not tested
|
||||
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
Prebuilt binaries are available on [GitHub Releases](https://github.com/h3pdesign/Neon-Vision-Editor/releases).
|
||||
|
||||
- Latest release: **v0.4.8**
|
||||
- Latest release: **v0.4.5**
|
||||
- Architecture: Apple Silicon (Intel not tested)
|
||||
- Notarization: *is finally there*
|
||||
|
||||
|
|
@ -121,6 +121,14 @@ If macOS blocks first launch:
|
|||
|
||||
## Changelog
|
||||
|
||||
### v0.4.5 (summary)
|
||||
|
||||
- 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.
|
||||
- Language detection and syntax highlighting stability for newly opened tabs and ongoing edits.
|
||||
|
||||
### v0.4.8 (summary)
|
||||
|
||||
- Extended release automation coverage for the next tag cycle, including synchronized README/changelog/welcome-tour release content updates.
|
||||
|
|
@ -143,14 +151,6 @@ If macOS blocks first launch:
|
|||
- Improved release tooling and Welcome Tour automation so release notes are generated from changelog sections during release prep.
|
||||
- Fixed support purchase test bypass visibility in distributed builds and restored AppIcon.icon mapping in release packaging.
|
||||
|
||||
### v0.4.5 (summary)
|
||||
|
||||
- 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.
|
||||
- Language detection and syntax highlighting stability for newly opened tabs and ongoing edits.
|
||||
|
||||
### v0.4.4-beta (summary)
|
||||
|
||||
- Added inline code completion ghost text with Tab-to-accept behavior.
|
||||
|
|
@ -201,12 +201,12 @@ Full release history: [`CHANGELOG.md`](CHANGELOG.md)
|
|||
|
||||
## Release Integrity
|
||||
|
||||
- Tag: `v0.4.8`
|
||||
- Tag: `v0.4.5`
|
||||
- Tagged commit: `TBD`
|
||||
- Verify local tag target:
|
||||
|
||||
```bash
|
||||
git rev-parse --verify v0.4.8
|
||||
git rev-parse --verify v0.4.5
|
||||
```
|
||||
|
||||
- Verify downloaded artifact checksum locally:
|
||||
|
|
|
|||
Loading…
Reference in a new issue