Skip to content

v2.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 13:54
· 5 commits to main since this release

Changelog

2.0.3

  • Improved browse mode with pagination support
  • Rudimentary support for search (on filename)
  • New configuration options
    • Options for using asset_id as externalRefId (experimental)
      • assetIdModeEnabled (String: true/false, default false)
      • importPublicIdAs (String: name of property, default null)
    • Option to configure search query expression
      • searchQuery(String: query expression, default filename=%1$s)
    • Options to control video import behaviour
      • importVideoBlob (String: true/false, default true)
      • importVideoURL (String: true/false, default false)
    • Options to control image import behaviour
      • importImageMaxWidth (Integer, default null)
      • importImageQuality (Integer, 1-100, default null)
  • Experimental support for using asset_id as externalRefId, see above
  • Other enhancements and bugfixes
    • Thumbnail preview for Videos
    • Display asset size in preview
    • Correct Breadcrumb in Studio Library
  • Updated to use Cloudinary API version 1.37.0