Skip to content

Commit

Permalink
Release version 6.5.2 (#2323)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Paul Wootten <jeremy@Proteus-EL07R6-4cf32af9.localdomain>
  • Loading branch information
jeremypw and Jeremy Paul Wootten committed Sep 26, 2023
1 parent 68e21f4 commit 606377f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 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.1/data/screenshot-grid.png</image>
<image>https://raw.githubusercontent.com/elementary/files/6.5.2/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.1/data/screenshot-list.png</image>
<image>https://raw.githubusercontent.com/elementary/files/6.5.2/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.1/data/screenshot-column.png</image>
<image>https://raw.githubusercontent.com/elementary/files/6.5.2/data/screenshot-column.png</image>
</screenshot>
</screenshots>

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

<releases>
<release version="6.5.2" date="2023-09-26" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/files/issues/2320">Segmentation fault when opening a folder with xdg-open or keyboard shortcut</issue>
</issues>
</release>

<release version="6.5.1" date="2023-09-25" 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.1',
version: '6.5.2',
meson_version: '>= 0.59.0'
)

Expand Down

0 comments on commit 606377f

Please sign in to comment.