diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f92cdb22..19f04fd05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Pachli changelog +## v1.3.0 + +### New features and other improvements + +- Add a preference to hide "self-boosts" (#[193](https://github.com/pachli/pachli-android/pull/193)) +- Show announcement dates (#[151](https://github.com/pachli/pachli-android/pull/151)) +- Show full display and username in profile view (#[195](https://github.com/pachli/pachli-android/pull/195)) +- Improve display of "obscured" links (#[194](https://github.com/pachli/pachli-android/pull/194)) +- Adjust video playback UX behaviour (#[186](https://github.com/pachli/pachli-android/pull/186)) + +### Significant bug fixes + +- Ensure empty timeline message is visible (#[191](https://github.com/pachli/pachli-android/pull/191)) +- Use Pachli blue and orange for notification icons (#[182](https://github.com/pachli/pachli-android/pull/182)) +- Update timeline when link preview setting changes (#[180](https://github.com/pachli/pachli-android/pull/180)) +- Show media when resuming ViewMediaFragment (#[174](https://github.com/pachli/pachli-android/pull/174)) +- Show thread indicators and other dividers using Material colours (#[157](https://github.com/pachli/pachli-android/pull/157)) + +### Translations + +- Update Polish and Japanese translations + ## v1.2.2 ### New features and other improvements diff --git a/app/build.gradle b/app/build.gradle index c424e6ee4..b75dfa401 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,8 +33,8 @@ android { namespace "app.pachli" minSdk 23 targetSdk 34 - versionCode 5 - versionName "1.2.2" + versionCode 6 + versionName "1.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 000000000..85fc8c8ff --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,19 @@ +Pachli 1.3.0 + +New features: + +- Add a preference to hide "self-boosts" +- Show full display and username in profile view +- Improve display of "obscured" links +- Adjust video playback UX behaviour + +Fixes: + +- Ensure empty timeline message is visible +- Use Pachli blue and orange for notification icons +- Show media when resuming ViewMediaFragment +- Show thread indicators and other dividers using Material colours + +Translations: + +- Update Polish and Japanese translations