version bump
This commit is contained in:
parent
121a53dd62
commit
2038bc7c39
4 changed files with 12 additions and 7 deletions
|
@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## <a id="unreleased"></a>[Unreleased]
|
## <a id="unreleased"></a>[Unreleased]
|
||||||
|
|
||||||
|
## <a id="v1.6.3"></a>[v1.6.3] - 2022-03-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Theme: light/dark/black and poly/monochrome settings
|
- Theme: light/dark/black and color highlights settings
|
||||||
- Collection: bulk renaming
|
- Collection: bulk renaming
|
||||||
- Video: speed and muted state indicators
|
- Video: speed and muted state indicators
|
||||||
- Info: option to set date from other item
|
- Info: option to set date from other item
|
||||||
|
@ -17,7 +19,7 @@ All notable changes to this project will be documented in this file.
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Viewer: quick action defaults
|
- Viewer: quick action defaults
|
||||||
- cataloguing includes date sub-second data if present
|
- cataloguing includes date sub-second data if present (requires rescan)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
4
fastlane/metadata/android/en-US/changelogs/1069.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/1069.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
In v1.6.3:
|
||||||
|
- enjoy the light theme
|
||||||
|
- rename items in bulk
|
||||||
|
Full changelog available on GitHub
|
|
@ -6,7 +6,7 @@ repository: https://github.com/deckerst/aves
|
||||||
# - github changelog: /CHANGELOG.md
|
# - github changelog: /CHANGELOG.md
|
||||||
# - play changelog: /whatsnew/whatsnew-en-US
|
# - play changelog: /whatsnew/whatsnew-en-US
|
||||||
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
||||||
version: 1.6.2+68
|
version: 1.6.3+69
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
In v1.6.2:
|
In v1.6.3:
|
||||||
- revisited viewer: new layout, thumbnail previews, video gestures
|
- enjoy the light theme
|
||||||
- storage related fixes for Android 10 and older
|
- rename items in bulk
|
||||||
- enjoy the app in Japanese
|
|
||||||
Full changelog available on GitHub
|
Full changelog available on GitHub
|
Loading…
Reference in a new issue