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]
|
## [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
|
## [v1.4.6] - 2021-07-22
|
||||||
### Added
|
### Added
|
||||||
- Albums / Countries / Tags: multiple selection
|
- Albums / Countries / Tags: multiple selection
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: aves
|
name: aves
|
||||||
description: A visual media gallery and metadata explorer app.
|
description: A visual media gallery and metadata explorer app.
|
||||||
repository: https://github.com/deckerst/aves
|
repository: https://github.com/deckerst/aves
|
||||||
version: 1.4.6+50
|
version: 1.4.7+51
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.4.6:
|
v1.4.7:
|
||||||
- burst shot grouping
|
- map page
|
||||||
- improved motion photo support
|
- viewer action to copy to clipboard
|
||||||
- select multiple albums
|
- integration with OS global search
|
||||||
- hide paths to exclude folders and their subfolders
|
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue