updated changelog
This commit is contained in:
parent
c9bbc34f92
commit
f45d451b8c
2 changed files with 10 additions and 2 deletions
|
@ -2,9 +2,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Motion photo support
|
||||
- Viewer: play videos in multi-track HEIC
|
||||
- Handle share intent
|
||||
|
||||
### Changed
|
||||
- Upgraded Flutter to beta v2.2.0-10.1.pre
|
||||
|
||||
### Fixed
|
||||
- fixed crash when cataloguing large MP4/PSD
|
||||
|
||||
## [v1.4.0] - 2021-04-16
|
||||
### Added
|
||||
- Viewer: support for videos with EAC3/FLAC/OPUS audio
|
||||
|
|
|
@ -42,8 +42,8 @@ class Constants {
|
|||
Dependency(
|
||||
name: 'Android-TiffBitmapFactory',
|
||||
license: 'MIT',
|
||||
licenseUrl: 'https://github.com/Beyka/Android-TiffBitmapFactory/blob/master/license.txt',
|
||||
sourceUrl: 'https://github.com/Beyka/Android-TiffBitmapFactory',
|
||||
licenseUrl: 'https://github.com/deckerst/Android-TiffBitmapFactory/blob/master/license.txt',
|
||||
sourceUrl: 'https://github.com/deckerst/Android-TiffBitmapFactory',
|
||||
),
|
||||
Dependency(
|
||||
name: 'CWAC-Document',
|
||||
|
|
Loading…
Reference in a new issue