Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/loupe.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">47.2</param>
|
||||
<param name="revision">46.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
3
loupe-46.2.obscpio
Normal file
3
loupe-46.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0947592459f1869da9501fcf8b4a5a1cec636cccc0a0d587c199c55ce951b13e
|
||||
size 1729036
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:227695c3480c56597af00dc4a67ccfffebef8c04ac3e1b6190415cb9ec2dcbef
|
||||
size 2247180
|
@ -1,48 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 10:54:15 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 07:31:05 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.1:
|
||||
+ Add `<branding><color>`s instead of just using
|
||||
`GnomeSoftware::key-colors`. That they weren't set was an
|
||||
oversight.
|
||||
+ Fixed:
|
||||
- Make the string "Error Details" translatable.
|
||||
- Require glycin 2.0.1 crate to detect SVGZ files properly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 11:48:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 09:01:55 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 07:09:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: loupe
|
||||
version: 47.2
|
||||
mtime: 1732314165
|
||||
commit: 830d398ddbed3aa4761fad7d219bdf35f6ff4506
|
||||
version: 46.2
|
||||
mtime: 1712696222
|
||||
commit: 1c93e7b81e6688e235aa5e5c5ba3325d4cfa67bd
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: loupe
|
||||
Version: 47.2
|
||||
Version: 46.2
|
||||
Release: 0
|
||||
Summary: A simple image viewer application
|
||||
License: GPL-3.0-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c41063886ca01f2c3f65b7cbd5fc8a582cd1080d01a027180faa2ad9ab497d9c
|
||||
size 26747350
|
||||
oid sha256:29c54b5c859f4a6ec9c7103b2c69d61a1bec3f6de1efa197ff465300af07f8ad
|
||||
size 27626555
|
||||
|
Loading…
Reference in New Issue
Block a user