diff options
author | pacien | 2020-01-20 19:23:15 +0100 |
---|---|---|
committer | pacien | 2020-01-20 19:42:34 +0100 |
commit | 1292702c5404e519b3733f23ec98cbad925ebcb5 (patch) | |
tree | ccaf2644e1ad4ced2b58d5ca1ba37ad0c2b0ed5c /changelog.md | |
parent | b04d9581adb3e3176586f31ffdba123125546201 (diff) | |
download | tincapp-1292702c5404e519b3733f23ec98cbad925ebcb5.tar.gz |
release v0.29v0.29
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/changelog.md b/changelog.md index 5794582..280a4ab 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,13 +3,14 @@ | |||
3 | This file lists notable changes that have been made to the application on each release. | 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. | 4 | Releases are tracked and referred to using git tags. |
5 | 5 | ||
6 | ## v0.29 - (next release) | 6 | ## v0.29 - 2020-01-20 |
7 | - set target SDK to 28 | 7 | - fix Android 10 compatibility issue and set target SDK to 29 |
8 | - update tinc to patched snapshot (1.1-f522393) | ||
9 | - update LibreSSL to 3.0.2 | ||
8 | 10 | ||
9 | ## v0.28 - 2019-09-15 | 11 | ## v0.28 - 2019-09-15 |
10 | - fix daemon startup on Android 10 | 12 | - fix daemon startup on Android 10 |
11 | - notify user of missing VPN permission | 13 | - notify user of missing VPN permission |
12 | - update Kotlin to 1.3.50 | ||
13 | 14 | ||
14 | ## v0.27 - 2019-06-14 | 15 | ## v0.27 - 2019-06-14 |
15 | - fix R8 optimisation that made the app unable to load its libraries | 16 | - fix R8 optimisation that made the app unable to load its libraries |
@@ -17,8 +18,6 @@ Releases are tracked and referred to using git tags. | |||
17 | ## v0.26 - 2019-06-13 | 18 | ## v0.26 - 2019-06-13 |
18 | - make tinc automatic reconnection on network change optional with new configuration key (`ReconnectOnNetworkChange`) | 19 | - make tinc automatic reconnection on network change optional with new configuration key (`ReconnectOnNetworkChange`) |
19 | - update LibreSSL to 2.9.2 | 20 | - update LibreSSL to 2.9.2 |
20 | - update Kotlin to 1.3.31 | ||
21 | - update Gradle to 3.4.1 | ||
22 | 21 | ||
23 | ## v0.25 - 2019-03-25 | 22 | ## v0.25 - 2019-03-25 |
24 | - implement a workaround for broken file permissions on Android-x86 | 23 | - implement a workaround for broken file permissions on Android-x86 |