chore(release): v0.3.0

This commit is contained in:
l0ng-ai
2026-07-07 10:49:25 +08:00
parent 5574b5662a
commit e6efc457ab
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.3.0] - 2026-07-07
### Added
- PowerShell shell integration: `powershell.exe` and `pwsh` now emit the OSC 133
Generated
+1 -1
View File
@@ -7168,7 +7168,7 @@ dependencies = [
[[package]]
name = "tty7"
version = "0.1.0"
version = "0.3.0"
dependencies = [
"alacritty_terminal",
"anyhow",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tty7"
version = "0.1.0"
version = "0.3.0"
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"