Merge branch 'main' into develop
# Conflicts: # app/src/main/java/com/keylesspalace/tusky/components/notifications/ReportNotificationViewHolder.kt
This commit is contained in:
commit
0028ab79c3
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,6 +6,16 @@
|
|||
|
||||
### 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
|
||||
|
||||
### Significant bug fixes
|
||||
|
|
|
@ -29,8 +29,8 @@ android {
|
|||
namespace "com.keylesspalace.tusky"
|
||||
minSdk 24
|
||||
targetSdk 34
|
||||
versionCode 120
|
||||
versionName "25.1"
|
||||
versionCode 121
|
||||
versionName "25.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
|
Loading…
Reference in New Issue