summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-05 18:50:57 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-05 18:50:57 +0200
commit643cb78d55459dfc69f381b0509cefbb903a9ceb (patch)
treec4d3bf649ab92fe7cbd9c9efeb9e2231867fe434
parentce23200085380262a63ad00258bb72f6addea081 (diff)
Prepare release 1.80.3
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/260.txt9
2 files changed, 11 insertions, 2 deletions
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