diff --git a/Neon Vision Editor.xcodeproj/project.pbxproj b/Neon Vision Editor.xcodeproj/project.pbxproj index 5b74b6d..231cc87 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 = 462; + CURRENT_PROJECT_VERSION = 463; 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 = 462; + CURRENT_PROJECT_VERSION = 463; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES; diff --git a/README.md b/README.md index 0579ef6..6f751e6 100644 --- a/README.md +++ b/README.md @@ -270,27 +270,69 @@ Availability legend: `Full` = complete support, `Partial` = available with platf - Homebrew cask sync workflow: [update-cask.yml](https://github.com/h3pdesign/Neon-Vision-Editor/actions/workflows/update-cask.yml) - Latest successful Homebrew sync run: [homebrew-tap + success](https://github.com/h3pdesign/homebrew-tap/actions/workflows/update-cask.yml?query=is%3Asuccess) -## Screenshot Gallery Index +## Platform Gallery -- [macOS Editor Screenshot](#macos-editor-screenshot) -- [iPhone Gallery](#iphone-gallery) +- [macOS](#macos) +- [iPad](#ipad) +- [iPhone](#iphone) - Source image index for docs: [`docs/images/README.md`](docs/images/README.md) - App Store gallery: [Neon Vision Editor on App Store](https://apps.apple.com/de/app/neon-vision-editor/id6758950965) - Latest release assets: [GitHub Releases](https://github.com/h3pdesign/Neon-Vision-Editor/releases) -### macOS Editor Screenshot +### macOS

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

-### iPhone Gallery +### iPad -

- iPhone editor toolbar menu - iPhone themes panel in light mode - iPhone themes panel in dark mode -

+ + + + + +
+ + iPad editor in light mode +
+ Light Mode +
+ + iPad editor in dark mode +
+ Dark Mode +
+ +### iPhone + + + + + + + + + +
+ + iPhone themes panel in light mode +
+ Light Mode +
+ + iPhone themes panel in dark mode +
+ Dark Mode +
+ + iPhone editor toolbar menu +
+ Toolbar Menu Actions +
## Release Flow (0.1 to 0.5) diff --git a/docs/images/README.md b/docs/images/README.md index 0233c85..499040f 100644 --- a/docs/images/README.md +++ b/docs/images/README.md @@ -6,23 +6,31 @@ This index describes screenshot assets in `docs/images` and where they are used. - `macos-main.png` - Description: Main editor window on macOS. - - Used in: Legacy macOS screenshot reference. + - Used in: Legacy/reference screenshot asset (not embedded in current root `README.md`). - `NeonVisionEditorApp.png` (repo root) - Description: Primary macOS app screenshot used in the current README gallery. - - Used in: Root `README.md` (`1-Minute Demo Flow`, `Screenshot Gallery Index`). + - Used in: Root `README.md` (`macOS Editor Screenshot`, `Screenshot Gallery Index`). + +- `ipad-editor-light.png` + - Description: iPad editor screenshot in light mode. + - Used in: Root `README.md` (`Platform Gallery` > `iPad`). + +- `ipad-editor-dark.png` + - 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. - - Used in: Root `README.md` (`iPhone Gallery`). + - Used in: Root `README.md` (`Platform Gallery` > `iPhone`). - `iphone-themes-light.png` - Description: iPhone Themes panel in light mode with transparent background. - - Used in: Root `README.md` (`iPhone Gallery`). + - Used in: Root `README.md` (`Platform Gallery` > `iPhone`). - `iphone-themes-dark.png` - Description: iPhone Themes panel in dark mode with transparent background. - - Used in: Root `README.md` (`iPhone Gallery`). + - Used in: Root `README.md` (`Platform Gallery` > `iPhone`). - `release-download-trend.svg` - Description: Generated download/clones chart. diff --git a/docs/images/ipad-editor-dark.png b/docs/images/ipad-editor-dark.png new file mode 100644 index 0000000..ad0e1a3 Binary files /dev/null and b/docs/images/ipad-editor-dark.png differ diff --git a/docs/images/ipad-editor-light.png b/docs/images/ipad-editor-light.png new file mode 100644 index 0000000..b94110d Binary files /dev/null and b/docs/images/ipad-editor-light.png differ