chore: Prepare release 2.8.1 (versionCode 21) (#930)
This commit is contained in:
parent
1473561e6d
commit
70529ffd8a
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue