Accepting request 1082845 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/1082845
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=5
This commit is contained in:
2023-04-26 07:48:47 +00:00
committed by Git OBS Bridge
parent c80797d379
commit 0e6ef729fa
7 changed files with 46 additions and 13 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sun Apr 23 19:02:34 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.2:
+ Use GFile instead of direct file access
+ Do not crash when monitor info is not available
+ Get rid of many unwraps and report issues to UI instead, just
to be safe
+ Fix displayed times are wrong because they do not respect
timezones
+ Add basic support for ICC color profiles
+ Support opening multiple files via drag and drop
+ Fix textures and background color not updating when image data
changed
+ Fix not defaulting to light background color in light theme
+ Fix thumbnail is broken for auto-rotated (EXIF) images
+ Fix high-res scroll wheel issues
+ Fix 100%/200% shortcuts ending up at best-fit when window size
close to 100%/200%
+ Add printing support
+ Center new tilings in the viewport, making the first rendered
tile cover the viewport already
+ Allow dragging (panning) the image with middle button
+ Generate list of mime types in meson and fix list of formats
+ Set actions enabled state based on UI property status, not
manually everywhere
+ Add and update license headers with script based on commit info
+ Hide overlay controls after inactivity
+ Remove OSD from HeaderBar in fullscreen
+ Drop AdwFlap for HeaderBar
+ Make properties button insensitive if no image shown/loading
+ Move 'toggle fullscreen' button from inner to outer position
+ Add 'all files' filter option to file chooser
- Add pkgconfig(lcms2) BuildRequires: New dependency.
-------------------------------------------------------------------
Wed Apr 12 09:01:31 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>