diff --git a/CHANGELOG.md b/CHANGELOG.md index e2df9c7ae..f1aa68ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.2.6] - 2020-11-15 ### Added - Support for TIFF images (single page) - Viewer overlay: minimap (optional) ### Changed +- Upgraded Flutter to stable v1.22.4 - Viewer: use subsampling and tiling to display large images ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 02829545c..185627a12 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.5+31 +version: 1.2.6+32 # 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 5c9bc4116..c2f309c4d 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1 +1,6 @@ Thanks for using Aves! +v1.2.6: +- subsampling and tiling of large images +- support for TIFF images (single page only) +- optional minimap in viewer overlay +Full changelog available on Github \ No newline at end of file