Releases: jdpurcell/qView
Releases Β· jdpurcell/qView
2025-01-31.b4a5f18
- Make image fitting / window resizing more precise to avoid leaving 1 pixel borders when DPI scaling is in use.
- Fix window "on top" state getting reset when showing/hiding titlebar.
- macOS: Fix "on top" windows missing from Mission Control / ExposΓ©.
- When resizing window at fixed zoom level, pan image to maintain focal point.
- Make zoom level in titlebar update more frequently (mostly apparent for touchpad users).
- Update image format plugins.
- Update Qt to 6.8.2.
2024-12-08.bea137a
- Update Qt to 6.8.1. NOTE: No longer compatible with macOS 11.
- CMYK images now display with correct colors thanks to recent enhancements in Qt.
- Qt's windows11 theme now works for Windows 10 too! "Non-native theme" option is entirely removed.
- Windows: Fix ICC profile detection not working per-monitor (it always used the default monitor's profile).
- macOS: Fix session restore sometimes using the wrong monitor's ICC profile.
- Show/hide titlebar feature can now be invoked via menu item or keyboard shortcut.
- Ability to keep window on top (menu item + keyboard shortcut).
- Option to have "Original Size" function as a toggle (like in official qView).
- With "Window matches image size" set to "When opening images", window will now auto-size after rotating image.
- Fix SVGs not filling window due to high-DPI scaling.
- Update image plugin libraries.
2024-10-06.0e667da
- Fix images being positioned strangely after rotate/flip/mirror operations.
- Fix "window matches image size" behavior in certain cases (e.g. w/ zoom default: original size or navigation resets zoom disabled).
- Add "Center Image" as an option when customizing mouse click actions.
- Windows 11: Use Qt's new windows11 theme which supports dark mode. "Non-native theme" option has therefore been removed for Windows 11.
- Update image plugin libraries.
- Update Qt to 6.7.3.
2024-07-07.2f15268
- Add "Reset Transformation" feature to undo rotate/mirror/flip.
- Fix combinations of mirroring, flipping, and rotation not working as expected.
- Fix inability to load certain JPG files (the RAW decoder tried to load them and displayed noise).
- Windows: Add ARM64 build.
- Update Qt to 6.7.2.
2024-05-27.007c984
- Simplify UI for smooth scaling settings.
- Option to disable smooth scaling above a specified zoom level.
- macOS: Option to reuse existing window when launching with image.
- Windows: Fix inability to launch with image containing double prime character in filename.
- Fix incompatibility with certain monitors' ICC profiles.
- Add "Skip Version" button in update notification dialog.
2024-05-08.92bbd87
- Update image format plugins/libraries. Adds .qoi file type support and miscellaneous fixes. Thanks @Nerixyz for help with the APNG plugin update.
- Option to skip hidden files.
- Option to keep window on top during slideshow.
- macOS build is now notarized by Apple.
2024-04-21.f7acc42
- Change "image resizes past actual size" option into configurable zoom limit percent.
- Option to auto-hide mouse cursor in fullscreen mode.
- Option to default to "original size" when opening images.
2024-02-28.9785567
- Improve performance during rapid image navigation when holding down the previous/next file shortcut keys, and configurable speed no longer linked to key repeat rate.
- Fix image position constraints not being enforced when the PageUp/PageDown keys were pressed.
2024-01-27.f6cdbe1
- Show image loading errors inside viewport instead of as modal dialog.
- Fix shortcut editor not reflecting unsaved value.
- Ignore macOS ._ metadata files (from upstream).
2023-11-24.1540ff0
- Option to ignore certain file extensions when navigating through a folder.
- Tweaked settings UI padding.