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

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