From ca795c5b43f19bc7fac3159734a967502a886545 Mon Sep 17 00:00:00 2001 From: Sophie Herold Date: Wed, 13 Sep 2023 12:46:28 +0200 Subject: [PATCH] Prepare 45.0 release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- NEWS | 4 +++- build-aux/flatpak/org.gnome.Loupe.Devel.json | 2 +- data/org.gnome.Loupe.metainfo.xml.in.in | 2 +- meson.build | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0d72fc0..28a5b806 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -926,9 +926,9 @@ dependencies = [ [[package]] name = "glycin" -version = "0.1.0-rc" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "423d02ed19c2d8643912d0b7e60479a5958f501f245814049298138948e76fb0" +checksum = "ad6c03181c84fdbe028957f3e90747686038b2f0f85ea2a2bf68bef287a6cb8a" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 92163d7f..0242c685 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ async-channel = "1.8.0" async-std = "1.12.0" env_logger = "0.10.0" futures = "0.3.25" -glycin = "0.1.0-rc" +glycin = "0.1.0" gvdb-macros = "0.1.6" indexmap = "2.0.0" kamadak-exif = "0.5.5" diff --git a/NEWS b/NEWS index 6df0ac49..58349908 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -45.rc +45.0 ======= - Always ask which program to use for "Open With…" @@ -7,6 +7,8 @@ - Empty state: Use flat headerbar - Fix non-native files with path cannot be deleted - Update screenshots +- Drag and Drop: Only expect sources of type FileList +- Update SlidingView after removing unsupported image 45.beta.1 ======= diff --git a/build-aux/flatpak/org.gnome.Loupe.Devel.json b/build-aux/flatpak/org.gnome.Loupe.Devel.json index d7a9dbd9..1d750e6d 100644 --- a/build-aux/flatpak/org.gnome.Loupe.Devel.json +++ b/build-aux/flatpak/org.gnome.Loupe.Devel.json @@ -156,7 +156,7 @@ { "type" : "git", "url" : "https://gitlab.gnome.org/sophie-h/glycin.git", - "commit" : "2b1c3093f9cd0ce3bace921462ed3abfe8f38cde" + "commit" : "0a4a9ad0eef182adbaa19191ab8c16b346b8c7dd" } ] }, diff --git a/data/org.gnome.Loupe.metainfo.xml.in.in b/data/org.gnome.Loupe.metainfo.xml.in.in index f9bb7afd..48a0d58f 100644 --- a/data/org.gnome.Loupe.metainfo.xml.in.in +++ b/data/org.gnome.Loupe.metainfo.xml.in.in @@ -65,7 +65,7 @@ - +

This is the first release as the new default image viewer for GNOME. Besides many other changes, this version brings:

diff --git a/meson.build b/meson.build index c827e405..03dd301f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('loupe', 'rust', - version: '45.rc', + version: '45.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ], -- GitLab