mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
docs: finalize v0.4.7 changelog and release summary
This commit is contained in:
parent
00049b2c1e
commit
1c67e29a32
3 changed files with 15 additions and 12 deletions
|
|
@ -7,13 +7,16 @@ The format follows *Keep a Changelog*. Versions use semantic versioning with pre
|
|||
## [v0.4.7] - 2026-02-12
|
||||
|
||||
### Added
|
||||
- TODO
|
||||
- Indentation-based scope detection fallback for Python/YAML to render scoped-region and guide markers when bracket-only matching is not sufficient.
|
||||
- Release workflow compatibility fallback for doc validation (`grep`-based checks), so release jobs no longer depend on `rg` being preinstalled on runners.
|
||||
|
||||
### Improved
|
||||
- TODO
|
||||
- Scope/bracket highlighting stability by dropping stale asynchronous highlight passes and applying only the latest generation.
|
||||
- Visibility of matched bracket tokens and scope guide markers for easier detection on iOS and macOS.
|
||||
|
||||
### Fixed
|
||||
- TODO
|
||||
- Settings window opening/persistence path now uses the native Settings scene behavior, avoiding custom frame persistence conflicts.
|
||||
- iOS appearance override handling for light/dark/system now applies consistently across app windows/scenes.
|
||||
|
||||
## [v0.4.6] - 2026-02-12
|
||||
|
||||
|
|
|
|||
|
|
@ -358,7 +358,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 178;
|
||||
CURRENT_PROJECT_VERSION = 179;
|
||||
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 = 178;
|
||||
CURRENT_PROJECT_VERSION = 179;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
14
README.md
14
README.md
|
|
@ -17,7 +17,7 @@
|
|||
</p>
|
||||
|
||||
> Status: **active release**
|
||||
> Latest release: **v0.4.5**
|
||||
> Latest release: **v0.4.7**
|
||||
> Platform target: **macOS 26 (Tahoe)** compatible with **macOS Sequoia**
|
||||
> Apple Silicon: tested / Intel: not tested
|
||||
|
||||
|
|
@ -123,15 +123,15 @@ If macOS blocks first launch:
|
|||
|
||||
### v0.4.7 (summary)
|
||||
|
||||
- TODO
|
||||
- TODO
|
||||
- TODO
|
||||
- Added indentation-based scope detection fallback for Python/YAML so scoped-region and guide visualization works even without strong bracket pairs.
|
||||
- Improved syntax highlight stability by canceling stale async highlight applications and only applying the newest pass.
|
||||
- Fixed settings/appearance behavior: native settings scene persistence path and consistent iOS light/dark/system override updates.
|
||||
|
||||
### v0.4.6 (summary)
|
||||
|
||||
- TODO
|
||||
- TODO
|
||||
- TODO
|
||||
- Added self-hosted notarized release workflow and icon payload preflight checks for AppIcon assets.
|
||||
- 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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue