Prepare v22.0 beta 2 release (#3611)

- Bump versionCode and versionName
- Create new fastlane changelog
- Update CHANGELOG.md
This commit is contained in:
Nik Clayton 2023-05-04 16:01:00 +02:00 committed by GitHub
parent 7ce5048752
commit 80774f35f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 3 deletions

View File

@ -6,6 +6,17 @@
### Significant bug fixes
## v22.0 beta 2
### Significant bug fixes
- **Improved notification loading speed**, [PR#3598](https://github.com/tuskyapp/Tusky/pull/3598)
- **Restore showing 0/1/1+ for replies**, [PR#3590](https://github.com/tuskyapp/Tusky/pull/3590)
- **Show filter titles, not filter keywords, on filtered posts**, [PR#3589](https://github.com/tuskyapp/Tusky/pull/3589)
- **Fixed a bug where opening a status could open an unrelated link**, [PR#3600](https://github.com/tuskyapp/Tusky/pull/3600)
- **Show "Add" button in correct place when there are no filters**, [PR#3561](https://github.com/tuskyapp/Tusky/pull/3561)
- **Fixed assorted crashes**
## v22.0 beta 1
### New features and other improvements

View File

@ -28,8 +28,8 @@ android {
namespace "com.keylesspalace.tusky"
minSdk 23
targetSdk 33
versionCode 103
versionName "22.0 beta 1"
versionCode 104
versionName "22.0 beta 2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -1,4 +1,4 @@
Tusky 22.0
Tusky 22.0 beta 1
Features including:

View File

@ -0,0 +1,10 @@
Tusky 22.0 beta 2
Fixes including:
- Improved notification loading speed
- Restore showing 0/1/1+ for replies
- Show filter titles, not filter keywords, on filtered posts
- Fixed a bug where opening a status could open an unrelated link
- Show "Add" button in correct place when there are no filters
- Fixed assorted crashes