Releases: tidaltheory/lens
Releases · tidaltheory/lens
v1.2.1
Patch Changes
- Fix ModifyDate if filenames include characters after the timestamp #176
v1.2.0
Minor Changes
- Add glob & ModifyDate metadata to
jpg
command #161
v1.1.2
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.0.0
💣 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
🐛 Fixed
- Include types in npm bundle
b0eb237
v0.5.1
🐛 Fixed
- Make types export more reliable
02f93e4
v0.4.0
🎁 Added
- Allow glob paths for input source #92
- Extract dominant colour from image #95
- Generate AVIF and WebP formats of original image #96