diff --git a/app/build.gradle b/app/build.gradle index c0c2473ac..01adbdcde 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "fr.gouv.etalab.mastodon" minSdkVersion 16 targetSdkVersion 28 - versionCode 258 - versionName "1.80.1" + versionCode 259 + versionName "1.80.2" multiDexEnabled true } dexOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/259.txt b/fastlane/metadata/android/en-US/changelogs/259.txt new file mode 100644 index 000000000..fca91459a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/259.txt @@ -0,0 +1,11 @@ +Added +* Add followed instances directly in the reorder timelines +* Swipe for removing lists +* Polls can be filtered in notifications + +Changed +* Remove the follow instances button at the bottom left + +Fixed +* Followed instances not visible in light mode +* Click on notifications \ No newline at end of file