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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Prototype / in active development.
72
72
- Menubar and Dock are not included in live window-outline targeting.
73
73
- Windows support is planned (minimum Windows 10), but not implemented yet.
74
74
- The scroll-capture engine, deterministic replay, and benchmark surfaces remain in the repository,
75
-
but the v0.1.7 native-host release does not expose scroll capture in the toolbar.
75
+
but the v0.2.0 native-host release does not expose scroll capture in the toolbar.
76
76
77
77
## Usage
78
78
@@ -124,7 +124,7 @@ Rsnap currently relies on **Screen Recording** permission to capture other apps/
124
124
- ScreenCaptureKit live sampling on macOS requires macOS 12.3+ and Screen Recording permission.
125
125
- Normal region/window/monitor capture does not require Accessibility or Input Monitoring.
126
126
- The retained scroll-capture path uses Screen Recording-backed screenshots plus forwarded wheel
127
-
input, but the v0.1.7 native-host release does not expose scroll capture in the toolbar.
127
+
input, but the v0.2.0 native-host release does not expose scroll capture in the toolbar.
128
128
- macOS may describe Screen Recording as `Screen & System Audio Recording` or as direct screen/audio access when Rsnap bypasses the system picker.
129
129
- Settings -> Permissions shows Screen Recording as the only required permission.
130
130
- Normal native capture depends on Screen Recording; if access is missing, Rsnap opens the Screen Recording page in System Settings and shows a floating drag-to-grant guide.
@@ -159,7 +159,7 @@ Rsnap currently relies on **Screen Recording** permission to capture other apps/
159
159
160
160
### Current scroll-capture status
161
161
162
-
Scroll capture is temporarily hidden in the v0.1.7 native-host release. The retained Rust
162
+
Scroll capture is temporarily hidden in the v0.2.0 native-host release. The retained Rust
163
163
scroll-capture session, deterministic replay, and benchmark surfaces remain for validation and
164
164
future re-enablement, but users should not expect a `Scroll Capture` toolbar item in this release.
0 commit comments