Skip to content

Releases: tidaltheory/lens

v1.2.1

06 Oct 16:38
af5d2a2
Compare
Choose a tag to compare

Patch Changes

  • Fix ModifyDate if filenames include characters after the timestamp #176

v1.2.0

27 Apr 21:22
7cd10e5
Compare
Choose a tag to compare

Minor Changes

  • Add glob & ModifyDate metadata to jpg command #161

v1.1.2

12 Dec 17:08
87d3126
Compare
Choose a tag to compare

Patch Changes

  • Fix issue where an empty meta key would still be added if includeMetadata flag was false cb1f5cd
  • Check for IPTC buffer before trying to parse 6e40e54
  • Update sharp to v0.31.2 #144
  • Update lowdb to v5.0.5 #134

v1.1.1

23 Oct 19:04
e33f564
Compare
Choose a tag to compare

🐛 Fixed

  • Fix recording of metadata ba237fb

v1.1.0

23 Oct 16:24
7f649f9
Compare
Choose a tag to compare

🎁 Added

  • Add option to store IPTC metadata #136

    Only stores object_name (as title) and caption currently.

v1.0.0

12 Aug 21:54
83c46ac
Compare
Choose a tag to compare

💣 Breaking

  • Change dominant colour strategy #119

    Switched to using node-vibrant for finding dominant colours, rather than sharp’s built-in helper.

    The colors key of each image object is now an object with the following keys:

    • palette is an array of six hex colours (node-vibrant’s default output)
    • dominant is the colour from that array with the highest population

♻️ Changed

  • Update sharp to v0.30.7 #99

v0.5.2

09 Aug 18:06
bf01361
Compare
Choose a tag to compare

🐛 Fixed

  • Include types in npm bundle b0eb237

v0.5.1

09 Aug 02:33
a86230b
Compare
Choose a tag to compare

🐛 Fixed

  • Make types export more reliable 02f93e4

v0.5.0

08 Aug 19:57
3a45ceb
Compare
Choose a tag to compare

🎁 Added

  • Export image object types #112

    Should make it easier to work with the metadata objects in a typed environment.

v0.4.0

05 Mar 21:51
98e962e
Compare
Choose a tag to compare

🎁 Added

  • Allow glob paths for input source #92
  • Extract dominant colour from image #95
  • Generate AVIF and WebP formats of original image #96