Releases: woelper/oculante
Releases · woelper/oculante
Release 0.8.16
refs/tags/0.8.16 (2024-03-13)
🪲 Bug Fixes
- Fix Uri causing files not loading (ad88655)
Release 0.8.15
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
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
Bugfix release: Disable heif image support on Mac and Linux by default. If you need it, please compile oculante with --features heif
.
Release 0.8.11
refs/tags/0.8.11 (2024-02-25)
🪲 Bug Fixes
- Prevent app from hanging if not image in stdin (695b2fa)
Release 0.8.10
refs/tags/0.8.10 (2024-02-24)
🪲 Bug Fixes
- prevent zoom from being stuck at extreme levels (32c6b02)
- Blurry text/UI is now rendered crisp (cbb1e16)
✨ Features
- Allow piping image data to oculante on the command line (e8f92df)
🍏 Chore
Release 0.8.9
✨ Features
- Only redraw when needed on windows (less cpu/gpu usage) (bffccf7)
- App Id is now available for wayland (db7afa3)
Release 0.8.8
🪲 Bug Fixes
- Prevent "Do not reset image view" being reset (4e06ca7)
✨ Features
- Allow opening of webp animations (8cfb3a4)
- Use custom filebrowser instead of rfd (de581a9)
- Enable borderless mode and allow to toggle via settings menu (01d4825)
- add 3x3 Filter operator (8ce56fa)
- scale to available ui area (89969e1)
🍏 Chore