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