• v4.2.0 2ebc42f2cd

    Fix EXIF viewer breaking on binary MakerNote fields
    Some checks failed
    Release / test (push) Failing after 43s
    Release / publish (push) Has been skipped
    Release / github-release (push) Has been skipped

    Ghost released this 2026-01-11 18:40:12 +00:00 | 29 commits to main since this release

    Pentax and other cameras have binary EXIF fields (MakerNote, etc.) that
    contain raw bytes. The previous code used errors="replace" which still
    produced strings with replacement characters that broke JSON parsing.

    Now properly detect non-printable binary data and display as
    "" instead.

    Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

    Downloads