From e7b48c796ef4f03daeb0d517f42ae0632a5806b3 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sun, 15 Nov 2020 11:01:46 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 4 +++- pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1aa68ce9..a805011e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [v1.2.6] - 2020-11-15 +## [v1.2.7] - 2020-11-15 ### Added - Support for TIFF images (single page) - Viewer overlay: minimap (optional) @@ -15,6 +15,8 @@ All notable changes to this project will be documented in this file. ### Fixed - Fixed finding dimensions of entries with incorrect EXIF +## [v1.2.6] - 2020-11-15 [YANKED] + ## [v1.2.5] - 2020-11-01 ### Added - Search: show recently used filters (optional) diff --git a/pubspec.yaml b/pubspec.yaml index 185627a12..1eef71a3a 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.6+32 +version: 1.2.7+33 # 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 c2f309c4d..a4f88aadb 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,5 +1,5 @@ Thanks for using Aves! -v1.2.6: +v1.2.7: - subsampling and tiling of large images - support for TIFF images (single page only) - optional minimap in viewer overlay