Releases: Ashampoo/xmpcore
XMP Core v0.3
Added support for WASM.
XMP Core v0.2.4
Handle problematic files better.
Solves #6
v0.2.3 - Dependency updates
Dependency & configuration updates
Also removed Ktor dependency as it is not actually used anymore.
v0.2.2 - Dependency updates
Small dependency updates + additional test (#14) * Update to current Gradle & AGP * Added a unit test that actually triggers XMPNormalizer.tweakOldXMP() * Increase patch version
v0.2.1 - Kotlin 1.9.21
Updated to Kotlin 1.9.21 as recommended
v0.2 - Convenience functions
This release adds some convenience functions to XMPMeta
for commonly used properties.
For example you can now use XMPMeta.getOrientation()
as a shortcut to XMPMeta.getPropertyInteger(XMPConst.NS_TIFF, "Orientation")
.
Also XMPMeta.getKeywords()
and XMPMeta.setKeywords(keywords: Set<String>)
might save you some time.
v0.1.7 - Kotlin 1.9.20
Update to Kotlin 1.9.20
v0.1.6 - Kotlin 1.9.10
Update to Kotlin 1.9.10 and other minor dependency updates.
v0.1.5 - Kotlin 1.9
Update to Kotlin 1.9 and other minor dependency updates.
v0.1.4 - Handle missing prefix on "rdf:about"
Handle missing prefix on rdf:about
Some XMP files seem to lack the rdf:
prefix which results in an parsing error.
This version solves this problem.