File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
shadowsocks-csharp/Controller/Service Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ 3.4.2.1 2016-12-30
2+ - Refine Traditional Chinese translation by LNDDYL
3+ - sysproxy: reduce false positives on virus detection
4+ - sysproxy: set LAN proxy settings even if RAS query fails
5+ - privoxy: drop obsolete tray area refreshing code
6+ - Fix auto startup
7+ - Bug fixes and improvements
8+
193.4.2 2016-12-16
210- Fix null ref in TCPRelay. (#940)
311- Bring Privoxy back. (#948)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class UpdateChecker
2424 public string LatestVersionLocalName ;
2525 public event EventHandler CheckUpdateCompleted ;
2626
27- public const string Version = "3.4.2" ;
27+ public const string Version = "3.4.2.1 " ;
2828
2929 private class CheckUpdateTimer : System . Timers . Timer
3030 {
You can’t perform that action at this time.
0 commit comments