mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
docs: finalize v0.4.32 changelog
This commit is contained in:
parent
78ab8c1364
commit
5c6b91a30d
2 changed files with 7 additions and 5 deletions
|
|
@ -7,13 +7,15 @@ The format follows *Keep a Changelog*. Versions use semantic versioning with pre
|
|||
## [v0.4.32] - 2026-02-27
|
||||
|
||||
### Added
|
||||
- TODO
|
||||
- Added native macOS `SettingsLink` wiring for the menu bar entry so it opens the Settings scene through the system path.
|
||||
|
||||
### Improved
|
||||
- TODO
|
||||
- Improved macOS command integration by preserving the system app-settings command group and standard Settings routing behavior.
|
||||
- Improved project-folder last-session restoration reliability by keeping security-scoped folder access active before rebuilding the sidebar tree.
|
||||
|
||||
### Fixed
|
||||
- TODO
|
||||
- Fixed non-standard Settings shortcut mapping by restoring the macOS standard `Cmd+,` behavior.
|
||||
- Fixed startup behavior when "Open with Blank Document" is enabled so launch always opens exactly one empty document.
|
||||
|
||||
## [v0.4.31] - 2026-02-25
|
||||
|
||||
|
|
|
|||
|
|
@ -361,7 +361,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 361;
|
||||
CURRENT_PROJECT_VERSION = 362;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
@ -441,7 +441,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 361;
|
||||
CURRENT_PROJECT_VERSION = 362;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
Loading…
Reference in a new issue