Skip to content

Commit

Permalink
Release 6.5.3 (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Dec 13, 2023
1 parent 9346a0a commit b7c98ae
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
29 changes: 26 additions & 3 deletions data/files.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<screenshots>
<screenshot type="default">
<caption>Quick access to settings like zoom levels and hidden files</caption>
<image>https://raw.githubusercontent.com/elementary/files/6.5.2/data/screenshot-grid.png</image>
<image>https://raw.githubusercontent.com/elementary/files/6.5.3/data/screenshot-grid.png</image>
</screenshot>
<screenshot>
<caption>See more metadata at a glance in List view</caption>
<image>https://raw.githubusercontent.com/elementary/files/6.5.2/data/screenshot-list.png</image>
<image>https://raw.githubusercontent.com/elementary/files/6.5.3/data/screenshot-list.png</image>
</screenshot>
<screenshot>
<caption>Browse complex trees faster with Column view</caption>
<image>https://raw.githubusercontent.com/elementary/files/6.5.2/data/screenshot-column.png</image>
<image>https://raw.githubusercontent.com/elementary/files/6.5.3/data/screenshot-column.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -60,6 +60,29 @@
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="6.5.3" date="2023-12-11" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Discontinue support for dragging bookmark out of sidebar</li>
<li>Fix unexpected scrolling after renaming a folder</li>
<li>Fixes a crash when switching to viewing as grid under rare circumstances</li>
<li>Ensure the selection persists after refreshing the view</li>
<li>Fix Files failing to open if trying to restore a disconnected location</li>
<li>Fix the view continuing to show when a location is unmounted</li>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/files/issues/2292">Don't depend on LibPlank</issue>
<issue url="https://github.com/elementary/files/issues/2325">Unexpected scroll to bottom after renaming folder</issue>
<issue url="https://github.com/elementary/files/issues/2326">Switching to View as Grid with large thumbnails and containing a link to an image crashes Files</issue>
<issue url="https://github.com/elementary/files/issues/2328">Selection changes on refreshing the view</issue>
<issue url="https://github.com/elementary/files/issues/2330">Files does not open if restoring disconnected location into Column View</issue>
<issue url="https://github.com/elementary/files/issues/2337">Unmounting a location does not close the view</issue>
</issues>
</release>

<release version="6.5.2" date="2023-09-26" urgency="medium">
<description>
<p>Minor updates:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.files',
'vala', 'c',
version: '6.5.2',
version: '6.5.3',
meson_version: '>= 0.59.0'
)

Expand Down

0 comments on commit b7c98ae

Please sign in to comment.