chore: Prepare release 1.1 (versionCode 2) (#59)

This commit is contained in:
Nik Clayton 2023-09-18 15:47:33 +02:00 committed by GitHub
parent b739dc0a94
commit 4775ef85e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# Pachli changelog
## v1.1
### Significant bug fixes
- Use the correct contrast colour on hashtag tab chips (#[47](https://github.com/pachli/pachli-android/pull/47))
- Scale the monochrome icon to fit (#[46](https://github.com/pachli/pachli-android/pull/46))
- Restore the user's home timeline position (#[44](https://github.com/pachli/pachli-android/pull/44))
- Ensure refreshing does not create a gap in the timeline (#[43](https://github.com/pachli/pachli-android/pull/43))
- Show the FAB according to the user's preferences (#[29](https://github.com/pachli/pachli-android/pull/29))
- Fix toolbar flickering when scrolling lists (#[26](https://github.com/pachli/pachli-android/pull/26))
- Fix crash on entering MainActivity on Pixel C devices (#[25](https://github.com/pachli/pachli-android/pull/25))
## v1.0
Pachli 1.0 is a fork of [Tusky 23.0](https://github.com/tuskyapp/Tusky/releases/tag/v23.0). The changes listed here are relative to that version.

View File

@ -30,8 +30,8 @@ android {
namespace "app.pachli"
minSdk 23
targetSdk 33
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,11 @@
Pachli 1.1
Fixes:
- Use the correct contrast colour on hashtag tab chips
- Scale the monochrome icon to fit
- Restore the user's home timeline position
- Ensure refreshing does not create a gap in the timeline
- Show the FAB according to the user's preferences
- Fix toolbar flickering when scrolling lists
- Fix crash on entering MainActivity on Pixel C devices