Release 115 (24.0)
This commit is contained in:
parent
c9d96a15c3
commit
a7e0fa26b7
3 changed files with 27 additions and 3 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -6,6 +6,30 @@
|
||||||
|
|
||||||
### Significant bug fixes
|
### Significant bug fixes
|
||||||
|
|
||||||
|
## 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)
|
||||||
|
- 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)
|
||||||
|
- New theme option to use the black theme when following the system design. [PR#3957](https://github.com/tuskyapp/Tusky/pull/3957)
|
||||||
|
- Following the system design is now the default theme setting. [PR#3813](https://github.com/tuskyapp/Tusky/pull/3957)
|
||||||
|
- A new view to see trending posts is available both in the menu and as custom tab. [PR#4007](https://github.com/tuskyapp/Tusky/pull/4007)
|
||||||
|
- A new option to hide self boosts has been added. [PR#4101](https://github.com/tuskyapp/Tusky/pull/4101)
|
||||||
|
- The `api/v2/instance` endpoint is now supported. [PR#4062](https://github.com/tuskyapp/Tusky/pull/4062)
|
||||||
|
- New settings for lists:
|
||||||
|
- Hide from the home timeline [PR#3932](https://github.com/tuskyapp/Tusky/pull/3932)
|
||||||
|
- Decide which replies should be shown in the list [PR#4072](https://github.com/tuskyapp/Tusky/pull/4072)
|
||||||
|
- The oldest supported Android version is now Android 7 Nougat [PR#4014](https://github.com/tuskyapp/Tusky/pull/4014)
|
||||||
|
|
||||||
|
### Significant bug fixes
|
||||||
|
|
||||||
|
- **Empty trends no longer causes Tusky to crash**, [PR#3853](https://github.com/tuskyapp/Tusky/pull/3853)
|
||||||
|
|
||||||
|
|
||||||
## v23.0
|
## v23.0
|
||||||
|
|
||||||
### New features and other improvements
|
### New features and other improvements
|
||||||
|
|
|
@ -29,8 +29,8 @@ android {
|
||||||
namespace "com.keylesspalace.tusky"
|
namespace "com.keylesspalace.tusky"
|
||||||
minSdk 24
|
minSdk 24
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 114
|
versionCode 115
|
||||||
versionName "24.0 beta 1"
|
versionName "24.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Tusky 24.0
|
Tusky 24.0
|
||||||
|
|
||||||
- Blockqoutes and code blocks in posts now look nicer.
|
- Blockquotes and code blocks in posts now look nicer.
|
||||||
- The old behavior of the notification tab has been restored.
|
- The old behavior of the notification tab has been restored.
|
||||||
- Role badges are now shown on profiles.
|
- Role badges are now shown on profiles.
|
||||||
- The video player has been improved. You can now select the playback speed.
|
- The video player has been improved. You can now select the playback speed.
|
||||||
|
|
Loading…
Reference in a new issue