From c93393a365cbe1d2894e1c25361ef6e631651423 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sat, 26 Dec 2020 20:48:00 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 8 +++----- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f783cf575..1ad950ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.3.0] - 2020-12-26 ### Added - Viewer: quick scale (aka one finger zoom) - Viewer: optional checkered background for transparent images diff --git a/pubspec.yaml b/pubspec.yaml index 376a15840..7a6aeed7f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Aves is a gallery and metadata explorer app, built for Android. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.2.9+35 +version: 1.3.0+36 # brendan-duncan/image (as of v2.1.19): # - does not support TIFF with JPEG compression (issue #184) diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index e7bbf696e..b6ade0151 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,7 +1,5 @@ Thanks for using Aves! -v1.2.9: -- identify 360 photos/videos, GeoTIFF -- open panoramas (360 photos) -- open GImage/GAudio/GDepth media and thumbnails embedded in XMP -- improved large TIFF handling +v1.3.0: +- added quick scale (aka one finger zoom) gesture to the viewer +- fixed zoom focus with double-tap or pinch-to-zoom gestures Full changelog available on Github \ No newline at end of file