Skip to content

Release 0.8.23

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 14:12

refs/tags/0.8.23 (2024-07-29)

🪲 Bug Fixes

  • Display image path for loading errors (fixes #387) (9bc7209)
  • Prevent panic for scrubber index being out of range and allow opening images without path prefic correctly (7a9a99c)
  • update index when image in same folder is loaded (fixes #377) (f229740)
  • Switching theme removes accent color (fixes #375) (e35dea4)
  • Preserve scubber index (d9146d0)
  • Prevent image removal going out of bounds (fixes #379) (9b69076)
  • Clearing and deleting an image removes it from the virtual scrubber and advances to the next according to the scrubber direction (a0b7dc5)
  • Fix issue where SVG files were detected as XML (fixes #371) (d2ce9f1)
  • Compare menu works without image loaded (46a8218)
  • ClearImage can be assigned to a shortcut (b9b00ac)
  • extend BSD variants (f716dfc)

✨ Features

  • Allow configuring mipmaps and linear mag/min filters (58da0b2)
  • Allow passing multiple images on the command line (0a2e918)
  • Enhance scrubber experience to provide a virtual file list. (e3c45a8)
  • Detect file types by content instead of extension. Warn if mismatch happens. (5913826)
  • More love for compare mode ui, option to remove current image (68a5a48)
  • Allow configuring the minimum window size (1787a14)

🍏 Chore