Skip to content

Releases: Ashampoo/xmpcore

XMP Core v0.3

14 Dec 16:18
Compare
Choose a tag to compare

Added support for WASM.

XMP Core v0.2.4

12 Dec 23:16
f027478
Compare
Choose a tag to compare

Handle problematic files better.

Solves #6

v0.2.3 - Dependency updates

10 Dec 10:30
2815304
Compare
Choose a tag to compare

Dependency & configuration updates

Also removed Ktor dependency as it is not actually used anymore.

v0.2.2 - Dependency updates

02 Dec 13:20
d3bc7e6
Compare
Choose a tag to compare
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

24 Nov 13:34
2a4856d
Compare
Choose a tag to compare

Updated to Kotlin 1.9.21 as recommended

v0.2 - Convenience functions

08 Nov 16:02
5258c71
Compare
Choose a tag to compare

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

03 Nov 09:05
0ff63fb
Compare
Choose a tag to compare

Update to Kotlin 1.9.20

v0.1.6 - Kotlin 1.9.10

14 Sep 08:56
cc313c0
Compare
Choose a tag to compare

Update to Kotlin 1.9.10 and other minor dependency updates.

v0.1.5 - Kotlin 1.9

02 Aug 17:24
5d84d88
Compare
Choose a tag to compare

Update to Kotlin 1.9 and other minor dependency updates.

v0.1.4 - Handle missing prefix on "rdf:about"

24 Jul 12:25
cca179c
Compare
Choose a tag to compare

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.