updated changelog
This commit is contained in:
parent
87bb1327df
commit
4cfaf9ae88
2 changed files with 14 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,8 +2,20 @@
|
||||||
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]
|
||||||
|
### Added
|
||||||
|
- Viewer: support for multi-track HEIF
|
||||||
|
- Viewer: export image (including multipage TIFF/HEIF and images embedded in XMP)
|
||||||
|
- Info: show owner app (Android Q and up)
|
||||||
|
- listen to Media Store changes
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Upgraded Flutter to stable v1.22.6
|
- upgraded Flutter to stable v1.22.6
|
||||||
|
- check connectivity before using features that need it
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- checkerboard background performance
|
||||||
|
- deleting files that no longer exist but are still registered in the Media Store
|
||||||
|
- insets handling on Android 11
|
||||||
|
|
||||||
## [v1.3.2] - 2021-01-17
|
## [v1.3.2] - 2021-01-17
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -12,7 +12,7 @@ Aves is a gallery and metadata explorer app. It is built for Android, with Flutt
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- support raster images: JPEG, GIF, PNG, HEIC (from Android Pie), WEBP, TIFF (including multi-page), BMP, WBMP, ICO
|
- support raster images: JPEG, GIF, PNG, HEIC/HEIF (including multi-track, from Android Pie), WEBP, TIFF (including multi-page), 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 raw images: ARW, CR2, DNG, NEF, NRW, ORF, PEF, RAF, RW2, SRW
|
||||||
- support vector images: SVG
|
- support vector images: SVG
|
||||||
|
|
Loading…
Reference in a new issue