mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
docs(changelog): finalize v0.4.34 release notes
This commit is contained in:
parent
f35a5477a7
commit
683cf103ad
2 changed files with 8 additions and 5 deletions
|
|
@ -7,13 +7,16 @@ The format follows *Keep a Changelog*. Versions use semantic versioning with pre
|
|||
## [v0.4.34] - 2026-03-04
|
||||
|
||||
### Added
|
||||
- TODO
|
||||
- iPhone editor now shows a floating Liquid Glass status pill with live caret and word metrics.
|
||||
- Added a searchable Language picker (`Cmd+Shift+L`) on macOS, iOS, and iPadOS.
|
||||
|
||||
### Improved
|
||||
- TODO
|
||||
- Language picker behavior is now consistent: compact toolbar labels with full language names in selection lists.
|
||||
- iOS/iPad settings cards were visually simplified by removing accent stripe lines across tabs.
|
||||
|
||||
### Fixed
|
||||
- TODO
|
||||
- Wrapped-line numbering on iOS/iPad now uses sticky logical line numbers instead of repeating on every visual wrap row.
|
||||
- Floating status pill word counts stay in sync with live editor content while typing.
|
||||
|
||||
## [v0.4.33] - 2026-03-03
|
||||
|
||||
|
|
|
|||
|
|
@ -361,7 +361,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 391;
|
||||
CURRENT_PROJECT_VERSION = 392;
|
||||
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 = 391;
|
||||
CURRENT_PROJECT_VERSION = 392;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
Loading…
Reference in a new issue