Skip to content

Releases: Ashampoo/kim

v0.7.5 - Dependency updates

10 Dec 16:50
cf686df
Compare
Choose a tag to compare

Some dependency updates and reduced Ktor dependency.

v0.7.4 - Bugfixes

05 Dec 15:49
e73b7a4
Compare
Choose a tag to compare

Fixed problems with some problematic files.

Changes:

  • Corrupted thumbnails (IFD1) will be skipped
  • On files containing multiple APP1 EXIF segments, the first will be used
  • Files will nullified GPS data will cause no issues anymore
  • List support for ASCII fields dropped for simplicity

v0.7.3 - Some autocorrections

02 Dec 18:30
5986255
Compare
Choose a tag to compare
  • String fields Copyright, Artist & UserComment will be trimmed automatically, because they usually have a lot of wasteful whitespace
  • The orientation flag is inserted per default, so that more and more JPGs will have one

v0.7.2 - Bugfix for GPSVersionID

02 Dec 16:28
32f8def
Compare
Choose a tag to compare

GPSVersionID was dropped during reading.
Also some dependency updates.

v0.7.1 - Normal EXIF directory order

29 Nov 12:39
c6d197b
Compare
Choose a tag to compare

TiffWriterLossless modified to keep normal order with IFD0 coming first.

v0.7 - API to update EXIF thumbnails in JPG & PNG

28 Nov 17:14
f57e0b8
Compare
Choose a tag to compare
New API to update embedded thumbnails + refactorings (#35)

v0.6.2 - Kotlin 1.9.21

24 Nov 16:25
c644fd3
Compare
Choose a tag to compare

Update to Kotlin 1.9.21, JDK 18, macos-13 runner & XCode 15.0.1

v0.6.1 - TiffOrientation fixed

14 Nov 15:28
9c44014
Compare
Choose a tag to compare

TiffOrientation had errors in the transformation functions.
Also Kim.update() API only takes one update now - this should make the development easier and is the common use case for Photos.

v0.6 - kotlinx-io Support

09 Nov 14:21
2c2c417
Compare
Choose a tag to compare
  • Support for kotlinx-io
  • Improved Ktor support
  • New PngMetadataCopyUtil

v0.5.5 - Kotlin 1.9.20

03 Nov 12:08
bc8474a
Compare
Choose a tag to compare

Kotlin 1.9.20 Update