summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-07-19 18:34:02 +0200
committerThomas <tschneider.ac@gmail.com>2022-07-19 18:34:02 +0200
commit5cac98090f9ed2e2f6b3e0262ebedb0c4ff3c35a (patch)
treebf67a7a1256c8d32f6424d071369d08d4297254f
parent18c3424ed3d3a4ed3ffefd2d38aa5e6596726d13 (diff)
Release 3.0.9
-rw-r--r--app/build.gradle4
-rw-r--r--src/fdroid/fastlane/metadata/android/en/changelogs/399.txt16
2 files changed, 18 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e00bf5022..4899929e2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
- versionCode 398
- versionName "3.0.8"
+ versionCode 399
+ versionName "3.0.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/399.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/399.txt
new file mode 100644
index 000000000..5e13960c5
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/399.txt
@@ -0,0 +1,16 @@
+Added:
+- Set compose language (from compose menu -> three vertical dots)
+- Add reactions support for Pleroma
+- Add privacy indicator at the top right
+
+Changed
+- Improve the scrolling behaviour
+- Scroll to top (tab reselection) will fetch new messages and then scroll to top
+
+Fixed:
+- Empty tag timelines
+- Remove focus point for fit media preview
+- Fix cannot share with one account
+- Fix black theme
+- Theme cannot be selected
+- Fix some button colors \ No newline at end of file