version bump
This commit is contained in:
parent
7e3288217e
commit
514b4ce0f0
3 changed files with 11 additions and 5 deletions
|
@ -2,8 +2,13 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v1.4.9] - 2021-08-20
|
||||||
### Added
|
### Added
|
||||||
- Map & Stats from selection
|
- Map & Stats from selection
|
||||||
|
- Map: item browsing, rotation control
|
||||||
|
- Navigation menu customization
|
||||||
|
- shortcut support on older devices (API < 26)
|
||||||
- support Android 12/S (API 31)
|
- support Android 12/S (API 31)
|
||||||
|
|
||||||
## [v1.4.8] - 2021-08-08
|
## [v1.4.8] - 2021-08-08
|
||||||
|
|
|
@ -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.8+52
|
version: 1.4.9+53
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.4.8:
|
v1.4.9:
|
||||||
- map page
|
- open the map or get stats for selected items
|
||||||
- viewer action to copy to clipboard
|
- browse and navigate to items on the map
|
||||||
- integration with OS global search
|
- customize the navigation menu
|
||||||
|
- create shortcuts on Android Nougat and older
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue