summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-07-13 18:50:05 +0200
committertom79 <tschneider.ac@gmail.com>2019-07-13 18:50:05 +0200
commit74e02f18c049a59c9abfde7187aef36627245f60 (patch)
tree03f628991e93004413359eb147dec93020afbc6a
parente37e2bee7b86a5073a8a82f8f9509e713d44592e (diff)
Prepare release 2.10.0
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/291.txt14
2 files changed, 16 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index af9476fb8..1736632c7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
- versionCode 290
- versionName "2.9.1"
+ versionCode 291
+ versionName "2.10.0"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
diff --git a/fastlane/metadata/android/en-US/changelogs/291.txt b/fastlane/metadata/android/en-US/changelogs/291.txt
new file mode 100644
index 000000000..84bde2854
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/291.txt
@@ -0,0 +1,14 @@
+Added
+- Export blocked instances (can be shared with some explanations)
+- Auto save drafts for quick replies
+- Quick reply automatically added below the toot for conversations
+
+Changed
+- Remove peertube.social
+
+Fixed
+- Auto-complete feature with quick reply
+- Remove statuses in timelines after unfollows or timed-mute
+- Fix the fetch more button
+- Medium accounts are no longer opened with the app.
+- Gif media not displayed in media activity \ No newline at end of file