Skip to content

Commit

Permalink
Prepare v22.0 beta 2 release (#3611)
Browse files Browse the repository at this point in the history
- Bump versionCode and versionName
- Create new fastlane changelog
- Update CHANGELOG.md
  • Loading branch information
Nik Clayton committed May 4, 2023
1 parent 7ce5048 commit 80774f3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/103.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Tusky 22.0
Tusky 22.0 beta 1

Features including:

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/104.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 80774f3

Please sign in to comment.