Tags give the ability to mark specific points in history as being important
-
48.beta
b2e62609 · ·Loupe 48.beta - edit/crop: Add back the selection of the aspect ratio for aspect ratios. - edit/crop: Added keyboard shortcuts for some editing operations. - edit/crop: Allow dragging selection from the edges, not only the corners. - edit/crop: Apply crop selections on operations like rotate/flip or save. - edit: Add menu with option to "Save As" or overwrite original. - edit: Allow to cancel saving operation via the "Cancel" button. - edit: Give visual feedback while saving image via spinner overlay. - edit: Show saved image after saving. - edit: `Ctrl+S` and `Ctrl+Shift+S` shortcuts save images and `Esc` to exit the editing view. - Disable all zoom buttons and editing button if image fails to load. - Fix allocation warnings by not causing resizes during allocation. - edit/crop: Set aspect ratio to "Free" on reset. - edit/crop: Work around GTK gesture bug that blocks the drag gesture after clicking the apply button until one additional click has been done. - edit: Disable save actions when saving or no changes have been done. - edit/crop: Enable the "Reset" button when the crop selection change, even if not applied. - edit/crop: Move crop apply button into crop selection as small checkmark. - edit/crop: Refactor a lot of the inner working to make code simpler and more robust. - edit: Add an "(Edited)" suffix to the suggested filename when using "Save As" - edit: Various design and detail tweaks. - zoom: Allow zoom levels smaller than best fit via the zoom menu. Git-EVTag-v0-SHA512: aef39047172b8e67f3584d0197db2451dfccd3af165884196a8fe4f675154805e0fe58ab8ae2abef3d4ccf886b3caa60fa39acd125f2c0df6a86d724de5c0bec
-
47.4
8d14cec2 · ·Loupe 47.4 (2025-01-13) - Sometimes SVGs are not shown in the print preview. Git-EVTag-v0-SHA512: 436cf8b812881ce69e8ef902862f264a51641a4cd6594d109910937948551b8791acc28e3f012f0ffd04d0e50e51abe3e244522a2f50acad3f77e4f597e20cb7
-
47.3
40eadce0 · ·Loupe 47.3 (2025-01-13) - Sometimes SVGs are not shown in the print preview. Git-EVTag-v0-SHA512: d55caf74c1b2e5e8581034343ba2836a7e75c5041b2afedf9d7dde2059ae69f9926263ae2d7d6a7d0cec8caab68555a2819fbb56a80b9d7c164f496e43a857a8
-
48.alpha
b01b834c · ·Loupe 48.alpha (2025-01-07) - Display XMP metadata for JPEG images. - Initial support for image editing of JPEGs and PNGs with crop, rotate, and flip. - Show the correct folder name in the properties view inside flatpaks if the file is only accessible via portal. - User comment field in metadata. - The sort order is now also following the one found in Files (Nautilus) if the file name contains non-ascii characters. - The design of the overlay buttons, especially for zoom controls has been reworked. A new menu supports selecting from pre-defined zoom levels as well as entering a specific zoom level. Git-EVTag-v0-SHA512: a0c1651760f0c9e8907fa3f00ff285731f576169a08a580eba5801feefa3b15c6fd2536968afad733a16c544811854be1bc4b18fb96d7ec198552da6284396ab
-
47.2
830d398d · ·Loupe 47.2 - Don't call style manager in application constructor since this is too early. Do it in startup instead. Without this fix, GTK 4.17.0 will terminate the app on startup. Git-EVTag-v0-SHA512: a4f0bf912253ff4e5bc1f124dbc3cd25df0c79f3c6e28f27d9045bef7887f62bf67c71d13440902878ce666f117fbf3cb146c0ab4c32389910aa1d1424ce1b6b
-
47.1
5f6ece6c · ·Loupe 47.1 (2024-10-16) - Add `<branding><color>`s instead of just using `GnomeSoftware::key-colors`. That they weren't set was an oversight. - Make the string "Error Details" translatable. - Require glycin 2.0.1 crate to detect SVGZ files properly. Git-EVTag-v0-SHA512: 849bee62c02d7bc058c52bdf7451061d7294cf3db7be2824332a86928da23e2dd99b41d2bc1ae0bcbdb84304557ddcaa1a072af77186f60be58db65541956eca
-
47.0
7da25da2 · ·Loupe 47.0 - Flickering while images are reloaded. Instead, keep the old textures around until a new texture is available. - Forcing the zoom to the center of the image is now working again. This is especially noticable when using the touchpads pinch gesture. - When disabling animations in the OS and using the buttons to change the image, the wrong image was shown, disabling features like zoom. Git-EVTag-v0-SHA512: 7721530d4e06604c4320cae36ba8369748263223989e407ef49a9f30ef917e7c13c48d7e692d3e4cc0d15b8cf11fc6bc9f631d1e01ab26bc185b19cfc2fe02ce
-
47.beta.1
a9a5b9c8 · ·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.beta
eca7111f · ·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.alpha
6b8d540d · ·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.2
1c93e7b8 · ·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.1
1ee30b0a · ·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.0
b3238e28 · ·Loupe 46.0 - Change to stable dependencies Git-EVTag-v0-SHA512: 28860149b1ecdbe95e38ec9f65ca504cc5fa72b3948e649257d41ddb9908b4389dd5fd0261c02bf629a96259ead7de7a4c65e8a32466c8ce4c2e45c5c46f1600
-
46.rc
032fce2d · ·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.2
d8135832 · ·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.1
6e616b71 · ·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.beta
14e5d03a · ·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.alpha
0d21222d · ·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.3
5cc82d31 · ·Loupe 45.3 - Fix horizontal scrollbar sometimes jumping to center while zooming in Git-EVTag-v0-SHA512: f6c5c04244f034eff493de3cd4124ca1f0d5dbfa91b50a1e9f79cb6bea06a3b9fa0ff93c186e5672b8deaeb7aa37f9dd1edad9ecb2a12e2d11c4643a6bea8358
-
45.2
92a3496c · ·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