From ed244680bcdeb5811e2796aada3a4952ef1bd6ee Mon Sep 17 00:00:00 2001 From: l0ng-ai <24760907+l0ng-ai@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:48:16 +0800 Subject: [PATCH] chore(release): v0.15.0-beta.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb4bb5a..16a363de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.0-beta.1] - 2026-07-15 + +### Added + +- Per-agent hook integrations (Claude Code, Codex, Copilot CLI, OpenCode, + Pi) with install state and actions in Settings → Agents. (#87) +- CLI coding agents and the git branch are recognized and shown in the + sidebar. (#85) +- Multi-line prompt editor, plus an I-beam mouse pointer over text. (#80) +- SSH: Unix GSSAPI (Kerberos) authentication. (#81) + +### Changed + +- Splitting an SSH pane opens another SSH pane on the same host. (#83) + +### Fixed + +- The grid shifts up when wrapped command input overflows the bottom of + the screen, keeping the caret visible. (#86) +- Each tab keeps its own active pane across tab switches. (#84) +- The theme panel stays on-screen on narrow windows. (#82) + ## [0.14.0] - 2026-07-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index b47e5bec..177cee4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8481,7 +8481,7 @@ dependencies = [ [[package]] name = "tty7" -version = "0.14.0" +version = "0.15.0-beta.1" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ab7381a1..1bb049b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tty7" -version = "0.14.0" +version = "0.15.0-beta.1" edition = "2024" description = "A terminal built on Zed's gpui that never loses your session — daemon-backed, shell-aware" repository = "https://github.com/l0ng-ai/tty7"