- update deps (872704cb)
- update dependencies (7e9f87c7)
- update deps (2236c283)
- EXIF data is horizontally scrollable (fixes #184) (85cd7618)
- svg update with faster performance and text rendering support (0278fe97)
- Native rust JXL support (16f73800)
- Prevent info panel flickering while auto-hiding scrollbar (696d8818)
- Simplified file saving - now with file picker (aa410cc6)
- Add optional checker background (f09d012e)
- update dependencies (498c862b)
- Update libwebp-sys and dirs (8fd3f97b)
- Zip only executable for arm (57dfc4d4)
- Support directory-specific edits (.oculante file). If such an edit file is present, the edit operations will be applied to any image.
- Minor UI tweaks
- The release process now builds
armv7-unknown-linux-gnueabihf
(Raspberry pi and others) and includes it in the release. This is Oculante with minimal features for now, with some external libraries disabled (have a look at Cargo.toml for details what is left out)
- Prevent freezing when window resizes (91424bac)
- update jpegxl (8779d04b)
- Allow window title to be configured (000a34db)
- Keep track of recently opened images (77857a8f)
- update dependencies (2dad8909)
- Update dependencies (8c78fa9f)
- Add multiply / divide by aplha operator (8b3eda86)
- Add window and taskbar icon (32900ab5)
- update dependencies (92f3eb87)
- Update resvg and usvg (c2f96b47)
- update notan and rfd (6e0c00c2)
- AVIF support
There are two features to choose from: avif_native
(default, less images supported) and dav1d
(optional, harder to build, better support)
david
requires meson, ninja and nasm at least.
- RAW file support (02fa90e2)
- slider is 1-based (fixes #116) (63226d5e)
- update deps (2bc54c8f)
- Reverse PanUp/Down (fixes #110) (89e43ef8)
- Shortcuts are sorted and grouped (8e6d2430)
- add home/end to move to first/last image (39412c7f)
- Add slider to step through images (5934b052)
- Make it possible to pass a folder-path as a command-line arg, instead of requiring a file within that (61547f46)
- Use Natural Sorting for filenames (d7783bd8)
- Prevent old settings file from becoming invalid (fixes #103) (10573c1b)
- Ctrl-O and/or F1 bring up a file browser dialog to select an image to load (8778b92c)
- Go to Next/Prev now cycles through the images in the folder, instead of stopping at either end (6d2cd8cc)
- Ctrl-Scrollwheel can be used to go to the next/prev images too (77154a1f)
- update clap (c08f5f1a)
- update rfd and self_update (8ba00d8e)
- Update Changelog with the missing revision ID's (01f7bad3)
- Split out the list of supported image formats to a constant (SUPPORTED_EXTENSIONS) (60762f49)
- Update Changelog with recent changes (c4ab7fe7)
- Enable persistent offset/zoom in settings (20e33e14)
- remove edit/info checkboxes (11613c21)
- Correct offset when entering/exiting full-screen mode (2ffe2d03)
- Enhance crop precision (3b02a304)
- Mipmap generation (smoother images when zoomed out) and correct gamme when zooming (SRgba8 format) (b83b1c65)
- Correct gamma scaling and SIMD speedup (21d7159b)
- update dependencies (1c73246b)
- Support lossless ops on jpeg and jpg (757b29fc)
- Allow building without default features (10a0f6a4)
- Lossless JPEG editing (2b4e4d40)
- Histogram was not computed on image change (2096104a)
- Save/load edit information in metafile. This allows non-destructive eding while leaving your original pictures intact. (c47bddb6)
- Update SVG rendering (9fdc2e56)
- Slightly relax & update dependencies (bb9c03a8)
- Support bad Gif data gracefully (fixes #60) (c0acfa69)
- Build script generates app icon on windows (548b9749)
- Prevent thread crashing when opening corrupt images (3360dc7f)
- Remove UI flicker if alpha tools are expanded/closed (1254dffc)
- Network listen mode now refreshes UI and has a dedicated unit test (00c7a91b)
- Enable EXIF support (37aeda9d)
- Keep image centered on window resize (a8ca6f1e)
- Fix unreliable gif loading (928610b6)
- update arboard and notan (4cb66206)
- Change windows release to use windows server 2019 (bb740e12)
- Re-enable blur (fixes #52) (e33d27db)
- Tooltip colors automatically contrast theme color (51eee15e)
- Add always on top mode (a8fdc891)
- Filter with custom expressrion per pixel (afa438fe)
- update dependencies (72ac0dce)
- Enable correct accent color selection by changing layout (fixes #48) (a63cc859)
- Better operator layout, fixes quirky color picking in operator menu (627ace1c)
- Remove offset when initially clicking into OSX window (81544cc4)
- Persistent settings support. Vsync and color theme are now customizable. (21ed3954)
- Update psd, ext, dds-rs (ad2f531b)
- Disable image center on window resize, as this caused jumping (ee557d47)
- Add Posterize image effect (3e019728)
- Equalize image operator added (748bf15e)
- Allow editing the export image extension to save as a different image format (23519eee)
- Channel Copy filter replaces Swapping - this brings more flexibility. Fill operator is now supporting the alpha channel to blend the color. (670ecaac)
- Improved UI slider widgets (9a3d2b20)