Skip to content

v0.2.0

Compare
Choose a tag to compare
@leon-richardt leon-richardt released this 23 Aug 09:54
· 8 commits to master since this release
b3f6b5a

Changes in this release:

  • jaf now uses generics in a few places where it makes sense.
    This requires the use of Go >=1.18.
    Decided to bump the minimum version to 1.19 since it is the most
    recent.

  • The configuration now uses sensible default values for unset config
    keys.
    (See PR #11.)

  • Add an option to scrub EXIF tags from uploaded PNG and JPEG images.
    (See PR #7.)