chore: Prepare release 2.8.1 (versionCode 21) (#930)

This commit is contained in:
Nik Clayton 2024-09-04 15:30:28 +02:00 committed by GitHub
parent 1473561e6d
commit 70529ffd8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Pachli changelog
## v2.8.1
### Significant bug fixes
- Prevent crash when sending a post while media is uploading (#[923](https://github.com/pachli/pachli-android/pull/923), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
- Restore video transitions on androidx.media3 1.4.0 and 1.4.1 (#[922](https://github.com/pachli/pachli-android/pull/922), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
- Stop preview card text overlapping images (#[924](https://github.com/pachli/pachli-android/pull/924), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
## v2.8.0
### New features and other improvements

View File

@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "app.pachli"
versionCode = 20
versionName = "2.8.0"
versionCode = 21
versionName = "2.8.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"

View File

@ -0,0 +1,7 @@
Pachli 2.8.1
Fixes:
- Prevent crash when sending a post while media is uploading
- Restore video transitions on androidx.media3 1.4.0 and 1.4.1
- Stop preview card text overlapping images