version bump

This commit is contained in:
Thibault Deckers 2020-12-12 11:14:30 +09:00
parent d95619d722
commit 38cbe7fc2e
4 changed files with 24 additions and 8 deletions

View file

@ -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

View file

@ -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)

View file

@ -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)

View file

@ -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