Accepting request 1104703 from GNOME:Next

- Update to version 45.beta:
  + Newly designed print dialog
  + Added sandboxing for SVG rendering by using glycin
  + Use RaisedBorder for HeaderBar to avoid shadow over images
  + Fix browsing images on SMB shares not working
  + Fix touchscreen gestures not working when zoomed in
  + Fix touchscreen swipe only working on second attempt
  + Added JpegXL support via new glycin version
  + Added overshoot for swipe gesture
  + New custom style for drop targets
  + Changed name to Image Viewer
- Add back cargo_audit in _service, now that it is back in working
  order.
- Update to version 45.alpha:
  + Add help
  + Disable trashing for non-native files
  + Give toast for latest deleted file priority over the others
  + Only list supported image formats in file chooser
  + Do not guess a potentially different background color for
    opaque images
  + Fix incorrect updates when deleting or changing images
  + Fix SVG zooming with high-res scroll-wheels
  + Use glycin for sandboxed extendable image loading expect for
    SVG
  + Remove backspace as a trash shortcut
  + Change command line to open all given images in one window
  + Do not show "Set as Background" if operation was aborted
  + Let the user select multiple files to open in file chooser
  + Support forward and back mouse buttons
  + Correctly align right-click menu
- Drop loupe-revert-gtk4-unstable-bump.patch: No longer needed.
- Add itstool BuildRequires: New dependency.

OBS-URL: https://build.opensuse.org/request/show/1104703
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=7
This commit is contained in:
2023-08-21 07:27:04 +00:00
committed by Git OBS Bridge
parent bfd5662d37
commit bea3d0c242
9 changed files with 56 additions and 38 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Thu Aug 17 19:50:29 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.beta:
+ Newly designed print dialog
+ Added sandboxing for SVG rendering by using glycin
+ Use RaisedBorder for HeaderBar to avoid shadow over images
+ Fix browsing images on SMB shares not working
+ Fix touchscreen gestures not working when zoomed in
+ Fix touchscreen swipe only working on second attempt
+ Added JpegXL support via new glycin version
+ Added overshoot for swipe gesture
+ New custom style for drop targets
+ Changed name to Image Viewer
-------------------------------------------------------------------
Mon Jul 24 12:33:53 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add back cargo_audit in _service, now that it is back in working
order.
-------------------------------------------------------------------
Sun Jul 16 13:39:57 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.alpha:
+ Add help
+ Disable trashing for non-native files
+ Give toast for latest deleted file priority over the others
+ Only list supported image formats in file chooser
+ Do not guess a potentially different background color for
opaque images
+ Fix incorrect updates when deleting or changing images
+ Fix SVG zooming with high-res scroll-wheels
+ Use glycin for sandboxed extendable image loading expect for
SVG
+ Remove backspace as a trash shortcut
+ Change command line to open all given images in one window
+ Do not show "Set as Background" if operation was aborted
+ Let the user select multiple files to open in file chooser
+ Support forward and back mouse buttons
+ Correctly align right-click menu
- Drop loupe-revert-gtk4-unstable-bump.patch: No longer needed.
- Add itstool BuildRequires: New dependency.
-------------------------------------------------------------------
Wed Jun 28 09:49:06 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>