From 9b85ae08a1913e20304f294e40c9034e09a38513 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 10 Nov 2023 13:55:32 +0100 Subject: [PATCH] chore: Prepare release 1.4.0 (versionCode 7) (#241) --- CHANGELOG.md | 19 +++++++++++++++++++ app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/7.txt | 15 +++++++++++++++ 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/7.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f04fd05..cc685db73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Pachli changelog +## v1.4.0 + +### New features and other improvements + +- Periodically check for updates and alert user (#[236](https://github.com/pachli/pachli-android/pull/236)) + +### Significant bug fixes + +- Show preference changes immediately (#[234](https://github.com/pachli/pachli-android/pull/234)) +- Honour the FAB_HIDE preference in timelines (#[227](https://github.com/pachli/pachli-android/pull/227)) +- Ensure system controls are visible on older devices (#[224](https://github.com/pachli/pachli-android/pull/224)) +- Remove progressbar from status timelines (#[208](https://github.com/pachli/pachli-android/pull/208)) +- Restore image aspect ratio when drag ends (#[207](https://github.com/pachli/pachli-android/pull/207)) +- Prevent potential crash when filters are slow to load (#[205](https://github.com/pachli/pachli-android/pull/205)) + +### Translations + +- Update Italian translations (#[240](https://github.com/pachli/pachli-android/pull/240)) + ## v1.3.0 ### New features and other improvements diff --git a/app/build.gradle b/app/build.gradle index 0434d790a..2d0012646 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,8 +34,8 @@ android { namespace "app.pachli" minSdk 23 targetSdk 34 - versionCode 6 - versionName "1.3.0" + versionCode 7 + versionName "1.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt new file mode 100644 index 000000000..0d239f131 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.txt @@ -0,0 +1,15 @@ +Pachli 1.4.0 + +New features: + +- Periodically check for updates and alert user + +Fixes: + +- Show preference changes immediately +- Honour the FAB_HIDE preference in timelines +- Ensure system controls are visible on older devices +- Remove progressbar from status timelines +- Restore image aspect ratio when drag ends +- Prevent potential crash when filters are slow to load +- Update Italian translations