chore(release): v0.6.1

Claude-Session: https://claude.ai/code/session_01ABey161AUxhgmJC3PRoYtF
This commit is contained in:
l0ng-ai
2026-07-08 17:43:37 +08:00
parent c66a7fa014
commit 0ee67092d5
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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`.
Generated
+1 -1
View File
@@ -7295,7 +7295,7 @@ dependencies = [
[[package]]
name = "tty7"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"alacritty_terminal",
"anyhow",
+1 -1
View File
@@ -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"