Release 121

This commit is contained in:
Conny Duck 2024-05-10 13:31:40 +02:00
parent f2d7de0144
commit bf9be47f0f
No known key found for this signature in database
2 changed files with 12 additions and 2 deletions

View file

@ -6,6 +6,16 @@
### Significant bug fixes ### Significant bug fixes
## v25.2
### Significant bug fixes
- Fixes a bug that could sometimes crash Tusky when rotating the screen while viewing an account list [PR#4430](https://github.com/tuskyapp/Tusky/pull/4430)
- Fixes a bug that could crash Tusky at startup under certain conditions [PR#4431](https://github.com/tuskyapp/Tusky/pull/4431)
- Fixes a bug that caused Tusky to crash when custom emojis with too large dimensions were loaded [PR#4429](https://github.com/tuskyapp/Tusky/pull/4429)
- Makes Tusky work again with Iceshrimp by working around a quirk in their API implementation [PR#4426](https://github.com/tuskyapp/Tusky/pull/4426)
- Fixes a bug that made translations not work on some servers [PR#4422](https://github.com/tuskyapp/Tusky/pull/4422)
## v25.1 ## v25.1
### Significant bug fixes ### Significant bug fixes

View file

@ -29,8 +29,8 @@ android {
namespace "com.keylesspalace.tusky" namespace "com.keylesspalace.tusky"
minSdk 24 minSdk 24
targetSdk 34 targetSdk 34
versionCode 120 versionCode 121
versionName "25.1" versionName "25.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true