diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 757d4a5..6272cc8 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,6 +3,12 @@ | |||
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.26 - 2019-06-13 | ||
7 | - make tinc automatic reconnection on network change optional with new configuration key (`ReconnectOnNetworkChange`) | ||
8 | - update LibreSSL to 2.9.2 | ||
9 | - update Kotlin to 1.3.31 | ||
10 | - update Gradle to 3.4.1 | ||
11 | |||
6 | ## v0.25 - 2019-03-25 | 12 | ## v0.25 - 2019-03-25 |
7 | - implement a workaround for broken file permissions on Android-x86 | 13 | - implement a workaround for broken file permissions on Android-x86 |
8 | - kill any remnant tinc daemon when starting a new connection | 14 | - kill any remnant tinc daemon when starting a new connection |