Prepare 22.0 beta 7 (versionCode 109) (#3710)
This commit is contained in:
parent
01b3cb3a53
commit
3be1e1150a
3 changed files with 21 additions and 2 deletions
|
@ -6,6 +6,14 @@
|
||||||
|
|
||||||
### Significant bug fixes
|
### Significant bug fixes
|
||||||
|
|
||||||
|
## v22.0 beta 7
|
||||||
|
|
||||||
|
### Significant bug fixes
|
||||||
|
|
||||||
|
- **Fetch all outstanding Mastodon notifications when creating Android notifications**, [PR#3700](https://github.com/tuskyapp/Tusky/pull/3700)
|
||||||
|
- **Clicking "Compose" from a notification would set the wrong account**, [PR#3688](https://github.com/tuskyapp/Tusky/pull/3688)
|
||||||
|
- **Ensure "last read notification ID" is saved to the correct account**, [PR#3697](https://github.com/tuskyapp/Tusky/pull/3697)
|
||||||
|
|
||||||
## v22.0 beta 6
|
## v22.0 beta 6
|
||||||
|
|
||||||
### Significant bug fixes
|
### Significant bug fixes
|
||||||
|
|
|
@ -28,8 +28,8 @@ android {
|
||||||
namespace "com.keylesspalace.tusky"
|
namespace "com.keylesspalace.tusky"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 108
|
versionCode 109
|
||||||
versionName "22.0 beta 6"
|
versionName "22.0 beta 7"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
11
fastlane/metadata/android/en-US/changelogs/109.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/109.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Tusky 22.0 beta 7
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
|
||||||
|
### Significant bug fixes
|
||||||
|
|
||||||
|
- Fetch all outstanding Mastodon notifications when creating Android notifications
|
||||||
|
- Clicking "Compose" from a notification would set the wrong account
|
||||||
|
- Ensure "last read notification ID" is saved to the correct account
|
||||||
|
|
Loading…
Reference in a new issue