From 9182387bb840ef8471ad92170f39dbd729644fef Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Wed, 29 Sep 2021 11:54:05 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 4 +++- lib/widgets/map/map_page.dart | 2 ++ pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 11 +++++------ 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d28ec570..eb04e13e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.5.2] - 2021-09-29 ### Added - Map: show items for bounds, open items in viewer, tap gesture to toggle fullscreen - Info: remove metadata (Exif, XMP, etc.) -- Accessibility: support "time to take action" settings +- Accessibility: support "time to take action" and "remove animations" settings ### Changed - upgraded Flutter to stable v2.5.1 diff --git a/lib/widgets/map/map_page.dart b/lib/widgets/map/map_page.dart index 157c39c35..5c70df61c 100644 --- a/lib/widgets/map/map_page.dart +++ b/lib/widgets/map/map_page.dart @@ -347,6 +347,8 @@ class _MapPageContentState extends State with SingleTickerProvid void _toggleOverlay() => _overlayVisible.value = !_overlayVisible.value; + // TODO TLAD [map] as of Flutter v2.5.1 / google_maps_flutter v2.0.10, toggling overlay changes the size of the map, which is an issue for Google Maps on Android 12 + // cf https://github.com/flutter/flutter/issues/90556 Future _onOverlayVisibleChange({bool animate = true}) async { if (_overlayVisible.value) { if (animate) { diff --git a/pubspec.yaml b/pubspec.yaml index 0bd07a5df..38cbc221e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: aves description: A visual media gallery and metadata explorer app. repository: https://github.com/deckerst/aves -version: 1.5.1+55 +version: 1.5.2+56 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index bca2efbf0..f98766bbd 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,9 +1,8 @@ Thanks for using Aves! -v1.5.1: -- fixed hanging app for collections with specific video formats -- added bug reporting instructions -v1.5.0: +v1.5.2: - faster launch -- edit Exif dates -- customize quick actions when selecting pictures +- UI changes for collection thumbnails and albums +- accessibility support for settings "time to take action" and "remove animations" +- open images and videos from the map +- remove metadata from images Full changelog available on GitHub \ No newline at end of file