diff --git a/Neon Vision Editor.xcodeproj/project.pbxproj b/Neon Vision Editor.xcodeproj/project.pbxproj index 1ea6f9f..cb83eb3 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 = 563; + CURRENT_PROJECT_VERSION = 564; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES; @@ -444,7 +444,7 @@ CODE_SIGNING_ALLOWED = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 563; + CURRENT_PROJECT_VERSION = 564; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES; diff --git a/README.md b/README.md index b925866..cba3021 100644 --- a/README.md +++ b/README.md @@ -432,12 +432,22 @@ Most editor features are shared across macOS, iOS, and iPadOS. ### macOS -

- - Neon Vision Editor macOS app screenshot -
- macOS main editor window -

+ + + + + +
+ + Neon Vision Editor macOS app screenshot +
+ macOS editor overview +
+ + Neon Vision Editor macOS editor screenshot in framed light appearance +
+ Large editor workspace with tabs and active status bar +
### iPad @@ -461,27 +471,33 @@ Most editor features are shared across macOS, iOS, and iPadOS. ### iPhone
- +
- +
- - iPhone themes panel in light mode + + iPhone editor screenshot in light mode with syntax highlighting and keyboard bar
- Theme customization workflow + Editor workflow with syntax highlighting and bottom accessory bar
- - iPhone themes panel in dark mode + + iPhone editor screenshot with dark overflow menu open
- Dark-theme editing preview + Overflow menu actions in the dark editing context
- - iPhone editor toolbar menu + + + iPhone markdown preview screenshot in dark mode with export controls
- Toolbar Menu Actions + Markdown preview sheet with template, PDF mode, and export action +
+ + iPhone theme colors editor screenshot in light mode +
+ Theme color editing on iPhone
diff --git a/docs/images/README.md b/docs/images/README.md index 823ecdd..78c8c52 100644 --- a/docs/images/README.md +++ b/docs/images/README.md @@ -12,6 +12,10 @@ This index describes screenshot assets in `docs/images` and where they are used. - Description: Primary macOS app screenshot used in the current README gallery. - Used in: Root `README.md` (`macOS Editor Screenshot`, `Screenshot Gallery Index`). +- `macos-editor-light-frame.png` + - Description: Framed macOS editor screenshot with tabs, toolbar, and visible status bar. + - Used in: Root `README.md` (`Platform Gallery` > `macOS`). + - `ipad-editor-light.png` - Description: iPad editor screenshot in light mode. - Used in: Root `README.md` (`Platform Gallery` > `iPad`). @@ -20,16 +24,20 @@ This index describes screenshot assets in `docs/images` and where they are used. - Description: iPad editor screenshot in dark mode. - Used in: Root `README.md` (`Platform Gallery` > `iPad`). -- `iphone-menu.png` - - Description: iPhone editor screenshot with toolbar overflow menu. +- `iphone-editor-light-frame-updated.png` + - Description: Framed iPhone editor screenshot in light mode with syntax highlighting and accessory bar. - Used in: Root `README.md` (`Platform Gallery` > `iPhone`). -- `iphone-themes-light.png` - - Description: iPhone Themes panel in light mode with transparent background. +- `iphone-menu-dark-frame.png` + - Description: Framed iPhone editor screenshot in dark mode with the overflow menu open. - Used in: Root `README.md` (`Platform Gallery` > `iPhone`). -- `iphone-themes-dark.png` - - Description: iPhone Themes panel in dark mode with transparent background. +- `iphone-markdown-preview-dark.png` + - Description: iPhone Markdown Preview sheet in dark mode with template, PDF mode, and export controls. + - Used in: Root `README.md` (`Platform Gallery` > `iPhone`). + +- `iphone-themes-light-frame.png` + - Description: Framed iPhone theme editor screenshot in light mode. - Used in: Root `README.md` (`Platform Gallery` > `iPhone`). - `release-download-trend.svg` diff --git a/docs/images/iphone-editor-light-frame-updated.png b/docs/images/iphone-editor-light-frame-updated.png new file mode 100644 index 0000000..0383344 Binary files /dev/null and b/docs/images/iphone-editor-light-frame-updated.png differ diff --git a/docs/images/iphone-editor-light-frame.png b/docs/images/iphone-editor-light-frame.png new file mode 100644 index 0000000..0104cc6 Binary files /dev/null and b/docs/images/iphone-editor-light-frame.png differ diff --git a/docs/images/iphone-markdown-preview-dark.png b/docs/images/iphone-markdown-preview-dark.png new file mode 100644 index 0000000..ef56c25 Binary files /dev/null and b/docs/images/iphone-markdown-preview-dark.png differ diff --git a/docs/images/iphone-menu-dark-frame.png b/docs/images/iphone-menu-dark-frame.png new file mode 100644 index 0000000..364e21a Binary files /dev/null and b/docs/images/iphone-menu-dark-frame.png differ diff --git a/docs/images/iphone-themes-light-frame.png b/docs/images/iphone-themes-light-frame.png new file mode 100644 index 0000000..4c8856b Binary files /dev/null and b/docs/images/iphone-themes-light-frame.png differ diff --git a/docs/images/macos-editor-light-frame.png b/docs/images/macos-editor-light-frame.png new file mode 100644 index 0000000..180d3ab Binary files /dev/null and b/docs/images/macos-editor-light-frame.png differ