diff --git a/app/build.gradle b/app/build.gradle index d93dd2ccb..329bd3769 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { namespace "com.keylesspalace.tusky" minSdkVersion 23 targetSdkVersion 33 - versionCode 97 - versionName "20.0" + versionCode 98 + versionName "21.0 beta 1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/99.txt b/fastlane/metadata/android/en-US/changelogs/99.txt new file mode 100644 index 000000000..d2c450456 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/99.txt @@ -0,0 +1,7 @@ +Tusky 21.0 + +- Support for post editing +- New setting to control preferred reading direction +- Larger media previews and a new overlay to indicate media with description +- It is now possible to add accounts to lists from their profile +and much more \ No newline at end of file