All Versions
42
Latest Version
Avg Release Cycle
92 days
Latest Release
1543 days ago

Changelog History
Page 2

  • v0.12.1 Changes

    June 29, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿš€ The build-in GeoIP database will be updated automatically with every new release.
  • v0.12.0 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix that the SOCKS adapter will send IP bytes in wrong order.
  • v0.11.0 Changes

    ๐Ÿ”„ Changed

    • Courageous adventurers are never satisfied with the status quo. They are not only always prepared, but also desired to explore something new, something never happened before. Some of the bravest tried to let the Internet know thay were here, ready to chanllenge the law and order and put an end to the old, antiquated and decayed speficications. Well, they have been acknowledged.
    • ๐Ÿ“œ A very tolerant parser will be used if the URL is illegal.
    • ๐Ÿ”ง ota: true is obsolete, use the configuration of ShadowsocksR (protocol: verify_sha1) instead.
    • ๐Ÿšš IPv4Address is removed. Now both IPv4 and IPv6 are represented by one class IPAddress.
    • ๐Ÿ‘ IPPool now supports both IPv4 and IPv6 addresses.
    • ๐Ÿ‘€ Now there is an interval (see Opt) between each read, this should reduce the number of total system calls.

    โž• Added

    • Add support for simple_http and tls1.2_ticket_auth obfuscation for SSR.
    • ๐Ÿ”ง ota: true is obsolete, use the configuration of ShadowsocksR (obfs: verify_sha1) instead.
  • v0.10.5 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix that RejectAdapter uses a wrong delay interval.
  • v0.10.4 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix an error when parsing literal IP address.
  • v0.10.3 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix that when the request is an IP address it will not be processed correctly.

    ๐Ÿ”„ Changed

    • Now internalStatus is changed to read and write status.
  • v0.10.2 Changes

    ๐Ÿ”„ Changed

    • โฑ Set DNS timeout to 1 second.
  • v0.10.1 Changes

    ๐Ÿ›  Fixed

    • SOCKS5 proxy will work correctly when dealing with socket sending data first.
  • v0.10.0 Changes

    ๐Ÿ”„ Changed

    • Now there is only one dispatch queue and it is guaranteed everything will be executed on that queue.
  • v0.9.1 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix crash when OTA data block is too large.