From b7c98aeff9d1eddecf3db80f2e898ff9a3db7692 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Wed, 13 Dec 2023 19:07:02 +0000 Subject: [PATCH] Release 6.5.3 (#2360) --- data/files.metainfo.xml.in.in | 29 ++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/data/files.metainfo.xml.in.in b/data/files.metainfo.xml.in.in index 31802fcc3..6f99f6a6b 100644 --- a/data/files.metainfo.xml.in.in +++ b/data/files.metainfo.xml.in.in @@ -16,15 +16,15 @@ Quick access to settings like zoom levels and hidden files - https://raw.githubusercontent.com/elementary/files/6.5.2/data/screenshot-grid.png + https://raw.githubusercontent.com/elementary/files/6.5.3/data/screenshot-grid.png See more metadata at a glance in List view - https://raw.githubusercontent.com/elementary/files/6.5.2/data/screenshot-list.png + https://raw.githubusercontent.com/elementary/files/6.5.3/data/screenshot-list.png Browse complex trees faster with Column view - https://raw.githubusercontent.com/elementary/files/6.5.2/data/screenshot-column.png + https://raw.githubusercontent.com/elementary/files/6.5.3/data/screenshot-column.png @@ -60,6 +60,29 @@ contact_at_elementary.io + + +

Minor updates:

+
    +
  • Discontinue support for dragging bookmark out of sidebar
  • +
  • Fix unexpected scrolling after renaming a folder
  • +
  • Fixes a crash when switching to viewing as grid under rare circumstances
  • +
  • Ensure the selection persists after refreshing the view
  • +
  • Fix Files failing to open if trying to restore a disconnected location
  • +
  • Fix the view continuing to show when a location is unmounted
  • +
  • Updated translations
  • +
+
+ + Don't depend on LibPlank + Unexpected scroll to bottom after renaming folder + Switching to View as Grid with large thumbnails and containing a link to an image crashes Files + Selection changes on refreshing the view + Files does not open if restoring disconnected location into Column View + Unmounting a location does not close the view + +
+

Minor updates:

diff --git a/meson.build b/meson.build index 273c0ffcf..710c29972 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.files', 'vala', 'c', - version: '6.5.2', + version: '6.5.3', meson_version: '>= 0.59.0' )