From 154ceecae01aed5ca71f815b17e2c8019145becd Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Fri, 27 Nov 2020 17:24:13 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 8 ++++---- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a805011e6..01178df31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.2.8] - 2020-11-27 +### Added +- Albums / Countries / Tags: pinch to change tile size +- Album picker: added a field to filter by name +- check free space before moving entries +- SVG source viewer + +### Changed +- Navigation: changed page history handling +- Info: improved layout, especially for XMP +- About: improved layout +- faster locating of new entries + ## [v1.2.7] - 2020-11-15 ### Added - Support for TIFF images (single page) diff --git a/pubspec.yaml b/pubspec.yaml index 696fa5589..4dffbafbc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.2.7+33 +version: 1.2.8+34 # 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 a4f88aadb..d4ed49813 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,6 +1,6 @@ Thanks for using Aves! -v1.2.7: -- subsampling and tiling of large images -- support for TIFF images (single page only) -- optional minimap in viewer overlay +v1.2.8: +- pinch to scale albums, countries & tags +- SVG source viewer +- improved detailed metadata layout Full changelog available on Github \ No newline at end of file