Skip to content

Commit

Permalink
chore: Prepare release 1.3.0 (versionCode 6) (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Oct 25, 2023
1 parent 00bde27 commit 9c4ea13
Show file tree
Hide file tree
Showing 3 changed files with 43 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

## 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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
19 changes: 19 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9c4ea13

Please sign in to comment.