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 7.4 kB

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