You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document the new RocketSim 15 feature set across the docs site, including the post editor, reset keychain, network prompt exports, and the build insights agent skill. Update screenshots and supporting copy so the published guides match the current product experience.
Copy file name to clipboardExpand all lines: docs/src/collections/feature-page/screenshots-recordings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: "Screenshots & Recordings"
3
-
description: "Create professional screenshots and recordings with device bezels, touch indicators, and App Store Connect optimization."
3
+
description: "Create professional screenshots and recordings with device bezels, touch indicators, a built-in post editor, and App Store Connect optimization."
4
4
hero:
5
5
title: "Screenshots & Recordings"
6
-
subtitle: "Professional captures that make your app shine"
6
+
subtitle: "Professional captures you can polish after recording"
Copy file name to clipboardExpand all lines: docs/src/collections/feature/01-network-monitoring.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ asset:
14
14
caption: "Network Monitoring is made possible by [Pulse](https://github.com/kean/Pulse), an open-source project created by [Alex Grebenyuk](https://github.com/kean)."
15
15
---
16
16
17
-
Explore JSON responses, request headers, metrics, copy cURL requests, and much more.
Copy file name to clipboardExpand all lines: docs/src/collections/feature/15-professional-captures.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@ asset:
10
10
columnSpan: 6
11
11
---
12
12
13
-
**Capture** MP4, GIF, or PNG.
13
+
**Capture and polish** MP4, GIF, or PNG.
14
14
15
15
- You'll blow away your colleagues after **adding device bezels** to your screenshots & videos
16
16
- Apply a custom ratio like 16:9 to **create social media assets**
17
+
- Fine-tune the result afterwards with the built-in **Post Editor**
17
18
-**Touches** make a difference in telling a story. Share professional recordings of a new feature with your friends and colleagues
18
19
- Create easy-to-follow demos by using **Touch Attention Mode**.
19
20
-**Optimize for App Store Connect App Previews** and stop wasting time using tools like FFmpeg to conform to the [App Preview specifications](https://help.apple.com/app-store-connect/?lang=en/#/dev4e413fcb8).
Copy file name to clipboardExpand all lines: docs/src/content/docs/docs/features/accessibility/voiceover-navigator.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ title: "VoiceOver Navigator"
3
3
description: "Visualize VoiceOver element order on the iOS Simulator with numbered overlays. Navigate elements with keyboard shortcuts and verify reading order without a device."
4
4
---
5
5
6
-
:::note
7
-
VoiceOver Navigator is available in the latest RocketSim beta. [Join the beta via TestFlight](https://testflight.apple.com/join/emGszFpq) to try it out.
8
-
:::
6
+
::::note
7
+
VoiceOver Navigator is available as a Pro feature in RocketSim 15.
8
+
::::
9
9
10
10
Testing VoiceOver used to mean grabbing a physical device, enabling VoiceOver, and swiping through your app. VoiceOver Navigator lets you stay in the Simulator: you get a visual overlay of the accessibility element order and keyboard-driven navigation, so you can verify reading order and rotor behavior without leaving your flow.
11
11
12
12
## Introduction to the VoiceOver Overlay
13
13
14
-
When you open the **Voice Over** tab in RocketSim’s side window, you can turn on **Elements Overlay**. Numbered labels appear on each accessibility element in the same order VoiceOver would use on a real device — so you can see at a glance whether your reading order makes sense. The panel lists every element with its role (e.g. Button, Heading, StaticText) and the total count. Use the **Rotor** dropdown to filter by category (e.g. Headings, Buttons) or leave it on **All Elements**. **Refresh** updates the list after the app’s UI changes.
14
+
When you open the **Voice Over** tab in RocketSim’s side window, you can turn on **Elements Overlay**. Numbered labels appear on each accessibility element in the same order VoiceOver would use on a real device, so you can see at a glance whether your reading order makes sense. The panel lists every element with its role, such as **Button**, **Heading**, or **StaticText**, plus the total count. Use the **Rotor** dropdown to filter by category or leave it on **All Elements**. **Refresh** updates the list after the app’s UI changes.
15
15
16
16

17
17
@@ -23,11 +23,11 @@ In navigation mode, the overlay stays on screen and the panel shows the same ele
23
23
24
24
-**↑↓** — Move to the previous or next element in VoiceOver order
25
25
-**←→** — Switch between rotor categories (like swiping on device)
26
-
-**⏎ Enter** — Activate the focused element (e.g. tap a button); the app navigates and the overlay updates
26
+
-**⏎ Enter** — Activate the focused element (for example, tap a button); the app navigates and the overlay updates
27
27
-**Esc** — Exit navigation mode
28
28
29
29
You can search for elements, change the rotor category from the dropdown, and turn the overlay on or off from the panel. When you’re done, **Stop Navigating** returns you to the overlay-only view.
30
30
31
31

32
32
33
-
No device, no gestures, no context switch — you get a much quicker loop for checking VoiceOver behavior while you develop.
33
+
No device, no gestures, no context switch. You get a much quicker loop for checking reading order, rotor groupings, and activation flow while you develop.
0 commit comments