-
47.beta.1a9a5b9c8 · ·
Loupe 47.beta.1 - Don't force Flatpak sandbox SVGs. This fixes SVGs not loading outside of Flatpak. - Make the window wider when it would open with a bottom-sheet overlay for properties. That way, the properties can be shown in a sidebar. - Properly detect non-transparent images and down download a thumbnail for background detection for them. For some reason, the thumbnail download is using a lot of VRAM. - Rotating a freshly opened image would not follow the best-fit scaling. - Rotating by 0 degrees went through the complete rotation pipeline including a image reload. Now, 0 deg rotations are ignored. Git-EVTag-v0-SHA512: 31b7e9bbacbf9bfff62570bca0a7bba164dd9e508ea624fbcaa7cb15a57e5a66943a63ce20631882fb9e48268ebbb067a0f89e347022131ce031e7c1319d9eb3
-
47.betaeca7111f · ·
Loupe 47.beta - Add reload button to errors and F5 as reload shortcut - Don't show error-screen if SVG has been loaded and only the rendering for tiles for other zoom levels fails. Instead, show the already loaded tiles. - Fixed that some actions are available on error pages and loading screens while they are not actually useful. This includes actions like zoom, rotate, and print. - No longer empty the animation buffer if next frame isn't available yet. This removes flickering for larger and high FPS animations on slower systems. - Zoom into viewport center via buttons. Before, the image center was used, which would cause a jump if the viewport had been changed. - Changed the drag and drop overlay to use accent colors instead of a fixed color. This also makes it follow the new adjustable accent colors. - Don't emmediately show the spinner for loading images. This avoids fresh spinners showing up each time when switching through images very quickly via keyboard. - Make strings that contain `\u{<hex>}` translatable - No longer overwrite GTKs default renderer with 'gl'. The latest patches in GTK seem to make the Vulkan renderer work fine. - The properties no longer use the deprecated AdwFlap widget. For very small windows, properties are now shown in an AdwBottomSheet. - Use AdwSpinner when loading images. - Use glycin's auto detection of development mode to disable sandbox. Git-EVTag-v0-SHA512: 32646f90fa71981f95c0d3fbd3abed66447fa4263de00217ed6ade33ad4b284104b089b56e60ba855a3563e91247dc7343eeca3075cea237691ac91e217ccd6e
-
47.alpha6b8d540d · ·
Loupe 47.alpha - New dialog to show and copy error details - Rotating JPEG images with an orientation Exif entry will now change that entry - Disable markup in property rows - Follow the Rust Style Guide for Cargo.toml and .rs filenames - Image delete confirmation now uses AdwAlertDialog - Make error messages translatable and look nicer - Move many shortcuts to window level instead of using app accels - Replace AdwAboutWindow with AdwAboutDialog !376 - Use new GtkPrintDialog API #144 Git-EVTag-v0-SHA512: 0ae361c413f371161d0f535ec65810b95d4487931dcf561a075084ccdcaa305f1d1378e32b813b65ae78f961a0e94be48794876ebb4ffb533f6abefac7630ae6
-
46.21c93e7b8 · ·
Loupe 46.2 - Fix fractional scaling beeing blury by setting GDK_DEBUG=gl-no-fractional as default - Fix exposure times above 0.5 seconds not being displayed correctly in properties - Fix page orientation from print preview dialog is not honored for actual print Git-EVTag-v0-SHA512: dc0f4d6c58f6ea4b04a4bd7bbd67d4e90f960a7381da8a6a9c4b4523d4aa50f2bc6692c048185d03b9f5f046f905e0afaf2884369b8fe68948853be94641b740
-
46.11ee30b0a · ·
Loupe 46.1 - Fix fill-space option not being applied when changing the orientation in print preview - Fix PNGs not being available when browsing images on SMB shares - Don't animate switching between images with the mouse fwd/back buttons Git-EVTag-v0-SHA512: e851378174820f9a4e15326978501d61940152f234bcee49058044ae368547f6a75a7946858b5b01eb5a41aff77cdf591bcba3413046f14cf4a773b185dbff06
-
46.rc032fce2d · ·
Loupe 46.rc - Fix background color detection ignoring small lines in large images - Change to "gl" as GSK default renderer instead of "ngl" due to performance reasons - Change to sticking to the first error delivered during image loading Git-EVTag-v0-SHA512: 4e4d330ea0f07c496dba7deb44146e953eb6e961e3dce835035e45af29681f559eada12fbf604a81eb7f5e8726f2014f7887ed5f6cce5ea974f4ad2d557eb103
-
46.beta.2d8135832 · ·
Loupe 46.beta.2 - Change metainfo to include GNOME group - Change metainfo to use reversed name for the developer id - Change to use latest glycin beta for better metadata performance Git-EVTag-v0-SHA512: 8d2cc1c56da8bfbe8710297b4c38a0640920c13807064ac85af6bdc5f3f0f0e9e84cf22e18f86b0ce2b806998ba1b68c72f05abe4fa7b6d8d00955f132eb5e97
-
46.beta.16e616b71 · ·
Loupe 46.beta.1 - Change .desktop file to not include "Slideshow" as keyword - Change help by regenerating pages - Change help to correctly represent zoom - Change to use zbus 4.0 Git-EVTag-v0-SHA512: 8b21165f66201590c5e18e1a528897d9578b7e39e67d057f6d3b1bcba10aea13616abb362404554dd8a299eaf85a01d1d68fe5092e67b9439f2f457de865bada
-
46.beta14e5d03a · ·
Loupe 46.beta - Fix not reliably returning to restored image when undoing trash operation - Added Shift+Delete as shortcut for permanent image deletion - Added build option that makes X11 an optional dependency - Added button to copy coordinates for location in properties - Change to not using animation when changing images via keyboard shortcuts - Change to opening image in new window, occupy 40% of the screen instead of 30% - Change to using "stacked cards" animation when changing images via buttons - Changed to show city if it's less than 15km away instead of 100km before Git-EVTag-v0-SHA512: 5ae820fabad57696a75a36be5ca8510c8bf34b3530c85a3627c3c8752c253033293fcb0e1c5e56ed3c02a363092bd8700f6404011014d3d548a857b3c282fd7e
-
46.alpha0d21222d · ·
Loupe 46.alpha - Fix "Ctrl + C" copies image instead of metadata if text is selected - Fix "g_object_weak_unref" warnings - Fix changing image resets timeout for hiding controls if still visible - Fix long file names can newly opened window larger than required for image - Fix not always zooming into center when using overlay buttons on touchscreen - Fix opening image in different folder ends fullscreen mode - Fix scrollbars disappearing under certain conditions - Add zooming via touchpad scrolling while Ctrl button is pressed - Follow G_MESSAGES_DEBUG variable for logging - In print preview, base 100% image scale on physical dimensions of SVGs if specified - In print preview, fix wrong upper input limit in height - In print preview, scale SVGs correctly - More reliably zoom into image position below cursor - Pre-select current image's folder in file-chooser dialog - Remember image properties visibility state - Use GdkSurface:scale instead of scale factor, in theory supporting fractional scaling - Use glycin 1.0 Git-EVTag-v0-SHA512: 4ec228ce1a3e7662daad6a2805783242939332bf65f6276b7445a2d005d860eaa527b2bdf7753dfa73f2e85794b9ce5956c7ba379ee5d25a063a935f8e1832d7
-
45.292a3496c · ·
Loupe 45.2 - Fix order of images gets confused after deleting image - Fix image is not shown when sucessfully reloaded after error - Fix keyboard shortcuts shows the swipe gestures the wrong way round Git-EVTag-v0-SHA512: 1d5280ed5969ad45d14dda57ee595efc4a885c055c2ac5580f340edbd26393bf0dbd0ba6b253842e357b3335ed9a56d97516141ee61237b26d61f13236384501
-
45.123153056 · ·
Loupe 45.1 - Fix sandbox for image decoding not enabled by default - Fix printing on different printer than selected - Fix print dialog crashes on confirmation - Fix print dialog needs second confirmation inside Flatpaks - Fix SVGs sometimes not re-rendering for zoom level - Fix animated image formats with variable frame length using only one length - Fix rotation getting applied twice to HEIF images Git-EVTag-v0-SHA512: f2e45fbefd2eae0e96ebd2df98cc7faff7e1fc6768da448f220f5e0cc51d32f1c297e5de72ca4e6dd4da50b145b87febf306e358b49ba16b0306d257f1f8bb7c
-
45.0ebe9141f · ·
Loupe 45.0 - Always ask which program to use for "Open With…" - SVG: Force minimum tile size of 1000x1000 - SVG: Don't render first tiles with zoom=1 - Empty state: Use flat headerbar - Fix non-native files with path cannot be deleted - Update screenshots - Drag and Drop: Only expect sources of type FileList - Update SlidingView after removing unsupported image Git-EVTag-v0-SHA512: 60711d79129aecb9cddda3c1c60ce6bdf3dee32d071fa051c8f0c47e4283b55214eb3d009cf4f4367b77e6dc370e064cb98e0b72fb5c667880d3b1d55ea43d6a