From afb446c6676c1f02b8adea010c07a9f587ad7652 Mon Sep 17 00:00:00 2001 From: tom79 Date: Sat, 14 Sep 2019 17:19:57 +0200 Subject: [PATCH] Prepares release 2.19.1 --- app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/316.txt | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/316.txt diff --git a/app/build.gradle b/app/build.gradle index 44d628bc5..1037aee2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 29 - versionCode 315 - versionName "2.19.0" + versionCode 316 + versionName "2.19.1" multiDexEnabled true renderscriptTargetApi 28 as int renderscriptSupportModeEnabled true diff --git a/fastlane/metadata/android/en-US/changelogs/316.txt b/fastlane/metadata/android/en-US/changelogs/316.txt new file mode 100644 index 000000000..fc25840de --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/316.txt @@ -0,0 +1,16 @@ +Added +- Twitter URLs can be replaced with Nitter (or one of its instances) +- Take notes for accounts +- Delayed live notifications +- Store in drafts for quick replies + +Changed +- Improve Invidious support (local=true, more URLs detected) +- Set the type of live notifications (live, delayed, none). +- Improve auto-split feature + +Fixed +- Unknown URL scheme with built-in browser +- Fix mentions +- Crash when clicking on thumbs-up button for Peertube videos with a Mastodon account +- Fix a scrolling issue \ No newline at end of file