From dece567eb5b41396096c0322a5dd38cfb9c9fb3f Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Sat, 16 Dec 2023 19:15:32 +0100 Subject: [PATCH] Release 116 (24.1) --- CHANGELOG.md | 10 +++++++++- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/117.txt | 7 +++++++ 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/117.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a02a02f..9d6e6aacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,20 @@ ### Significant bug fixes +## v24.1 + +- The screen will stay on again while a video is playing. [PR#4168](https://github.com/tuskyapp/Tusky/pull/4168) +- A memory leak has been fixed. This should improve stability and performance. [PR#4150](https://github.com/tuskyapp/Tusky/pull/4150) [PR#4153](https://github.com/tuskyapp/Tusky/pull/4153) +- Emojis are now correctly counted as 1 character when composing a post. [PR#4152](hhttps://github.com/tuskyapp/Tusky/pull/4152) +- Fixed a crash when text was selected on some devices. [PR#4166](https://github.com/tuskyapp/Tusky/pull/4166) +- The icons in the help texts of empty timelines will now always be correctly aligned. [PR#4179](https://github.com/tuskyapp/Tusky/pull/4179) + ## v24.0 ### New features and other improvements - The number of tabs that can be configured is no longer limited. [PR#4058](https://github.com/tuskyapp/Tusky/pull/4058) -- Blockquotes and code blocks in posts now look nicer [PR#4090](https://github.com/tuskyapp/Tusky/pull/4090)[PR#4091](https://github.com/tuskyapp/Tusky/pull/4091) +- Blockquotes and code blocks in posts now look nicer [PR#4090](https://github.com/tuskyapp/Tusky/pull/4090) [PR#4091](https://github.com/tuskyapp/Tusky/pull/4091) - The old behavior of the notification tab (pre Tusky 22.0) has been restored. [PR#4015](https://github.com/tuskyapp/Tusky/pull/4015) - Role badges are now shown on profiles (Mastodon 4.2 feature). [PR#4029](https://github.com/tuskyapp/Tusky/pull/4029) - The video player has been upgraded to Google Jetpack Media3; video compatibility should be improved, and you can now adjust playback speed. [PR#3857](https://github.com/tuskyapp/Tusky/pull/3857) diff --git a/app/build.gradle b/app/build.gradle index 6a79474a6..8c180891f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 24 targetSdk 33 - versionCode 115 - versionName "24.0" + versionCode 116 + versionName "24.1 beta 1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/117.txt b/fastlane/metadata/android/en-US/changelogs/117.txt new file mode 100644 index 000000000..e3864871c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/117.txt @@ -0,0 +1,7 @@ +Tusky 24.1 + +- The screen will stay on again while a video is playing. +- A memory leak has been fixed. This should improve stability and performance. +- Emojis are now correctly counted as 1 character when composing a post. +- Fixed a crash when text was selected on some devices. +- The icons in the help texts of empty timelines will now always be correctly aligned.