Release 114 (24.0 beta 1)

This commit is contained in:
Conny Duck 2023-11-22 20:15:11 +01:00
parent 21a4308fef
commit 11e7845ee3
2 changed files with 12 additions and 2 deletions

View File

@ -29,8 +29,8 @@ android {
namespace "com.keylesspalace.tusky"
minSdk 24
targetSdk 33
versionCode 113
versionName "23.0"
versionCode 114
versionName "24.0 beta 1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,10 @@
Tusky 24.0
- Blockqoutes and code blocks in posts now look nicer.
- The old behavior of the notification tab has been restored.
- Role badges are now shown on profiles.
- The video player has been improved. You can now select the playback speed.
- New theme option to use the black theme when following the system design.
- A new view to see trending posts is available both in the menu and as custom tab.
And a lot of other improvements and fixes!