diff --git a/app/build.gradle b/app/build.gradle index 8a4863420..2f3e86741 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "fr.gouv.etalab.mastodon" minSdkVersion 16 targetSdkVersion 28 - versionCode 256 - versionName "1.80.0-rc-1" + versionCode 257 + versionName "1.80.0" multiDexEnabled true } dexOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/257.txt b/fastlane/metadata/android/en-US/changelogs/257.txt index ffae7b16f..c937cf856 100644 --- a/fastlane/metadata/android/en-US/changelogs/257.txt +++ b/fastlane/metadata/android/en-US/changelogs/257.txt @@ -3,6 +3,7 @@ Added * Pin followed instances and lists * Hide/Show timelines easily * Add an option to hide 🆕 badge on unread toots +* BBCode support for Pleroma Changed * Display a more informative toast when translation service is disabled @@ -12,4 +13,5 @@ Changed Fixed * Move locked account indicator to end of the username * Polls with more than 4 choices +* Follow/Unfollow from toot information