version bump
This commit is contained in:
parent
7747e19f73
commit
bb5ff51a64
3 changed files with 15 additions and 6 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v1.4.7] - 2021-08-06
|
||||
### Added
|
||||
- Map
|
||||
- Viewer: action to copy to clipboard
|
||||
- integration with Android global search (Samsung Finder etc.)
|
||||
|
||||
### Fixed
|
||||
- auto album identification and naming
|
||||
- opening HEIC images from downloads content URI on Android R+
|
||||
|
||||
## [v1.4.6] - 2021-07-22
|
||||
### Added
|
||||
- Albums / Countries / Tags: multiple selection
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: aves
|
||||
description: A visual media gallery and metadata explorer app.
|
||||
repository: https://github.com/deckerst/aves
|
||||
version: 1.4.6+50
|
||||
version: 1.4.7+51
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
Thanks for using Aves!
|
||||
v1.4.6:
|
||||
- burst shot grouping
|
||||
- improved motion photo support
|
||||
- select multiple albums
|
||||
- hide paths to exclude folders and their subfolders
|
||||
v1.4.7:
|
||||
- map page
|
||||
- viewer action to copy to clipboard
|
||||
- integration with OS global search
|
||||
Full changelog available on Github
|
Loading…
Reference in a new issue