chore: Prepare release 1.2 (versionCode 3) (#135)

This commit is contained in:
Nik Clayton 2023-09-29 15:49:43 +02:00 committed by GitHub
parent 6fedfe54ba
commit 7b4d879e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 2 deletions

View File

@ -1,5 +1,18 @@
# Pachli changelog
## v1.2
### New features and other improvements
- Show vertical scrollbars on scrollable lists (#[96](https://github.com/pachli/pachli-android/pull/96))
### Significant bug fixes
- Restore the user's reading position under all circumstances (#[133](https://github.com/pachli/pachli-android/pull/133))
- Enable/disable vote button when the user can/can't vote (#[91](https://github.com/pachli/pachli-android/pull/91))
- Use the correct colour for the status bar
- Ensure poll option text is visible against the background (#[86](https://github.com/pachli/pachli-android/pull/86))
## v1.1
### Significant bug fixes

View File

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

View File

@ -0,0 +1,12 @@
Pachli 1.2
New features:
- Show vertical scrollbars on scrollable lists
Fixes:
- Restore the user's reading position under all circumstances
- Enable/disable vote button when the user can/can't vote
- Use the correct colour for the status bar
- Ensure poll option text is visible against the background