version bump
This commit is contained in:
parent
d95619d722
commit
38cbe7fc2e
4 changed files with 24 additions and 8 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,8 +2,21 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
### Changed
|
||||||
- Upgraded Flutter to stable v1.22.5
|
- 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
|
## [v1.2.8] - 2020-11-27
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -12,11 +12,13 @@ Aves is a gallery and metadata explorer app. It is built for Android, with Flutt
|
||||||
|
|
||||||
## Features
|
## 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 animated images: GIF, WEBP
|
||||||
|
- support raw images: ARW, CR2, DNG, NEF, NRW, ORF, PEF, RAF, RW2, SRW
|
||||||
- support vector images: SVG
|
- support vector images: SVG
|
||||||
- support videos: MP4, AVI, AVCHD & probably others
|
- support videos: MP4, AVI, MKV, AVCHD & probably others
|
||||||
- search and filter by country, place, XMP tag, type (animated, raster, vector, video)
|
- identify panoramas (aka photo spheres), 360° videos, GeoTIFF files
|
||||||
|
- search and filter by country, place, XMP tag, type (animated, raster, vector…)
|
||||||
- favorites
|
- favorites
|
||||||
- statistics
|
- statistics
|
||||||
- support Android API 24 ~ 30 (Nougat ~ R)
|
- support Android API 24 ~ 30 (Nougat ~ R)
|
||||||
|
|
|
@ -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
|
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):
|
# brendan-duncan/image (as of v2.1.19):
|
||||||
# - does not support TIFF with JPEG compression (issue #184)
|
# - does not support TIFF with JPEG compression (issue #184)
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.2.8:
|
v1.2.9:
|
||||||
- pinch to scale albums, countries & tags
|
- identify 360 photos/videos, GeoTIFF
|
||||||
- SVG source viewer
|
- open panoramas (360 photos)
|
||||||
- improved detailed metadata layout
|
- open GImage/GAudio/GDepth media and thumbnails embedded in XMP
|
||||||
|
- improved large TIFF handling
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue