diff --git a/app/build.gradle b/app/build.gradle index 14f810caa..1c60751f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "fr.gouv.etalab.mastodon" minSdkVersion 16 targetSdkVersion 28 - versionCode 262 - versionName "1.81.0-beta-1" + versionCode 263 + versionName "1.81.0" multiDexEnabled true renderscriptTargetApi 28 as int renderscriptSupportModeEnabled true diff --git a/fastlane/metadata/android/en-US/changelogs/263.txt b/fastlane/metadata/android/en-US/changelogs/263.txt new file mode 100644 index 000000000..5c75c0339 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/263.txt @@ -0,0 +1,13 @@ +Added +* Cache toots (click on the indicator for refreshing a status) +* Follow GNU Social instances +* Add an indicator in TL for bot accounts + +Changed +* Give less space to user name at the top of statuses +* Improvement with blocking script updates + +Fixed +* Issue with boosts & sensitive media +* Issue with the Fetch more button +* Avoid holes in TL after few hours \ No newline at end of file