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