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) {