Skip to content

Commit cc84633

Browse files
{"schema":"maestro/commit/1","summary":"Land Prepare v0.1.1 release","authority":"manual"}
2 parents c3b9ec0 + 6e6dd3b commit cc84633

9 files changed

Lines changed: 18 additions & 19 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,5 @@ jobs:
172172
- name: Publish
173173
uses: softprops/action-gh-release@v3
174174
with:
175-
discussion_category_name: Announcements
176175
generate_release_notes: true
177176
files: artifacts/*

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://hack.ink/rsnap"
1010
license = "GPL-3.0"
1111
readme = "README.md"
1212
repository = "https://github.com/hack-ink/rsnap"
13-
version = "0.1.0"
13+
version = "0.1.1"
1414

1515
[workspace.dependencies]
1616
arboard = { version = "3.6" }
@@ -52,9 +52,9 @@ wgpu = { version = "29.0" }
5252
winit = { version = "0.30", features = ["rwh_06"] }
5353
xcap = { version = "0.9" }
5454

55-
rsnap-capture-core = { version = "0.1.0", path = "packages/rsnap-capture-core" }
56-
rsnap-host-ffi = { version = "0.1.0", path = "packages/rsnap-host-ffi" }
57-
rsnap-overlay = { version = "0.1.0", path = "packages/rsnap-overlay" }
55+
rsnap-capture-core = { version = "0.1.1", path = "packages/rsnap-capture-core" }
56+
rsnap-host-ffi = { version = "0.1.1", path = "packages/rsnap-host-ffi" }
57+
rsnap-overlay = { version = "0.1.1", path = "packages/rsnap-overlay" }
5858

5959
[profile.final-release]
6060
inherits = "release"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Prototype / in active development.
6969
- Menubar and Dock are not included in live window-outline targeting.
7070
- Windows support is planned (minimum Windows 10), but not implemented yet.
7171
- The scroll-capture engine, deterministic replay, and benchmark surfaces remain in the repository,
72-
but the v0.1.0 native-host release does not expose scroll capture in the toolbar.
72+
but the v0.1.1 native-host release does not expose scroll capture in the toolbar.
7373

7474
## Usage
7575

@@ -150,7 +150,7 @@ Rsnap currently relies on **Screen Recording** permission to capture other apps/
150150

151151
### Current scroll-capture status
152152

153-
Scroll capture is temporarily hidden in the v0.1.0 native-host release. The retained Rust
153+
Scroll capture is temporarily hidden in the v0.1.1 native-host release. The retained Rust
154154
scroll-capture session, deterministic replay, and benchmark surfaces remain for validation and
155155
future re-enablement, but users should not expect a `Scroll Capture` toolbar item in this release.
156156

docs/reference/smoke-perf-validation-surface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Depends on: `docs/runbook/performance-validation.md`; `docs/spec/performance.md`
1717
Covers: The current layer map for smoke/perf entrypoints, deterministic replay/bench surfaces,
1818
overlay runtime integration tests, and scroll-capture session semantics tests.
1919

20-
Release exposure note: v0.1.0 hides user-facing scroll capture in the native host. The
20+
Release exposure note: v0.1.1 hides user-facing scroll capture in the native host. The
2121
scroll-capture entries in this reference describe retained internal validation assets, not a
2222
visible toolbar feature in that release.
2323

docs/runbook/performance-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Depends on: `docs/spec/performance.md`
1717
Outputs: A clear command choice for the regression class you are testing, plus a repeatable local
1818
baseline workflow for the committed Criterion benchmark targets.
1919

20-
Current release status: v0.1.0 hides user-facing scroll capture in the native host. The replay and
20+
Current release status: v0.1.1 hides user-facing scroll capture in the native host. The replay and
2121
benchmark commands in this runbook still own retained internal scroll-capture engine validation and
22-
future re-enablement work, but they are not evidence that the v0.1.0 toolbar exposes scroll
22+
future re-enablement work, but they are not evidence that the v0.1.1 toolbar exposes scroll
2323
capture.
2424

2525
## Command selection

docs/runbook/scroll-capture-benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Depends on: `docs/spec/performance.md`
1414
Outputs: A repeatable local benchmark run, an optional saved Criterion baseline, and a clear
1515
understanding of what the synthetic fixture is intended to cover.
1616

17-
Current release status: v0.1.0 hides user-facing scroll capture in the native host. This runbook
17+
Current release status: v0.1.1 hides user-facing scroll capture in the native host. This runbook
1818
still applies to the retained internal scroll-capture engine, replay, and future re-enablement
1919
work.
2020

docs/runbook/validate-release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ manual first-run/user-flow validation.
2424
- No existing local or remote tag already uses `v<version>`.
2525
2. Confirm release credentials:
2626
- Apple signing certificate secrets are available to the Release workflow.
27-
- Apple notary credentials are optional for v0.1.0; when absent, the Release workflow still
27+
- Apple notary credentials are optional for v0.1.1; when absent, the Release workflow still
2828
publishes a signed but unnotarized macOS zip.
2929
3. Confirm local gates:
3030
- `cargo make checks`
@@ -53,7 +53,7 @@ Validate these user-visible flows:
5353
fullscreen fallback.
5454
- Frozen toolbar tools: pointer, pen, arrow, text, mosaic, spotlight, undo, redo, auto-center,
5555
Recognize Text, copy, and save.
56-
- Scroll capture is hidden in the v0.1.0 native-host release: the toolbar must not show a scroll
56+
- Scroll capture is hidden in the v0.1.1 native-host release: the toolbar must not show a scroll
5757
capture item, and pressing `s` must not enter scroll capture.
5858
- Light and dark appearance; Classic Glass and Liquid Glass where the OS supports Liquid Glass.
5959
- Output directory, filename prefix, sequence/timestamp naming, clipboard copy, and save failure
@@ -76,7 +76,7 @@ user-entered annotation text.
7676
4. Treat notarization failure as a release blocker only when notary credentials are configured.
7777
5. The Release workflow publishes the signed macOS zip to the GitHub release. It notarizes and
7878
staples the app only when notary credentials are configured. It does not publish crates.io
79-
packages or non-macOS desktop archives for v0.1.0.
79+
packages or non-macOS desktop archives for v0.1.1.
8080

8181
## Published Artifact Check
8282

docs/spec/capture-session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ product level rather than binding itself to a particular window toolkit or shell
162162

163163
## Scroll capture
164164

165-
- The v0.1.0 native-host release does not expose scroll capture. The frozen toolbar MUST NOT show a
165+
- The v0.1.1 native-host release does not expose scroll capture. The frozen toolbar MUST NOT show a
166166
scroll-capture item while the native-host scroll-capture gate is disabled, and plain `s` MUST NOT
167167
enter scroll capture in that state.
168168
- When scroll capture is re-enabled, it is available only from a dragged-region freeze on macOS.

0 commit comments

Comments
 (0)