Prepare v22.0 beta 2 release (#3611)
- Bump versionCode and versionName - Create new fastlane changelog - Update CHANGELOG.md
This commit is contained in:
parent
7ce5048752
commit
80774f35f8
4 changed files with 24 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -6,6 +6,17 @@
|
||||||
|
|
||||||
### Significant bug fixes
|
### 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
|
## v22.0 beta 1
|
||||||
|
|
||||||
### New features and other improvements
|
### New features and other improvements
|
||||||
|
|
|
@ -28,8 +28,8 @@ android {
|
||||||
namespace "com.keylesspalace.tusky"
|
namespace "com.keylesspalace.tusky"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 103
|
versionCode 104
|
||||||
versionName "22.0 beta 1"
|
versionName "22.0 beta 2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Tusky 22.0
|
Tusky 22.0 beta 1
|
||||||
|
|
||||||
Features including:
|
Features including:
|
||||||
|
|
||||||
|
|
10
fastlane/metadata/android/en-US/changelogs/104.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/104.txt
Normal 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
|
Loading…
Reference in a new issue