Skip to content

Releases: woelper/oculante

Release 0.8.23

29 Jul 14:12
Compare
Choose a tag to compare

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

Release 0.8.22

19 May 13:28
Compare
Choose a tag to compare

refs/tags/0.8.22 (2024-05-19)

🪲 Bug Fixes

  • Ensure spirv is not used when only using shaderc (03f9167)
  • Allow loading huge webp images and handle still frames differently (e4ebc2d)
  • Set window min size to 100x100 to prevent super tiny window (fixes #325) (d63d971)

✨ Features

  • add icns image support (internal png data only, load largest contained image) (0703d22)

🍏 Chore

  • update avif-decode, evalexpr, exr, rfd, self_update, jxl-oxide, imageproc (a6c9843)
  • Clean up warnings (ab2b03f)

Release 0.8.21

10 May 10:10
Compare
Choose a tag to compare

refs/tags/0.8.21 (2024-05-10)

🍏 Chore

  • Disable AUR publishing: This package has been moved to the official [extra] repository. (5524552)

Release 0.8.20

10 May 09:17
Compare
Choose a tag to compare

refs/tags/0.8.20 (2024-05-10)

✨ Features

  • Support EXR with single layers (non-rgba) (d22e78c)

🍏 Chore

  • update deps and use new HDR support from image (bd7cbf8)

Release 0.8.19

29 Apr 22:26
Compare
Choose a tag to compare

refs/tags/0.8.19 (2024-04-29)

🪲 Bug Fixes

✨ Features

  • Map float TIFF images to min-max range (52f87f8)

🍏 Chore

Release 0.8.18

06 Apr 21:47
Compare
Choose a tag to compare

refs/tags/0.8.18 (2024-04-06)

✨ Features

🍏 Chore

Release 0.8.17

29 Mar 08:54
Compare
Choose a tag to compare

refs/tags/0.8.17 (2024-03-29)

🪲 Bug Fixes

  • Do not display console window on Windows (fixes #300) (f83eb46)

Release 0.8.16

13 Mar 09:03
Compare
Choose a tag to compare

refs/tags/0.8.16 (2024-03-13)

🪲 Bug Fixes

  • Fix Uri causing files not loading (ad88655)

Release 0.8.15

10 Mar 22:34
Compare
Choose a tag to compare

refs/tags/0.8.15 (2024-03-10)

🪲 Bug Fixes

  • Fix issue where "Open with..." does not work any more (b567797)

Release 0.8.14

08 Mar 10:16
Compare
Choose a tag to compare

refs/tags/0.8.14 (2024-03-08)

🪲 Bug Fixes

  • Enable hotkey copy and paste (a538c1d)
  • Enable clipboard support on wayland (f86af42)
  • Prevent image from flickering at the first frame (df4439a)
  • Make sure window size is not larger than window (36c03c8)

✨ Features

  • use .config location on unix for storing settings (024dc70)
  • Add perspective cropping with UI. You can now de-warp scans or similar into a nice rectangular picture. (ba7c757)