Skip to content

Commit

Permalink
chore: Prepare release 2.4.0 (versionCode 13) (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Mar 28, 2024
1 parent 0bb269a commit c2db3df
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Pachli changelog

## v2.4.0

### New features and other improvements

- Notify the user about severed relationships (#[557](https://github.com/pachli/pachli-android/pull/557), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Show the post's language tag in the detailed view (#[546](https://github.com/pachli/pachli-android/pull/546), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Allow user to see poll results before voting (#[543](https://github.com/pachli/pachli-android/pull/543), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Allow the user to set a list's replies policy (#[534](https://github.com/pachli/pachli-android/pull/534), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Show network activity in ListsActivity (#[533](https://github.com/pachli/pachli-android/pull/533), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Improve Image Viewer toolbar auto-hide (#[521](https://github.com/pachli/pachli-android/pull/521), [Angelo Suzuki](https://github.com/pachli/pachli-android/[email protected]))
- Support client filters in GoToSocial 0.15.0 (#[523](https://github.com/pachli/pachli-android/pull/523), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Show "Followed hashtags" menu item in left-nav ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Tapping followed hashtag names in lists opens relevant timeline ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Show user's lists in the left-side navigation menu (#[514](https://github.com/pachli/pachli-android/pull/514), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Auto-hide Image Viewer toolbar (#[507](https://github.com/pachli/pachli-android/pull/507), [Angelo Suzuki](https://github.com/pachli/pachli-android/[email protected]))
- Include "Notifications" in the left-side navigation menu (#[504](https://github.com/pachli/pachli-android/pull/504), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))

### Significant bug fixes

- Don't crash on invalid avatars (#[566](https://github.com/pachli/pachli-android/pull/566), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Surface all exceptions to the user instead of crashing (#[565](https://github.com/pachli/pachli-android/pull/565), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Improve URL / tag / mention extraction when composing (#[564](https://github.com/pachli/pachli-android/pull/564), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Improve accessibility of ComposeActivity bottomsheets and buttons (#[548](https://github.com/pachli/pachli-android/pull/548), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Catch and swallow snackbar exception (#[536](https://github.com/pachli/pachli-android/pull/536), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Keep TabDataJsonAdapter so Moshi can deserialize in release builds (#[535](https://github.com/pachli/pachli-android/pull/535), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Sort lists by title wherever they occur ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Update tabs when lists are renamed or deleted ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Show sized placeholder for hidden account media (#[516](https://github.com/pachli/pachli-android/pull/516), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Ensure logging out accounts completes (#[515](https://github.com/pachli/pachli-android/pull/515), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Ensure files are fully downloaded before sharing (#[482](https://github.com/pachli/pachli-android/pull/482), [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 Kabyle translations ([ButterflyOfFire](https://github.com/pachli/pachli-android/[email protected]))
- Update Spanish translations ([Juan M Sevilla](https://github.com/pachli/pachli-android/[email protected]))

## v2.3.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 = 12
versionName = "2.3.0"
versionCode = 13
versionName = "2.4.0"

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

New features:

- Notify user about severed relationships
- Show post's language tag in the detailed view
- Allow user to see poll results before voting
- Allow user to set a list's replies policy
- Show "Notifications", "Followed hashtags" and lists item in left-nav
- Tapping followed hashtag names in lists opens relevant timeline
- Auto-hide Image Viewer toolbar

Fixes:

- Improve URL / tag / mention extraction when composing
- Improve accessibility of ComposeActivity bottomsheets and buttons
- Update tabs when lists are renamed or deleted
- Show sized placeholder for hidden account media
- Ensure logging out accounts completes
- Ensure files are fully downloaded before sharing
- Update Finnish, Kabyle, and Spanish translations

0 comments on commit c2db3df

Please sign in to comment.