updated changelog

This commit is contained in:
Thibault Deckers 2021-04-29 11:00:09 +09:00
parent c9bbc34f92
commit f45d451b8c
2 changed files with 10 additions and 2 deletions

View file

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

View file

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