Skip to content

Commit

Permalink
Release version 6.5.0 (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Aug 22, 2023
1 parent 9029bea commit 2a924ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.4.1/data/screenshot-grid.png</image>
<image>https://raw.githubusercontent.com/elementary/files/6.5.0/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.4.1/data/screenshot-list.png</image>
<image>https://raw.githubusercontent.com/elementary/files/6.5.0/data/screenshot-list.png</image>
</screenshot>
<screenshot>
<caption>Browse complex trees faster with Column view</caption>
<image>https://raw.githubusercontent.com/elementary/files/6.4.1/data/screenshot-column.png</image>
<image>https://raw.githubusercontent.com/elementary/files/6.5.0/data/screenshot-column.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -93,7 +93,7 @@
<issue url="https://github.com/elementary/files/issues/2238">copying folders copies all its children</issue>
</issues>
</release>

<release version="6.4.0" date="2023-06-29" urgency="medium">
<description>
<p>Improvements:</p>
Expand All @@ -108,7 +108,7 @@
</description>
<issues>
<issue url="https://github.com/elementary/files/issues/2195">When viewing a folder, externally created hidden files are shown</issue>
<issue url="https://github.com/elementary/files/issues/2172">Hangs when a folder with a large number of files needs to be shown</issue>
<issue url="https://github.com/elementary/files/issues/2172">Hangs when a folder with a large number of files needs to be shown</issue>
<issue url="https://github.com/elementary/files/issues/2216">Renaming or replacing a file leaves a temporary file in the same directory</issue>
</issues>
</release>
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.4.1',
version: '6.5.0',
meson_version: '>= 0.59.0'
)

Expand Down

0 comments on commit 2a924ca

Please sign in to comment.