Skip to content

Commit

Permalink
chore: Prepare release 2.8.1 (versionCode 21) (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Sep 4, 2024
1 parent 1473561 commit 70529ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]))
- 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/[email protected]))
- Stop preview card text overlapping images (#[924](https://github.com/pachli/pachli-android/pull/924), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))

## v2.8.0

### New features and other improvements
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 70529ff

Please sign in to comment.