Skip to content

Releases: domsec/jpeg-autorotate

v1.1.0

24 Dec 22:38
31e4158
Compare
Choose a tag to compare

Notable Changes

Features

  • Added the EXIF Orientation metadata tag value to the thrown unknown EXIF Orientation metadata exception message (#20):

Improvements

  • Temporary file I/O operations - create, read and delete - are no longer required to obtaining a JPEG image BufferedImage from a byte array (#15)
  • Updated all dependencies (#25)
  • Various method and linting related refactoring (#18, #26)

Bug Fixes

  • Java streams not properly closed (#13)
  • A non JPEG file extension manually changed to .jpg is not rejected (#17)

Documentation

  • Copyright updated to 2021 in all Java classes (#22)
  • Updated README Usage section (#23)

Contributions

A big Thank You to the following people who contributed to this release

v1.0.1

31 Dec 20:35
Compare
Choose a tag to compare
  • Removed accidentally deployed nondestructive and useless files in v1.0.0 to Maven Central repository.

v1.0.0

31 Dec 20:33
Compare
Choose a tag to compare
  • Implementation of all base features and functionality