From 683cf103ad9fcb70536641672019cb461216cbfd Mon Sep 17 00:00:00 2001 From: h3p Date: Wed, 4 Mar 2026 21:08:37 +0100 Subject: [PATCH] docs(changelog): finalize v0.4.34 release notes --- CHANGELOG.md | 9 ++++++--- Neon Vision Editor.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ccec0..be834c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Neon Vision Editor.xcodeproj/project.pbxproj b/Neon Vision Editor.xcodeproj/project.pbxproj index 3164eaf..0e47adf 100644 --- a/Neon Vision Editor.xcodeproj/project.pbxproj +++ b/Neon Vision Editor.xcodeproj/project.pbxproj @@ -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;