forked from shadowsocks/shadowsocks-gui
-
Notifications
You must be signed in to change notification settings - Fork 96
/
CHANGES
57 lines (41 loc) · 1.08 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
0.6.4 2014-11-01
- Support share over LAN
0.6.2 2014-10-12
- Fix IPv6 address
0.6.1 2014-10-09
- Support QRCode
0.6.0 2014-09-23
- Fix Linux on some latest distributions
0.5.0 2014-09-09
- Add RC4-MD5 encryption
0.4.1 2014-03-28
- Close button should hide the window instead of quit on OS X
- Listen to 127.0.0.1 instead of 0.0.0.0
0.4 2013-07-31
- Update shadowsocks-nodejs to 1.4.1
0.3.0 2013-07-21
- Update shadowsocks-nodejs to 1.4.0
0.2.2 2013-07-15
- Fix keyboard on OSX; disabled hiding Dock icon
0.2.1 2013-07-14
- Save config to gui-config.json file on Windows
- Fix incorrect window size on Windows
- Hide Dock icon on OSX
- Check for updates
- Reduce binary size
- Run gc() every 30s to reduce memory usage
0.2 2013-07-12
- Support multiple profiles
- Fix problems with restarting shadowsocks
0.1.5 2013-06-23
- Package binary into a single exe/app
0.1.4 2013-06-22
- Minimize on startup and after config is saved
0.1.3 2013-06-19
- Update shadowsocks-nodejs
0.1.2 2013-06-18
- Update shadowsocks-nodejs
0.1.1 2013-05-30
- Auto-Complete Server IP
0.1 2013-05-29
- Initial version