forked from pool/loupe
Bjørn Lie
0e6ef729fa
OBS-URL: https://build.opensuse.org/request/show/1082845 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=5
65 lines
2.7 KiB
Plaintext
65 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Use rustflags export also in check section.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 11 20:59:05 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
|
|
|
- Drop %rustflags macro definition out of the spec file and use
|
|
%__rustflags from cargo-packaging package instead. There's no
|
|
need to define it on every spec anymore.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 6 22:14:35 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Update to version 44.1:
|
|
+ Bump GTK dependency to 4.11.1 because of required fixes for
|
|
scaled texture
|
|
+ Drop gtk-macros (crate) dependency since it is not needed and
|
|
lacking a LICENSE files
|
|
+ Fix WebP support for still images
|
|
+ Fix not detecting HEIC files
|
|
- Add loupe-revert-gtk4-unstable-bump.patch: Revert bump to
|
|
unstable gtk4 dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 5 12:17:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Initial packaging for openSUSE.
|