Skip to content

Commit

Permalink
chore: Prepare release 2.1.0 (versionCode 9) (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Dec 15, 2023
1 parent 25dccdf commit 8846637
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Pachli changelog

## v2.1.0

### New features and other improvements

- Show roles on profiles (#[312](https://github.com/pachli/pachli-android/pull/312), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Display compose button when viewing lists (#[279](https://github.com/pachli/pachli-android/pull/279), [sanao](https://github.com/pachli/pachli-android/[email protected]))
- Display compose button when viewing bookmarks list (#[278](https://github.com/pachli/pachli-android/pull/278), [sanao](https://github.com/pachli/pachli-android/[email protected]))

### Significant bug fixes

- Show translated content when viewing a thread (#[320](https://github.com/pachli/pachli-android/pull/320), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Calculate length of posts and polls with emojis correctly (#[315](https://github.com/pachli/pachli-android/pull/315), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Prevent crash if a preview card does not have an author ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Prevent crash if an error is shown in a timeline without a FAB ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Prevent crash showing profile if account has null `createdAt` field ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Prevent memory leak in CompositeWithOpaqueBackground (#[309](https://github.com/pachli/pachli-android/pull/309), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Prevent UnsupportedOperationException in PachliTileService (#[288](https://github.com/pachli/pachli-android/pull/288), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))

### Translations

- Update English (United Kingdom) translations ([Jener Gomes](https://github.com/pachli/pachli-android/[email protected]))
- Update Finnish translations ([Kalle Kniivilä](https://github.com/pachli/pachli-android/[email protected]))
- Update Japanese translations ([sanao](https://github.com/pachli/pachli-android/[email protected]))
- Update Portuguese (Brazil) translations ([Jener Gomes](https://github.com/pachli/pachli-android/[email protected]))
- Update Spanish translations ([Jener Gomes](https://github.com/pachli/pachli-android/[email protected]))
- Update Swedish translations ([Luna Jernberg](https://github.com/pachli/pachli-android/[email protected]))

## v2.0.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 @@ -35,8 +35,8 @@ android {

defaultConfig {
applicationId = "app.pachli"
versionCode = 8
versionName = "2.0.0"
versionCode = 9
versionName = "2.1.0"

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

New features:

- Show roles on profiles
- Show compose button when viewing lists
- Show compose button when viewing bookmarks list

Fixes:

- Show translated content in threads
- Calculate length of posts and polls with emojis correctly
- Prevent crash
- If a preview card has no author
- If an error occurs in a timeline without a FAB
- On profile if account has null `createdAt` field
- Update translations

0 comments on commit 8846637

Please sign in to comment.