Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Releases: shadowsocks/libQtShadowsocks

v2.1.0

21 May 20:14
Compare
Choose a tag to compare
  • Handle the logging messages properly and support a parameter to specify the level #174
  • Default to build with botan-2 if exists
  • Fix building with older Qt libraries
  • Source code restructure and some optimisations

v2.0.2

03 Feb 23:00
Compare
Choose a tag to compare

Fix DNS lookup issues, which prevents shadowsocks-libqss from working in server mode #161

SHA1SUM

7d6c173224503109499b4af136a38f3e15519963 *shadowsocks-libqss-v2.0.2-win64.7z

v2.0.1

04 Jan 21:49
Compare
Choose a tag to compare

Fix a bug that leads to crashes with botan 1.x

shadowsocks-libqss-v2.0.1-win64.7z sha1sum: 60f0377a17181a37353c5a0349bd9debe48f03e5

v2.0.0

04 Jan 18:25
Compare
Choose a tag to compare

What's New

  1. Shadowsocks SIP004/SIP007 AEAD Ciphers support (Requires Botan-2)
  2. Shadowsocks SIP002 URI scheme support
  3. OTA support is removed
  4. All messages are directly logged with Qt Logger instead of being passed as signals
  5. Improved logging formats in shadowsocks-libqss (similar to shadowsocks-libev)
  6. Lots of underlying refactoring and code cleaning, bugs fixes
  7. Compiler is now required to support C++14
  8. BIG API and ABI breaks with libQtShadowsocks 1.x!!!
  9. debian directory is no longer included in this repository. Ubuntu PPA is no longer maintained by me

v1.11.0

03 Aug 21:04
Compare
Choose a tag to compare
  • 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

14 Dec 21:10
Compare
Choose a tag to compare
  1. supports tag/remark in ss uri
  2. avoid crashes in Encryptor when input is bad #90
  3. fix a bug causing upload issues when OTA is enabled #98
  4. 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.