Prepare release 1.80.3

This commit is contained in:
tom79 2019-05-05 18:50:57 +02:00
parent ce23200085
commit 643cb78d55
2 changed files with 11 additions and 2 deletions

View File

@ -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 {

View File

@ -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