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' )