From ffc919956ded168a1e512631e2db6244c18940fa Mon Sep 17 00:00:00 2001 From: tom79 Date: Sun, 9 Jun 2019 18:12:42 +0200 Subject: [PATCH] Prepare release 2.5.1 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/281.txt | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/281.txt diff --git a/app/build.gradle b/app/build.gradle index 07d70bffb..f8b2104b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 280 - versionName "2.5.0" + versionCode 281 + versionName "2.5.1" multiDexEnabled true renderscriptTargetApi 28 as int renderscriptSupportModeEnabled true diff --git a/fastlane/metadata/android/en-US/changelogs/281.txt b/fastlane/metadata/android/en-US/changelogs/281.txt new file mode 100644 index 000000000..6fcff4ac6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/281.txt @@ -0,0 +1,8 @@ +Added +- Add a button to access custom features in statuses +- Add a News timeline for Fedilab that can be disabled in settings + +Fixed +- Fix an issue with boosts when cached +- Fix an issue for toots no longer stored in drafts when there is no Internet connection +- Fix potential crashes on some devices \ No newline at end of file