chore: Prepare release 1.4.0 (versionCode 7) (#241)
This commit is contained in:
parent
0816071eea
commit
9b85ae08a1
19
CHANGELOG.md
19
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue