From db2b159ac47e41d0953a9a818c599e69d8c2e080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 26 Oct 2021 11:29:34 -0700 Subject: [PATCH] Release 2.7.3 (#661) --- data/io.elementary.photos.appdata.xml.in | 6 +++++- meson.build | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/data/io.elementary.photos.appdata.xml.in b/data/io.elementary.photos.appdata.xml.in index a503d0dae..c70f105ef 100644 --- a/data/io.elementary.photos.appdata.xml.in +++ b/data/io.elementary.photos.appdata.xml.in @@ -33,11 +33,15 @@ - + +

Fixes:

  • Focus photos on startup when previewing to fix navigating with left and right arrow keys
  • Fix a possible crash with invalid date and time info
  • +
+

Minor updates:

+
  • Move Toggle Sidebar and Toggle Photo Info actions to the main menubutton
  • Translation updates
diff --git a/meson.build b/meson.build index cc3d65543..4cf8aae2b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.photos', 'vala', 'c', - version: '2.7.2', + version: '2.7.3', meson_version: '>=0.46.0' )