Skip to content

Commit

Permalink
chore: Prepare release 2.8.0 (versionCode 20) (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Aug 30, 2024
1 parent 874cb55 commit c904453
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Pachli changelog

## v2.8.0

### New features and other improvements

- Experimental preference to reverse home timeline (#[867](https://github.com/pachli/pachli-android/pull/867), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Improve push and pull notification reliability (#[880](https://github.com/pachli/pachli-android/pull/880), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))

### Significant bug fixes

- Show posting app name if app link is missing (#[912](https://github.com/pachli/pachli-android/pull/912), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Tolerate missing status fields on veganism.social (#[911](https://github.com/pachli/pachli-android/pull/911), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Render hashtags, mentions, and initial paras correctly in RTL (#[906](https://github.com/pachli/pachli-android/pull/906), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Search filters use correct colours in dark and black mode (#[881](https://github.com/pachli/pachli-android/pull/881), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))

### Translations

- Update Finnish translations ([Kalle Kniivilä](https://github.com/pachli/pachli-android/[email protected]))
- Update Galician translations ([josé m](https://github.com/pachli/pachli-android/[email protected]))
- Update Irish translations ([Aindriú Mac Giolla Eoin](https://github.com/pachli/pachli-android/[email protected]))
- Update Norwegian Bokmål translations ([sunniva](https://github.com/pachli/pachli-android/[email protected]))
- Update Spanish translations ([Juan M Sevilla](https://github.com/pachli/pachli-android/[email protected]))
- Update Spanish translations ([Miles Krell](https://github.com/pachli/pachli-android/[email protected]))

## v2.7.1

### Significant bug fixes
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 = 19
versionName = "2.7.1"
versionCode = 20
versionName = "2.8.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pachli 2.8.0

New features:

- Experimental preference to reverse home timeline
- Improve push and pull notification reliability

Fixes:

- Show posting app name if app link is missing
- Tolerate missing status fields on veganism.social
- Render hashtags, mentions, and initial paras correctly in RTL
- Search filters use correct colours in dark and black mode
- Update Finnish, Galician, Irish, Norwegian, and Spanish translations

0 comments on commit c904453

Please sign in to comment.