From 0ee67092d52a4760eb7d4bbcabf413cfdc9d8394 Mon Sep 17 00:00:00 2001 From: l0ng-ai <24760907+l0ng-ai@users.noreply.github.com> Date: Wed, 8 Jul 2026 17:43:37 +0800 Subject: [PATCH] chore(release): v0.6.1 Claude-Session: https://claude.ai/code/session_01ABey161AUxhgmJC3PRoYtF --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef4cb22..dff04a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2026-07-08 + ### Fixed - Tab completion (and other line editing) now stays out of the way over `ssh`. diff --git a/Cargo.lock b/Cargo.lock index e6135d65..9cf63224 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7295,7 +7295,7 @@ dependencies = [ [[package]] name = "tty7" -version = "0.6.0" +version = "0.6.1" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 91de0a3c..9d95e645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tty7" -version = "0.6.0" +version = "0.6.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"