summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2020-05-17 18:29:56 +0200
committerThomas <tschneider.ac@gmail.com>2020-05-17 18:29:56 +0200
commit144b81b7620d3a0bbf1b2082c343f29efdf40802 (patch)
tree768b79d461ee3b6f95574f80ee374990d8746c0c
parentfb3e3d5d165296bd8c0796ccd4b80e241601992c (diff)
Release 2.35.4
-rw-r--r--app/build.gradle2
-rw-r--r--app/src/main/assets/changelogs/368.txt13
2 files changed, 14 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7df2448d7..e187c9ba9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,7 +6,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
- versionCode 367
+ versionCode 368
versionName "2.35.4"
multiDexEnabled true
renderscriptTargetApi 28 as int
diff --git a/app/src/main/assets/changelogs/368.txt b/app/src/main/assets/changelogs/368.txt
new file mode 100644
index 000000000..31665cbe7
--- /dev/null
+++ b/app/src/main/assets/changelogs/368.txt
@@ -0,0 +1,13 @@
+Added:
+- 100 Mb of cache for videos (can be changed in settings)
+- Bibliogram support (default: disabled)
+- Ouiches support for audio
+
+Changed:
+- Closing media
+- Smoother settings
+
+Fixed:
+- Peertube comments
+- Some layout issues
+- Some other crashes \ No newline at end of file