Release 28.3.0
-
🌱 ExifTool upgraded to v12.96
-
✨ Add support for timezone offset extraction from
TimeStamp
. Note that this is disabled by default to retain prior behavior (and due to me being chicken that this might break other random cameras). Addresses #209 -
🐞 [@noahmorrison] found and fixed an issue with
inferLikelyOffsetMinutes
. Thanks for the assist! See #208 for details. -
📦/💔 Possible breaking change: several archane timezone offsets were removed from the
ValidTimezoneOffsets
array, to better address #208.
Commits
- remove yarn reference (6338cd4)
- update ExifTool (c1e5700)
- rebuild docs (a3ee1d1)
- don't override *Source tags (39f70db)
- rebuild tags (d70f7b8)
- pull in new exiftool (256ab46)
- update changelog (e17597a)
- rebuild docs (3b63c89)
- Feat: inferTimezoneFromTimeStamp. Fixes #209 (6b6e83b)
- Refactor blank function to accept any type for input (5b98623)
- ExifDateTime improvements: (03b41e1)
- Refactor Tag class to obscure string values for tags ending with "Source" (2a0b216)
- Add more tests for #203 (a012098)
- verify #203 (d5d27ae)
- Update for #208: use improved ValidTimezoneOffsets. Use new leastBy (6c9c4a8)
- prettier (b2b75d5)
- Refactor Array module to add leastBy function (d575d92)
- Fix compile:watch script in package.json (9ba1635)
- Refactor chai imports and use chai-as-promised (f4448b7)
- Merge branch 'main' of github.com:photostructure/exiftool-vendored.js (638ab8d)
- Make inferLikelyOffsetMinutes pick the closest real timezone (36c1090)
- Clean up valid timezone offsets (7d7d812)
- Update devDependencies in package.json (97b9a17)
- Merge branch 'main' of github.com:photostructure/exiftool-vendored.js (c678ec2)
- update .gitignore (59c7f5a)
- feat(WriteTask): Add struct+array test (5ee6469)
- feat(package): implement prepare script (7bcc337)
- feat(struct): Add support to Array in Struct properties (40874d9)
What's Changed
- Feat/structs array by @bugfest in #212
- Make inferLikelyOffsetMinutes pick the closest real timezone by @noahmorrison in #208
New Contributors
- @bugfest made their first contribution in #212
- @noahmorrison made their first contribution in #208
Full Changelog: v28.2.1...v28.3.0