This is a re-release of v1.1.41, where animated WebP and aPNG are still the marquee features. A bug was introduced in one of the minor changes which broke RAW files.
I've included v1.1.41's release notes below
1.1.41.1
Bugs fixed:
- Fixed regression introduced in 1.1.41 which caused CR2 and DNG files failing to open due to magic bytes detecting them as TIFF files.
Other changes:
- Updated French localization string for "Open containing folder in Explorer"
1.1.41
(Minor version bumped to reflect the new file format support, but revision will continue to increment upwards.)
Happy New Year!!! I wanted to make a special thanks to qbnu for adding both animated WebP/aPNG support to JPEGView!
Bugs fixed:
- Stop animation/slideshow state when opening file.
Prevents still images in a folder unintentionally played like an animation.
Bug documented in PR #95, thanks qbnu
New features:
- Animated WebP support
Different durations for each frame supported
Caches decoder for speed improvement on loading large files
PR #90, thanks qbnu - Animated PNG support
Animation of 0ms delay defaults to 100ms, like major web browsers
PR #96, thanks qbnu
Changed behavior:
- Check magic bytes to open file for PNG, GIF, and TIFF before falling back to extension.
PR #93, thanks qbnu
Other changes:
- Updated to Turbo JPEG version 2.1.4 (8/12/2022)
- Updated to Google's WebP library version 1.3.0-rc1 HEAD at commit b557776 (12/20/2022)