diff --git a/app/build.gradle b/app/build.gradle index 8aff09f9..17dc88ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 21 targetSdkVersion 28 - versionCode 60 - versionName "7.0 beta 1" + versionCode 61 + versionName "7.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/61.txt b/fastlane/metadata/android/en-US/changelogs/61.txt new file mode 100644 index 00000000..f138a643 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/61.txt @@ -0,0 +1,7 @@ +Tusky v7.0 + +- Support for displaying polls, voting and poll notifications +- New buttons to filter the notification tab and to delete all notifications +- delete & redraft your own toots +- new indicator that shows if an account is a bot on the profile image (can be turned off in the preferences) +- New translations: Norwegian Bokmål and Slovenian. \ No newline at end of file