From 4c8944d2485f93f0958ff1daea43b6df55378be3 Mon Sep 17 00:00:00 2001 From: hstyi Date: Mon, 7 Apr 2025 09:47:03 +0800 Subject: [PATCH] release: 1.0.12 --- README.md | 1 + README.zh_CN.md | 1 + build.gradle.kts | 3 +-- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 955fd3c..a87a0fa 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ - Compatible with Windows, macOS, and Linux - Zmodem protocol support - SSH port forwarding & Jump hosts +- Support for X11 and SSH-Agent - Terminal log - Configuration synchronization via [Gist](https://gist.github.com) & [WebDAV](https://developer.mozilla.org/docs/Glossary/WebDAV) - Macro support (record and replay scripts) diff --git a/README.zh_CN.md b/README.zh_CN.md index 9adfad1..42a1d01 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -16,6 +16,7 @@ - 支持 Windows、macOS、Linux 平台 - 支持 Zmodem 协议 - 支持 SSH 端口转发和跳板机 +- 支持 X11 和 SSH-Agent - 终端日志记录 - 支持配置同步到 [Gist](https://gist.github.com) & [WebDAV](https://developer.mozilla.org/docs/Glossary/WebDAV) - 支持宏(录制脚本并回放) diff --git a/build.gradle.kts b/build.gradle.kts index ebb1bfc..4345db3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { group = "app.termora" -version = "1.0.11" +version = "1.0.12" val os: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem() val arch: ArchitectureInternal = DefaultNativePlatform.getCurrentArchitecture() @@ -126,7 +126,6 @@ application { "-XX:+ZUncommit", "-XX:+ZGenerational", "-XX:ZUncommitDelay=60", - "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005" ) if (os.isMacOsX) {