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.

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