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.
|
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
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue