Wiki
Clone wikiJ-Exiftool / Changelog
Changelog
v0.0.1
- Initial release (very, very beta !)
v0.0.2
- Change in Exception handling
- Added functionality to read out all Tags at once (including those not known to J-ExifTool)
v0.0.3
- quick fix for ConcurrentModificationException
- added support for GPS tags
- added functionality to quickly write all GPS tags at once (with validation)
v0.0.4
- Support for custom tags
- Translated error messages
- Internal changes
v0.0.5
- Using Apache Commons Exec for execution of ExifTool
- Less logging
- Fix problems with GPS Tag
v0.0.6
- New functionality: copy tags from one file to another
- New functionality: perform timeshift
- Minor improvements and bug fixes (issue
#6and#7in particular)
v0.0.7
- Resolved issue
#13: Unable to read unicode. return funny characters - Resolved issue
#14: Unintended use of week year date format?
v0.0.8
#8: Delete all exif tags#12: extract thumnail image#15: it’s now possible to read exiftool path from environment variable- Improved reading out the command line buffer (no more lost/split/incorrect values, tests are more stable now)
v0.0.9
#17: Maven support ! It’s not in a public repository (yet), but it’s one step closer to using J-ExifTool in a maven project- Buffers are more reliable
- Some tests are re-written
Updated