Skip to content

Releases: woelper/oculante

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)

Release 0.8.13

27 Feb 08:47
Compare
Choose a tag to compare

Bugfix release: Disable heif image support on Mac and Linux by default. If you need it, please compile oculante with --features heif.