This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
Releases: shadowsocks/libQtShadowsocks
Releases · shadowsocks/libQtShadowsocks
v2.1.0
v2.0.2
v2.0.1
v2.0.0
What's New
- Shadowsocks SIP004/SIP007 AEAD Ciphers support (Requires Botan-2)
- Shadowsocks SIP002 URI scheme support
- OTA support is removed
- All messages are directly logged with Qt Logger instead of being passed as signals
- Improved logging formats in
shadowsocks-libqss
(similar toshadowsocks-libev
) - Lots of underlying refactoring and code cleaning, bugs fixes
- Compiler is now required to support C++14
- BIG API and ABI breaks with
libQtShadowsocks 1.x
!!! debian
directory is no longer included in this repository. Ubuntu PPA is no longer maintained by me
v1.11.0
- Migrated to CMake build system (CMake >= 3.1)
- Botan-2 (>= 2.2.0) is now supported (There is a known issue with Botan <= 2.2.0 that CFB mode doesn't work properly, which has been fixed in their
master
branch and will be part of 2.3.0 release) - Botan library is now private and used only in implementation
The support for Ubuntu 15.04 Vivid is now dropped due to unmet dependency (it has only CMake 3.0)
v1.10.0
- supports tag/remark in ss uri
- avoid crashes in Encryptor when input is bad #90
- fix a bug causing upload issues when OTA is enabled #98
- add support for aes in ctr mode
This release contains an ABI break! Please recompile all downstream applications (namely ss-qt5
)
From this version on, 32-bit Windows pre-built binaries are no longer provided.