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

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