aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreuxane2024-09-18 23:41:13 +0200
committereuxane2024-09-18 23:41:13 +0200
commitc2cee114110679b989dd583c690ddb9c76599f2b (patch)
treecfbc0d2fb3a62db5efb7fe5efb5378330e42685b
parent36dd8ce58c470f101cc603716e1d18bf2f8751b1 (diff)
downloadtincapp-c2cee114110679b989dd583c690ddb9c76599f2b.tar.gz
release: v0.41v0.41
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 49a5a28..4346abe 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -36,8 +36,8 @@ android {
36 minSdkVersion 21 36 minSdkVersion 21
37 targetSdkVersion 34 37 targetSdkVersion 34
38 multiDexEnabled true 38 multiDexEnabled true
39 versionCode 40 39 versionCode 41
40 versionName '0.40' 40 versionName '0.41'
41 ndk { 41 ndk {
42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
43 } 43 }
diff --git a/changelog.md b/changelog.md
index a12192c..fd407ad 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,9 +3,9 @@
3This file lists notable changes that have been made to the application on each release. 3This file lists notable changes that have been made to the application on each release.
4Releases are tracked and referred to using git tags. 4Releases are tracked and referred to using git tags.
5 5
6## v0.41 -- (next release) 6## v0.41 -- 2024-09-18
7- rename app from "Tinc App" to "Tinc Mesh VPN" (more descriptive) 7- rename app from "Tinc App" to "Tinc Mesh VPN" (more descriptive)
8- share configuration and log directories with explicit action 8- make config and logs dirs accessible via the system's built-in file manager
9- move configuration and log directories back to internal private storage 9- move configuration and log directories back to internal private storage
10 10
11## v0.40 -- 2024-08-31 11## v0.40 -- 2024-08-31