Skip to content

Commit

Permalink
chore: Prepare release 2.5.2 (versionCode 16) (pachli#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton committed Jun 10, 2024
1 parent 5fafd5b commit 0635062
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Pachli changelog

## v2.5.2

### New features and other improvements

- Check Hometown/Glitch server instanceinfo for translation support (#[718](https://github.com/pachli/pachli-android/pull/718), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))

### Significant bug fixes

- Prevent crash on "hidden domains" page (#[703](https://github.com/pachli/pachli-android/pull/703), [Miles Krell](https://github.com/pachli/pachli-android/[email protected]))
- Generate useful error messages for all errors (#[719](https://github.com/pachli/pachli-android/pull/719), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Only include transitionKind in intents for Pachli activities (#[716](https://github.com/pachli/pachli-android/pull/716), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Only suggest upgrading to a version F-Droid has built (#[717](https://github.com/pachli/pachli-android/pull/717), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Re-enable accessiblity actions in all timelines (#[715](https://github.com/pachli/pachli-android/pull/715), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Prompt user to save/discard changes after editing bio (#[678](https://github.com/pachli/pachli-android/pull/678), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Show edit history for status' with polls (#[672](https://github.com/pachli/pachli-android/pull/672), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))

### Translations

- Update Spanish translations ([Miles Krell](https://github.com/pachli/pachli-android/[email protected]))
- Update French translations ([Black_Eyes](https://github.com/pachli/pachli-android/[email protected]))
- Update Finnish translations ([Kalle Kniivilä](https://github.com/pachli/pachli-android/[email protected]))

## v2.5.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 = 15
versionName = "2.5.1"
versionCode = 16
versionName = "2.5.2"

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

New features:

- Support translation on Hometown/Glitch servers

Fixes:

- Prevent crash on "hidden domains" page
- Show useful error messages for all errors
- Only include transitionKind in intents for Pachli activities
- Only suggest upgrading to versions F-Droid has built
- Re-enable accessiblity actions in all timelines
- Prompt user to save/discard changes after editing bio
- Show edit history for polls
- Update Finnish, French, and Spanish translations

0 comments on commit 0635062

Please sign in to comment.