forked from brianhornsby/script.openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
45 lines (30 loc) · 920 Bytes
/
changelog.txt
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
*** 2.0.0 ***
Complete rewrite of code and the way the script works.
*** 1.2.0 ***
Added ability to specify an ovpn file.
*** 1.1.2 ***
Display VPN identifier in notification when starting OpenVPN.
*** 1.1.1 ***
Only display settings VPN entries if vpn id is specified, otherwise ignore.
Updated code to pep8 coding style.
Changed ip location api being used by addon.
*** 1.1.0 ***
Added option to define vpn connections in addons settings, rather than in a file.
*** 1.0.5 ***
Added images to notification.
Added ability to call vpn connection directly by specifying vpn index as argument.
*** 1.0.0 ***
Set addon version number to 1.0.0.
Changed tun-mtu value to 1500.
*** 0.6.0 ***
Fixed geolocation issue.
*** 0.5.0 ***
Fixed TCP issues.
*** 0.4.0 ***
Major changes to how openvpn-xbmc works.
*** 0.3.0 ***
Added timelimit for configs.
*** 0.2.0 ***
Minor code changes.
*** 0.1.0 ***
Initial release.