From 643cb78d55459dfc69f381b0509cefbb903a9ceb Mon Sep 17 00:00:00 2001 From: tom79 Date: Sun, 5 May 2019 18:50:57 +0200 Subject: [PATCH] Prepare release 1.80.3 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/260.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/260.txt diff --git a/app/build.gradle b/app/build.gradle index 01adbdcde..1ecab51d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "fr.gouv.etalab.mastodon" minSdkVersion 16 targetSdkVersion 28 - versionCode 259 - versionName "1.80.2" + versionCode 260 + versionName "1.80.3" multiDexEnabled true } dexOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/260.txt b/fastlane/metadata/android/en-US/changelogs/260.txt new file mode 100644 index 000000000..e761c5736 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/260.txt @@ -0,0 +1,9 @@ +Added +* Long press on "Fetch more" will retrieve all missing statuses +* Long press on media in timelines will download them in full resolution +* Favourite video from Peertube when following an instance + +Fixed +* Crashes when notifications timeline has been moved +* Media not uploaded when the filename contains some special characters +* Fix vote issue on reblogs \ No newline at end of file