diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d30c3d58..bf5bc06bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.2.9] - 2020-12-12 +### Added +- Collection: identify 360 photos/videos, GeoTIFF +- Viewer: open panoramas (360 photos) +- Info: open GImage/GAudio/GDepth media and thumbnails embedded in XMP +- Info: SVG metadata + ### Changed - Upgraded Flutter to stable v1.22.5 +- Viewer: TIFF subsampling & tiling +- Info: improved XMP layout + +### Fixed +- Fixed large TIFF handling ## [v1.2.8] - 2020-11-27 ### Added diff --git a/README.md b/README.md index 3d6a230d7..0604bccb9 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ Aves is a gallery and metadata explorer app. It is built for Android, with Flutt ## Features -- support raster images: BMP, DNG, GIF, HEIC (from Android Pie), ICO, JPEG, PNG, WBMP, WEBP +- support raster images: JPEG, GIF, PNG, HEIC (from Android Pie), WEBP, TIFF, BMP, WBMP, ICO - support animated images: GIF, WEBP +- support raw images: ARW, CR2, DNG, NEF, NRW, ORF, PEF, RAF, RW2, SRW - support vector images: SVG -- support videos: MP4, AVI, AVCHD & probably others -- search and filter by country, place, XMP tag, type (animated, raster, vector, video) +- support videos: MP4, AVI, MKV, AVCHD & probably others +- identify panoramas (aka photo spheres), 360° videos, GeoTIFF files +- search and filter by country, place, XMP tag, type (animated, raster, vector…) - favorites - statistics - support Android API 24 ~ 30 (Nougat ~ R) diff --git a/pubspec.yaml b/pubspec.yaml index acaf305d1..46b5c29f8 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.8+34 +version: 1.2.9+35 # 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 d4ed49813..e7bbf696e 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,6 +1,7 @@ Thanks for using Aves! -v1.2.8: -- pinch to scale albums, countries & tags -- SVG source viewer -- improved detailed metadata layout +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 Full changelog available on Github \ No newline at end of file