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.

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