Skip to content

Commit aecc98e

Browse files
committed
chore(release): prepare 1.1.0
1 parent ff6218a commit aecc98e

6 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

156161
Tracked 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

apps/headless/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.1.0

apps/headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headless/app",
33
"private": true,
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"scripts": {
66
"build": "./build.sh",
77
"build:linux": "./build-linux.sh",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headless/web",
33
"private": true,
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "headless",
33
"private": true,
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"scripts": {
66
"build": "pnpm --filter @headless/app build && pnpm --filter @headless/web build",
77
"build:linux": "pnpm --filter @headless/app build:linux",

packages/headless-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lockintime/headless",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Verified npm launcher for the Headless agent browser",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)