diff --git a/app/build.gradle b/app/build.gradle index efcb6eea..19497d5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId APP_ID minSdkVersion 21 targetSdkVersion 29 - versionCode 75 - versionName "12.1" + versionCode 76 + versionName "13.0 beta 1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/77.txt b/fastlane/metadata/android/en-US/changelogs/77.txt new file mode 100644 index 00000000..0a31ea3e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/77.txt @@ -0,0 +1,10 @@ +Tusky v13.0 + +- support for profile notes (Mastodon 3.2.0 feature) +- support for admin announcements (Mastodon 3.1.0 feature) + +- the avatar of your selected account will now be shown in the main toolbar +- clicking the display name in a timeline will now open the profile page of that user + +- a lot of bug fixes and small improvements +- improved translations \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png index e37da6ee..1e031e68 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png index dd16f881..3e0cc5f7 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png differ