version bump

This commit is contained in:
Thibault Deckers 2021-08-20 17:33:38 +09:00
parent 7e3288217e
commit 514b4ce0f0
3 changed files with 11 additions and 5 deletions

View file

@ -2,8 +2,13 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
## [v1.4.9] - 2021-08-20
### Added
- 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)
## [v1.4.8] - 2021-08-08

View file

@ -1,7 +1,7 @@
name: aves
description: A visual media gallery and metadata explorer app.
repository: https://github.com/deckerst/aves
version: 1.4.8+52
version: 1.4.9+53
publish_to: none
environment:

View file

@ -1,6 +1,7 @@
Thanks for using Aves!
v1.4.8:
- map page
- viewer action to copy to clipboard
- integration with OS global search
v1.4.9:
- open the map or get stats for selected items
- browse and navigate to items on the map
- customize the navigation menu
- create shortcuts on Android Nougat and older
Full changelog available on Github