Skip to content

Commit

Permalink
Release 114 (24.0 beta 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Nov 22, 2023
1 parent 21a4308 commit 11e7845
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/115.txt
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit 11e7845

Please sign in to comment.