Skip to content

Latest commit

 

History

History
191 lines (154 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

191 lines (154 loc) · 5.53 KB

Changelog

[Unreleased]

Fixed

  • Incorrect audio metadata with some MP4 files 96

0.18.0 – 2023-03-30

Added

  • Support for PHP 8.2
  • Compatibility with Nextcloud 26

Changed

  • Minimum required PHP version changed from 7.3 to 7.4
  • Minimum supported Nextcloud version changed from 18 to 24

Fixed

  • Division by zero error for pictures with ExposureTime encoded as 0/1000 #97

0.17.0 – 2022-10-24

Added

  • Support for PDF
  • Compatibility with Nextcloud 25

0.16.0 – 2022-04-24

Added

  • Support for PHP 8.1
  • Compatibility with Nextcloud 24

0.15.0 – 2021-12-02

Added

  • Compatibility with Nextcloud 23.

Changed

  • Required PHP version changed from 5.6 to 7.3.

0.14.0 – 2021-07-10

Added

  • ZIP support (number of files, archive comment)
  • Compatibility with Nextcloud 22.

Changed

  • Warnings produced by exif_read_data will be ignored #78

Fixed

  • HEIC metadata not being pulled #76

0.13.0 – 2021-02-27

Added

  • Support for ACDSee caption and categories metadata #67
  • Support for PHP 8.0
  • Compatibility with Nextcloud 21.

Fixed

  • PHP 7.4 errors fixed by updating GetID3 to 1.9.20 #62
  • Null parameter in array_merge() #66
  • Error messages when parsing certain files #68

0.12.0 – 2020-07-03

Added

  • Support for HEIC image files #41
  • Support for image Subject metadata written by Windows #57
  • Support for ratings #39
  • Translations to many languages from Transifex

Changed

  • Display of exposure bias #55

Fixed

  • Trying to access array offset on value of type bool #54
  • Unparenthesized a ? b : c ? d : e is deprecated #53
  • Handling of GPS coordinates encoded as all zeros #61

0.11.1 – 2020-01-21

Fixed

  • Nextcloud crash since 0.11.0 #49

0.11.0 – 2020-01-20

Added

  • Compatibility with Nextcloud 18.

Fixed

  • App sidebar not displayed in Nextcloud 18 #45
  • Exception when trying to show metadata of a certain MP3 file #44

0.10.0 – 2019-10-05

Added

  • Compatibility with Nextcloud 17.

Fixed

  • Handling of Unicode comments and missing IPTC metadata fixed #36

0.9.0 – 2019-01-27

Added

  • Support for PHP 7.3 (though some functionality may be affected by the bugs in PHP, see the discussion for details) #29
  • Sidebar tab icon #28
  • Support for IPTC metadata #31
  • Support for XMP sidecar files #21

0.8.0 – 2018-11-18

Added

  • Support for PHP 7.2 (though some functionality may be affected by the bugs in PHP, see the discussion for details) #19
  • Support for RAW image files #22
  • Support for WEBM video files #25

Changed

  • Display of image metadata improved

0.7.0 – 2018-08-12

Added

  • Support for additional video metadata #12
  • Support for keywords #13

Changed

  • Display of image metadata improved
  • Error handling improved

Fixed

  • XMP parsing fixed #11
  • GPS info parsing fixed #15

0.6.0 – 2017-10-22

Added

  • Support for EXIF UserComment and DigiKam TagsList #7

Changed

  • Display of some attributes improved

Fixed

  • Fail to initialize the main page when using this app #8

0.5.0 – 2017-08-21

Added

  • Support for XMP metadata in JPEG and TIFF files

Changed

  • Display of some attributes improved

0.4.0 – 2017-08-15

Added

  • MP3 (ID3v2), OGG, FLAC and WAVE audio support
  • MPEG, MKV and FLV video support

0.3.0 – 2017-08-06

Added

  • MP3 support

Changed

  • Display of some EXIF attributes improved

0.2.0 – 2017-08-05

Added

  • Integration with OpenStreetMap

Fixed

  • Metadata not shown for non-admin users #1