Releases: IrineSistiana/simple-tls
Releases · IrineSistiana/simple-tls
v0.8.0
v0.7.0
- 当客户端
mux=1
时,会使用新的自带的连接"重"用方案 keepalive。和老版本服务端不兼容。
- 原来的签名密钥意外丢了。simple-tls-android 更新需手动卸载老版本再安装。否则会提示签名冲突。
v0.6.1
- 稍微优化 mux 的稳定性。
- simple-tls-android 使用 Android 12L API 构建。
v0.6.0
- 支持 Websocket 协议。
-ws
- 客户端现在可以验证服务器端证书的 hash。
-cert-hash
- 移除了客户端的
-cca
参数。
v0.5.2
Build with Golang 1.17 and Android 12 SDK
v0.5.1
v0.5.1
v0.5.0
- padding-data mode
-pd
was removed. - Support connection multiplexing. (
-mux
) - Add a simple authentication password to filter scan traffic. (
-auth
)
Breaking changes: You must upgrade both server and client side.
v0.4.7
Fixed Android plugin: compatible with shadowsocks-android 5.1.4
v0.4.6
v0.4.3
Server
- Improved padding process. Fixed a io blocking in server side. Thus improved upload speed in client side.