chore: Prepare release 1.3.0 (versionCode 6) (#197)
This commit is contained in:
parent
00bde27eb3
commit
9c4ea13d23
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,27 @@
|
||||||
# Pachli changelog
|
# 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
|
## v1.2.2
|
||||||
|
|
||||||
### New features and other improvements
|
### New features and other improvements
|
||||||
|
|
|
@ -33,8 +33,8 @@ android {
|
||||||
namespace "app.pachli"
|
namespace "app.pachli"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 5
|
versionCode 6
|
||||||
versionName "1.2.2"
|
versionName "1.3.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue