Skip to content

v2.2.2 Windows x64 2025-11-28

Choose a tag to compare

@Wassimulator Wassimulator released this 28 Nov 18:56
· 20 commits to master-2.0 since this release

This release adds a few requested features, and improves loading performance on images and stability.

New Features

  • File Deletion Support - You can now delete files directly from within CactusViewer
  • Escape Key Setting - Exit-by-pressing-Escape is now optional and can be toggled in settings
  • Immediate Image Display - Images now display immediately with deferred folder scanning for faster perceived load times
  • Improved status bar readability - Status bar text/layout is now easier to read

Bug Fixes

  • Fixed crash when rotating non-square GIFs
  • Fixed shuffle file folder bug - Shuffle mode now works correctly across folder contents
  • Fixed "Fit In" and "Fit Window" start options - These startup display modes now work as expected
  • Fixed possible heisenbug - Addressed a race condition or timing-related issue

PRs included, many thanks to contributors!

  • Fix crash when trying to create thumbnail for a corrupted file by @alektron in #48
  • Press Escape to quit by @OttoHatt in #51
  • Call SetCapture to receive mouse release events outside of window by @HBurd in #58
  • Fix crash when rotating non-square gifs by @thomashope in #57