Browse Source

Prepare 22.0 beta 7 (versionCode 109) (#3710)

pull/3716/head v22.0-beta.7
Nik Clayton 3 years ago committed by GitHub
parent
commit
3be1e1150a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      CHANGELOG.md
  2. 4
      app/build.gradle
  3. 11
      fastlane/metadata/android/en-US/changelogs/109.txt

8
CHANGELOG.md

@ -6,6 +6,14 @@
### 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
### Significant bug fixes

4
app/build.gradle

@ -28,8 +28,8 @@ android {
namespace "com.keylesspalace.tusky"
minSdk 23
targetSdk 33
versionCode 108
versionName "22.0 beta 6"
versionCode 109
versionName "22.0 beta 7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

11
fastlane/metadata/android/en-US/changelogs/109.txt

@ -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…
Cancel
Save