diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e3..969d3dbf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e07b5618..e5f409a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.1.0](https://github.com/y49/tlive/compare/v2.0.0...v2.1.0) (2026-07-29) + + +### Features + +* **daemon:** log why each permission request was or wasn't held ([4ffac3f](https://github.com/y49/tlive/commit/4ffac3f94bd5c6b7375a2f69f5920feccbc799b1)) + + +### Bug Fixes + +* **permissions:** stop tlive from changing what CC asks, and from hiding why ([5523fef](https://github.com/y49/tlive/commit/5523fefad9f9f2531c81929d11bb1d0bff53efe7)) +* **pty:** close the shadow-terminal lag so an attaching client loses no bytes ([ee2f6af](https://github.com/y49/tlive/commit/ee2f6af2e2feecba84194a19419ef640d7251ac1)), closes [#64](https://github.com/y49/tlive/issues/64) +* **pty:** guard node-pty's unlistened win32 conin socket, and harden Windows CI ([#63](https://github.com/y49/tlive/issues/63)) ([77f8535](https://github.com/y49/tlive/commit/77f85358880df10a163fa24277cd604e7c4088fb)) + ## [2.0.0](https://github.com/y49/tlive/compare/v2.0.0-beta.0...v2.0.0) (2026-07-27) diff --git a/package.json b/package.json index 539eb3a9..1e74ee0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tlive", - "version": "2.0.0", + "version": "2.1.0", "description": "Vendor-neutral, self-hosted remote-approval + live-monitoring layer for Claude Code / Codex (Telegram, Feishu, web terminal + dashboard)", "type": "module", "bin": {