diff options
author | pacien | 2019-03-30 03:31:07 +0100 |
---|---|---|
committer | pacien | 2019-03-30 03:31:07 +0100 |
commit | c1604cdbf32bb2ead4a7478856dc476153c77be3 (patch) | |
tree | dfb941f2060d93d58b1349a33d1907a8422a8f21 /changelog.md | |
parent | 20708e2c8e8c1ce457be1578b9e6c03c35b3af31 (diff) | |
download | tincapp-c1604cdbf32bb2ead4a7478856dc476153c77be3.tar.gz |
add changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..757d4a5 --- /dev/null +++ b/changelog.md | |||
@@ -0,0 +1,124 @@ | |||
1 | # Changelog | ||
2 | |||
3 | This file lists notable changes that have been made to the application on each release. | ||
4 | Releases are tracked and referred to using git tags. | ||
5 | |||
6 | ## v0.25 - 2019-03-25 | ||
7 | - implement a workaround for broken file permissions on Android-x86 | ||
8 | - kill any remnant tinc daemon when starting a new connection | ||
9 | - minor UI improvements | ||
10 | |||
11 | ## v0.24 - 2019-02-18 | ||
12 | - update tinc to latest snapshot (1.1-017a7fb), fixing UDP spam | ||
13 | - update LibreSSL to 2.8.3 | ||
14 | - new app icon | ||
15 | |||
16 | ## v0.23 - 2018-10-08 | ||
17 | - update tinc to 1.1pre17 (security update: CVE-2018-16737, CVE-2018-16738, CVE-2018-16758) | ||
18 | |||
19 | ## v0.22 - 2018-09-27 | ||
20 | - improve stability | ||
21 | |||
22 | ## v0.21 - 2018-09-26 | ||
23 | - force re-connection on network change | ||
24 | - improve stability | ||
25 | |||
26 | ## v0.20 - 2018-09-09 | ||
27 | - update existing translations | ||
28 | - improve assisted error reporting | ||
29 | - minor UI improvements | ||
30 | |||
31 | ## v0.19 - 2018-08-22 | ||
32 | - add a subnet list view | ||
33 | - show node reachability status | ||
34 | - other minor UI improvements | ||
35 | - embed a QR-code scanner | ||
36 | |||
37 | ## v0.18 - 2018-08-07 | ||
38 | - add support for always-on VPN | ||
39 | - error handling and stability improvements | ||
40 | - minor UI and branding improvements | ||
41 | |||
42 | ## v0.17 - 2018-06-25 | ||
43 | - update tinc to 1.1pre16 | ||
44 | - update LibreSSL to 2.7.4 | ||
45 | - update BCPKIX lib to 1.59 | ||
46 | |||
47 | ## v0.16 - 2018-06-11 | ||
48 | - better QR-code integration | ||
49 | - update LibreSSL to 2.7.3 | ||
50 | - reduce APK size | ||
51 | |||
52 | ## v0.15 - 2018-05-26 | ||
53 | - drop support for the deprecated armeabi architecture | ||
54 | - better error handling and reporting | ||
55 | - minor UI improvements | ||
56 | |||
57 | ## v0.14 - 2018-04-23 | ||
58 | - update LibreSSL to 2.7.2 | ||
59 | - minor UI improvements | ||
60 | |||
61 | ## v0.13 - 2018-03-31 | ||
62 | - add assisted bug report feature | ||
63 | - minor UI improvements | ||
64 | |||
65 | ## v0.12 - 2018-03-14 | ||
66 | - better error handling | ||
67 | - minor UI improvements | ||
68 | |||
69 | ## v0.11 - 2018-03-04 | ||
70 | - generate a sub network configuration file when bootstrapping | ||
71 | - add a log viewer screen | ||
72 | - fix private key encryption on release versions | ||
73 | |||
74 | ## v0.10 - 2018-02-24 | ||
75 | - better error reporting | ||
76 | - minor UI improvements | ||
77 | |||
78 | ## v0.9 - 2018-02-16 | ||
79 | - better daemon state handling and reporting | ||
80 | - minor UI improvements | ||
81 | |||
82 | ## v0.8 - 2018-02-10 | ||
83 | - add Chinese translation | ||
84 | - update tinc to latest pre-release (1.1pre15) | ||
85 | - update LibreSSL to 2.6.4 | ||
86 | - minor UI improvements | ||
87 | - handle unavailable external storage | ||
88 | |||
89 | ## v0.7 - 2017-09-07 | ||
90 | - add support for private key encryption using a password | ||
91 | - minor UI improvements | ||
92 | - error handling and stability improvements | ||
93 | |||
94 | ## v0.6 - 2017-08-24 | ||
95 | - update tinc to latest snapshot (1.1-92fdabc) | ||
96 | - add an option to join a tinc network by scanning a QR-code | ||
97 | - minor UI improvements | ||
98 | |||
99 | ## v0.5 - 2017-08-22 | ||
100 | - improve stability | ||
101 | - do not request useless permissions | ||
102 | |||
103 | ## v0.4 - 2017-08-18 | ||
104 | - update tinc to latest snapshot (1.1-7c22391) | ||
105 | - expose intents to allow connection and disconnection from other apps | ||
106 | - minor UI improvements | ||
107 | |||
108 | ## v0.3 - 2017-08-03 | ||
109 | - update tinc to latest snapshot (1.1-acefa66) | ||
110 | - update LibreSSL to 2.5.5 | ||
111 | - add a connection status screen | ||
112 | - add an option to join a tinc network via the UI | ||
113 | - make external calls asynchronous | ||
114 | |||
115 | ## v0.2 - 2017-07-03 | ||
116 | - add Norwegian Bokmål and Japanese translations | ||
117 | - add a list of confgured tinc networks in the UI | ||
118 | - remove support for the MIPS architecture | ||
119 | - remove support for alternate configuration path | ||
120 | - port to Kotlin | ||
121 | |||
122 | ## v0.1-preview - 2017-05-05 | ||
123 | - basic working proof-of-concept using a patched tinc 1.1pre15 | ||
124 | |||