Releases: woelper/oculante
Releases Β· woelper/oculante
Release 0.9.2
refs/tags/0.9.2 (2025-01-12)
πͺ² Bug Fixes
- Prevent application from saving current channel to settings file. The current image channel now is reset between restarts as this was confusing to users. (98ebe9e)
- prevent dng from being loaded as tiff (96417bb)
- Send frame wen editing alpha tools to prevent crash (f4eb469)
- Fallback to native image library if TurboJPEG fails on certain images, such as taken by Samsung phones (3a8b34c)
- Add all supported heif extensions. Fixes #457 (2e316a9)
β¨ Features
- Simplified Chinese support (dfb6b67)
- Arabic language support (0851570)
- Support Japanese, Arabic, Chinese (a5b0dc7)
- Enable bypassing image filters (60beaf6)
- generate palette from image (932e9ae)
- Copy palette color to clipboard, highlight palette color if contained (Closes #572, #571) (4279a7d)
- Basic swatch / palette UI (f105239)
- enable thumbnails in image browser (d39b79d)
- search files in current directory in file browser (1a1775c)
- Expose image save options (372aeef)
- Allow storing bookmarls in the file dialog (bf5b7e1)
- Criterion benchmarks (c821883)
- Read Krita files (711b666)
- Rotate images according to their EXIF rotation data (dbeb9a9)
- Heif format is bundled in release for Apple Silicon macs (extra heif build available for intel macs) (dbd7146)
- Heif support in OSX release builds (0e1a3d7)
π Chore
- Filters are in scrollable list (01264bb)
Release 0.9.1
refs/tags/0.9.1 (2024-09-23)
πͺ² Bug Fixes
- Prevent scrollbars from occluding info panel (19d3be8)
- Remove duplicated shortcuts entry in Readme and fix build script to auto-generate keymaps (99e9d9e)
- Noise filter ui would extend panel too much (063df9d)
β¨ Features
- Generate flathub meta for a release (77e4359)
π Chore
Release 0.9.0
refs/tags/0.9.0 (2024-09-21)
πͺ² Bug Fixes
- Flip operation would always flip horizontal (7019c75)
- Mac build broke because of icon. Switched image format. (7954c29)
- When pressing right mouse, panning operation got stuck. Panning is now only possible using left or middle mouse. (dff337f)
β¨ Features
- Show confirmation dialog when deleting a file (4ca02a5)
- Stack Blur provides much faster blur performance for the blur filter (65a345f)
- Visually indicate difference between operator types with a separator (fb26bc0)
- Persistent and volatile settings are now split for easier versioning of configuration files (936c996)
- enable version control friendly settings (297abe1)
- Use built in file browser (35f9b9e)
π Chore
- Update deps (ac7e9dc)
- deps: bump quinn-proto from 0.11.3 to 0.11.8 (c64b79a)
- update turbojpeg and remove image dependency (bb021b4)
- Update
gif
/gif-dispose
(8894ef7) - Update
fast_image_resize
,libavif-image
,self_update
,libheif-rs
(00da1e5) - update
trash
(22bd5e4) - Update webbrowser, wgpu, ruzstd (2f27aef)
- Update jpg2000 and add test image (541e6c9)
- update image and nalgebra (5c50f05)
- cargo update (0273560)
Release 0.8.23
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
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
Release 0.8.21
refs/tags/0.8.21 (2024-05-10)
π Chore
- Disable AUR publishing: This package has been moved to the official [extra] repository. (5524552)