Browse Source

Release 114 (24.0 beta 1)

pull/4117/head v24.0-beta.1
Conny Duck 2 years ago
parent
commit
11e7845ee3
  1. 4
      app/build.gradle
  2. 10
      fastlane/metadata/android/en-US/changelogs/115.txt

4
app/build.gradle

@ -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

10
fastlane/metadata/android/en-US/changelogs/115.txt

@ -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!
Loading…
Cancel
Save