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.

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