@@ -18,9 +18,14 @@ Two versions travel independently, on purpose:
1818
1919## [ Unreleased]
2020
21- Everything below has landed on ` main ` but is ** not yet in a tagged release** .
22- Cutting that release is tracked in
23- [ #45 ] ( https://github.com/LockInTime/headless/issues/45 ) .
21+ No changes yet.
22+
23+ ## [ 1.1.0] — 2026-08-13
24+
25+ This release carries the roadmap work completed since v1.0.2, including
26+ progressive context pruning, expanded capture formats, a shared cross-engine
27+ core and conformance suite, trusted Chromium input, hardened distribution, and
28+ deeper agent-harness integration.
2429
2530### Added
2631
@@ -154,12 +159,12 @@ Cutting that release is tracked in
154159### Known gaps
155160
156161Tracked as [ ` backlog ` ] ( https://github.com/LockInTime/headless/labels/backlog )
157- issues, grouped by roadmap phase into milestones. Highlights:
158- a shutdown data race on the Linux host
159- ( [ # 12 ] ( https://github.com/LockInTime/headless/issues/12 ) ), responses that can
160- exceed the 1 MiB frame ([ #14 ] ( https://github.com/LockInTime/headless/issues/14 ) ),
161- and unsigned macOS builds
162- ([ #39 ] ( https://github.com/LockInTime/headless/issues/39 ) ).
162+ issues, grouped by roadmap phase into milestones. Highlights include deferred
163+ interaction design ( [ # 35 ] ( https://github.com/LockInTime/headless/issues/35 ) ),
164+ website and documentation depth
165+ ([ #47 ] ( https://github.com/LockInTime/headless/issues/47 ) – [ # 53 ] ( https://github.com/LockInTime/headless/issues/53 ) ),
166+ and stretch Windows support
167+ ([ #56 ] ( https://github.com/LockInTime/headless/issues/56 ) ).
163168
164169## [ 1.0.2] — 2026-07-19
165170
@@ -200,7 +205,8 @@ First tagged release: the P0–P2 contract on macOS and Linux.
200205- Tag-triggered release workflow publishing a macOS app zip and Linux
201206 amd64/arm64 tarballs.
202207
203- [ Unreleased ] : https://github.com/LockInTime/headless/compare/v1.0.2...HEAD
208+ [ Unreleased ] : https://github.com/LockInTime/headless/compare/v1.1.0...HEAD
209+ [ 1.1.0 ] : https://github.com/LockInTime/headless/compare/v1.0.2...v1.1.0
204210[ 1.0.2 ] : https://github.com/LockInTime/headless/compare/v1.0.1...v1.0.2
205211[ 1.0.1 ] : https://github.com/LockInTime/headless/compare/v1.0.0...v1.0.1
206212[ 1.0.0 ] : https://github.com/LockInTime/headless/releases/tag/v1.0.0
0 commit comments