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. All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
### Added
- Motion photo support
- Viewer: play videos in multi-track HEIC
- Handle share intent
### Changed ### Changed
- Upgraded Flutter to beta v2.2.0-10.1.pre - Upgraded Flutter to beta v2.2.0-10.1.pre
### Fixed
- fixed crash when cataloguing large MP4/PSD
## [v1.4.0] - 2021-04-16 ## [v1.4.0] - 2021-04-16
### Added ### Added
- Viewer: support for videos with EAC3/FLAC/OPUS audio - Viewer: support for videos with EAC3/FLAC/OPUS audio

View file

@ -42,8 +42,8 @@ class Constants {
Dependency( Dependency(
name: 'Android-TiffBitmapFactory', name: 'Android-TiffBitmapFactory',
license: 'MIT', license: 'MIT',
licenseUrl: 'https://github.com/Beyka/Android-TiffBitmapFactory/blob/master/license.txt', licenseUrl: 'https://github.com/deckerst/Android-TiffBitmapFactory/blob/master/license.txt',
sourceUrl: 'https://github.com/Beyka/Android-TiffBitmapFactory', sourceUrl: 'https://github.com/deckerst/Android-TiffBitmapFactory',
), ),
Dependency( Dependency(
name: 'CWAC-Document', name: 'CWAC-Document',