Skip to content

Latest commit

 

History

History
92 lines (56 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

92 lines (56 loc) · 2.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.2] - 25-08-2022

Changed

  • Made optimize and convert jobs into a single job to decease costs and increase performance when using cloud storage

[1.1.1] - 25-08-2022

Added

  • Added DatePathMaker as an optional configuration option

[1.1.0] - 25-08-2022

Added

  • Added file deduplication via original file hash
  • Added file name to MediaItem component

Changed

  • Fixed cloud storage support for file processing
  • Fixed cloud storage directory count calculation
  • Filesystem refactoring and misc improvements
  • Fixed missing formatForNova data
  • Fixed data fields UI in media view modal

[1.0.7] - 23-08-2022

Changed

  • Allow FileHelpers::getFileHash() to read file from specified disk

[1.0.6] - 23-08-2022

Changed

  • Fixed Media model incorrect references (thanks to @vodnicearv)
  • Mark selected media items with a checkmark instead of hiding them
  • Fixed overriding of toArray breaking Nova UI when overriding configurable media model
  • Fixed inertia navigation crashing after using a context menu
  • Updated packages

[1.0.5] - 17-08-2022

Changed

  • Fixed constructor not accepting a single argument

[1.0.4] - 01-08-2022

Added

  • Added storeMediaFromBase64() function to MediaHub
  • Added withModelData() function to FileHandler

[1.0.3] - 01-08-2022

Changed

  • Fixed nova-translatable having a fixed version

[1.0.2] - 19-07-2022

Changed

  • Fixed MediaItem long file name overflow
  • Fixed context menu not working as expected when having multiple MediaHub fields on the same resource
  • Fixed context menu positioning on scrollable pages

[1.0.1] - 19-07-2022

Changed

  • Fixed path generation (thanks to @godkinmo)
  • Fixed hasValue and fill() functions not working with empty values (thanks to @godkinmo)
  • Fixed non-casted array attributes not showing selected media after saving
  • Selected media count is now shown in the choose media modal
  • Fixed conversions and empty directories not being deleted after deleting media
  • Fixed file name overflow in the view media modal
  • Updated packages

[1.0.0] - 04-07-2022

Initial release.