You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGES 6.3 kB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. 4.0.6 2017-09-09
  2. - SIP002 support
  3. - SIP003 support
  4. 4.0.5 2017-08-09
  5. - Fix crash when user-wininet.json fail to parse. (#1178)
  6. - Bug fixes and improvements.
  7. 4.0.4 2017-06-01
  8. - Save user wininet settings as user-wininet.json
  9. - Improve performance of aes-256-gcm
  10. 4.0.2 2017-05-19
  11. - Fix legacy key derivation
  12. - Bug fixes and improvements
  13. 4.0.1 2017-04-08
  14. - Fix UDP relay
  15. - Allow to add multiple servers via Shadowsocks URL
  16. - Bug fixes and improvements
  17. 4.0 2017-04-04
  18. - Add AEAD ciphers support, removed OTA
  19. - I18N: add Japanese support, update Traditional Chinese strings
  20. - sysproxy: restore user settings when system proxy is turned off
  21. - Bug fixes and improvements
  22. 3.4.3 2017-1-11
  23. - Make the previous portable mode as default
  24. - Refine networking by Noisyfox
  25. - Bug fixes and improvements
  26. 3.4.2.1 2016-12-30
  27. - Refine Traditional Chinese translation by LNDDYL
  28. - sysproxy: reduce false positives on virus detection
  29. - sysproxy: set LAN proxy settings even if RAS query fails
  30. - privoxy: drop obsolete tray area refreshing code
  31. - Fix auto startup
  32. - Bug fixes and improvements
  33. 3.4.2 2016-12-16
  34. - Fix null ref in TCPRelay. (#940)
  35. - Bring Privoxy back. (#948)
  36. - Bug fixes and improvements.
  37. 3.4.1 (pre-release) 2016-12-13
  38. - Fix crash if user input an invaild server address. (#933)
  39. - Fix ERR_TOO_MANY_REDIRECTS with http proxy. (#937)
  40. - Show SS URL in QRCode form.
  41. - Add import URL from clipboard.
  42. - Bug fixes and improvements.
  43. 3.4.0 (pre-release) 2016-12-9
  44. - Replace Privoxy with built-in http proxy.
  45. - Try fix system proxy settings on windows 10 insider preview.
  46. - Secure local pac.
  47. - Update bypass list.
  48. - Bug fixes and improvements.
  49. 3.3.6 2016-12-6
  50. - Refine system proxy mode switching logic,
  51. merge 'Switch to PAC' and 'Switch to Global' into
  52. 'Switch system proxy mode'.
  53. - Don't store LogViewer window size in config file,
  54. now you can sync config between devices with different
  55. resolutions.
  56. - Add tag support for SS url
  57. - Add pre-release channel in update checker
  58. - Bug fixes and improvements
  59. 3.3.5 2016-11-7
  60. - Improve system power mode handling
  61. - Update mbed TLS to 2.4.0
  62. - Check .NET Framework version on startup
  63. 3.3.4 2016-10-21
  64. - Fix IE dial-up and VPN connection proxy settings
  65. not changed since release 3.3.3.
  66. - Fix a UI bug
  67. 3.3.3 2016-10-10
  68. - Add timeout support for server and forward proxy,
  69. only integer is allowed
  70. - Use wininet API to setup system proxy
  71. - Upgrade to .NET Framework 4.6.2
  72. 3.3.2 2016-10-03
  73. - Add HTTP forward proxy support
  74. - Bug fixes and improvements
  75. 3.3.1 2016-09-20
  76. - Add global hotkey support
  77. - Bug fixes and improvements
  78. 3.3 2016-09-09
  79. - Update Privoxy to 3.0.26
  80. - Change minimum system version explicitly to Windows Vista
  81. since we are using dual-mode socket
  82. - Support running multiple instances of Privoxy for system proxy
  83. - Improve networking
  84. - New traffic chart and icon style
  85. - I18N: Traditional Chinese support
  86. - Bug fixes and improvements
  87. 3.2 2016-08-13
  88. - Add AES-CTR, blowfish and camellia ciphers support,
  89. including aes-256-ctr, aes-192-ctr, aes-128-ctr,
  90. bf-cfb, camellia-128-cfb, camellia-192-cfb
  91. and camellia-256-cfb.
  92. - Support one-time authentication in ss urls for sharing
  93. - Support traffic chart and traffic icon
  94. - Add proxy support
  95. - Add verbose logging
  96. - Improve LogForm
  97. - Delete log file when clicking "Clean Logs" in the LogForm
  98. - Bug fixes and improvements
  99. 3.1 2016-05-01
  100. - Disable StatisticsStrategy by default
  101. 3.0 2016-03-02
  102. - Update Privoxy to 3.0.24
  103. - Replace Choose by Total Packet Loss with Choose by Statistics
  104. - Support chacha20-ietf
  105. - Support Onetime Authentication
  106. - Optional checking updates
  107. - Download updates automatically
  108. - Improve log viewer
  109. - Minor fixes
  110. - Other improvements
  111. 2.5.8 2015-09-20
  112. - Update GFWList url
  113. 2.5.7 2015-09-19
  114. - Fix repeated IV
  115. 2.5.6 2015-08-19
  116. - Add portable mode. Create shadowsocks_portable_mode.txt to use it
  117. - Support server reorder
  118. 2.5.5 2015-08-17
  119. - Fix crash when enabling Availability Statistics and some servers can not be resolved
  120. - Allow multiple instances
  121. - Other fixes
  122. 2.5.4 2015-08-16
  123. - Hide Privoxy icon
  124. 2.5.3 2015-08-16
  125. - Replace Polipo with Privoxy
  126. - Add Choose by Total Packet Loss
  127. 2.5.2 2015-08-04
  128. - Add log viewer
  129. 2.5.1 2015-07-26
  130. - Prevent HA from switching servers too frequently
  131. - Fix server settings can not be updated when using HA
  132. - Fix server port can't be 8123
  133. - Other minor fixes
  134. 2.5 2015-07-25
  135. - Support load balance
  136. - Support high availability
  137. 2.4 2015-07-11
  138. - Support UDP relay
  139. - Support online PAC
  140. - Migrate update checker to GitHub releases
  141. - Other fixes
  142. 2.3.1 2015-03-06
  143. - Support user rule
  144. 2.3 2015-01-25
  145. - Use the same port for every profile
  146. - Use the same port for HTTP/Socks5/PAC
  147. - Fix GFWList PAC compatibility issue with IE11
  148. - Encourage users to report to GFWList when no update found
  149. - Minor UI improvements
  150. 2.2.1 2015-01-18
  151. - Fix QR Code compatibility
  152. 2.2 2015-01-14
  153. - Support updating PAC from GFWList
  154. - Support adding server by scanning QR Code
  155. - Output timestamp in logs
  156. - Minor fixes
  157. 2.1.6 2015-01-02
  158. - Fix OPTIONS requests
  159. - Improve logs
  160. 2.1.5 2014-12-25
  161. - Fix QR Code compatibility with iOS
  162. - Only left button will trigger double click on tray icon
  163. 2.1.4 2014-12-20
  164. - Fix crash when remarks are too long
  165. 2.1.3 2014-12-20
  166. - Add Chinese Language
  167. - Fix some UI issues on Windows 8
  168. - Fix some UI issues on high DPI screens
  169. - Log bind error more friendly
  170. - Stability issues
  171. 2.1.2 2014-12-14
  172. - Fix sometimes Shadowsocks doesn't respond to requests
  173. 2.1.1 2014-12-14
  174. - Add global proxy option
  175. 2.1 2014-12-12
  176. - Add salsa20 and chacha20 support
  177. 2.0.11 2014-11-23
  178. - Fix a crash
  179. - Only switch the system proxy off if we have switched it on
  180. 2.0.10 2014-11-18
  181. - Minor fixes
  182. - Optimize code
  183. 2.0.9 2014-11-13
  184. - Fix startup path
  185. - Fix allowed port range for polipo
  186. 2.0.8 2014-11-12
  187. - Fix data corruption
  188. - Set proxy for PPPoE
  189. - Auto Startup Option
  190. - Support high DPI screens
  191. 2.0.7 2014-11-11
  192. - Use OpenSSL for now
  193. 2.0.6 2014-11-10
  194. - Minor bug fixes
  195. 2.0.5 2014-11-09
  196. - Fix QRCode size
  197. - Share over LAN option
  198. - Log to temp path instead
  199. 2.0.4 2014-11-09
  200. - Try to fix data corruption
  201. - Remove all configuration except x86
  202. 2.0.3 2014-11-08
  203. - Support QRCode generation
  204. - Fix compatibility issues with some Chrome version
  205. 2.0.2 2014-11-08
  206. - Add remarks
  207. - Fix error when polipo is killed
  208. 2.0.1 2014-11-08
  209. - Check already running
  210. 2.0 2014-11-08
  211. - Initial release