What's Changed
- Fixed photos coming out of the app on their side. The orientation flag lives in the Exif block, which was being stripped, so a portrait photo taken on a phone was shown rotated afterwards even though not a single pixel had changed
- The capture date, the camera and the location are kept as well, where they used to be thrown away with that same block. Keeping all of it costs a few hundred bytes
- PNG images keep their colour profile now, as JPEG images already did, so a wide-gamut PNG no longer renders as sRGB after optimizing
- Quitting in the middle of a batch can no longer leave a file half written. The app now waits for the file it is writing before it closes
Full Changelog: 0.5.0...0.5.1