summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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