From 7f72ff2ccf407ae82b088cc1db0d3e02e9197c9c Mon Sep 17 00:00:00 2001 From: Sophie Herold Date: Sun, 2 Jul 2023 15:22:43 +0200 Subject: [PATCH] meta: Prepare 45.alpha --- NEWS | 17 +++++++++++++++++ data/org.gnome.Loupe.metainfo.xml.in.in | 20 ++++++++++++++++++++ meson.build | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c819d2b2..01d50d42 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +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 + 44.3 ======= - Hide cursor together with controls when fullscreened diff --git a/data/org.gnome.Loupe.metainfo.xml.in.in b/data/org.gnome.Loupe.metainfo.xml.in.in index 7e2e6df7..3696353a 100644 --- a/data/org.gnome.Loupe.metainfo.xml.in.in +++ b/data/org.gnome.Loupe.metainfo.xml.in.in @@ -53,6 +53,26 @@ + + +
    +
  • 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
  • +
+
+

This release brings many small tweaks and a hand full of bug fixes. The more prominent changes are:

diff --git a/meson.build b/meson.build index 49d87dd6..a8aa327b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('loupe', 'rust', - version: '44.3', + version: '45.alpha', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], -- GitLab