Skip to content

Commit

Permalink
Release 6.0.0 (#1755)
Browse files Browse the repository at this point in the history
* Release 6.0.0

* Update meson.build

* Update screenshots

* Update io.elementary.files.appdata.xml.in.in

Co-authored-by: Cassidy James Blaede <c@ssidyjam.es>
Co-authored-by: Cassidy James Blaede <cassidy@elementary.io>
  • Loading branch information
3 people authored Jul 15, 2021
1 parent b694025 commit 8473687
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
24 changes: 19 additions & 5 deletions data/io.elementary.files.appdata.xml.in.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016-2018 elementary, LLC <contact@elementary.io> -->
<!-- Copyright 2016–2021 elementary, Inc. <contact@elementary.io> -->
<component type="desktop">
<id>io.elementary.files</id>
<metadata_license>CC0-1.0</metadata_license>
Expand All @@ -8,9 +8,7 @@
<name>Files</name>
<summary>Browse and manage files and folders</summary>
<description>
<p>
Easily copy, move, and rename your files, or use folders to stay organized. Whether you like files in lists, grids or columns, you can always find them right away. Access all your files, whether locally, on an external device or remotely using FTP, SFTP, AFP, Webdav, or Windows share.
</p>
<p>Easily copy, move, and rename your files, or use folders to stay organized. Whether you like files in lists, grids or columns, you can always find them right away. Access all your files, whether locally, on an external device or remotely using FTP, SFTP, AFP, Webdav, or Windows share.</p>
</description>
<provides>
<binary>@exec_name@</binary>
Expand Down Expand Up @@ -58,16 +56,32 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="4.5.1" date="2020-08-11" urgency="medium">
<release version="6.0.0" date="2021-07-15" urgency="medium">
<description>
<p>Fixes:</p>
<ul>
<li>Fix connecting to AFP servers so that passwords are remembered</li>
<li>Fix MTP mounts</li>
</ul>
<p>Improvements:</p>
<ul>
<li>Launch files with double click instead of single click</li>
<li>Provide a File Chooser portal for Flatpak apps</li>
<li>Brand new animated Sidebar</li>
<li>Dark style support</li>
<li>Mint and Bubblegum color tags</li>
<li>Do not restore locations that have become inaccessible</li>
<li>Clicking between thumbnail and text now activates/selects in Icon view</li>
<li>AFC protocol support</li>
<li>Add a smaller minimum icon size in list view</li>
<li>Show emblems inline in list views</li>
<li>Performance improvements</li>
<li>Stability improvements</li>
</ul>
<p>Other updates:</p>
<ul>
<li>Rename "Devices" to "Storage"</li>
<li>Updated translations</li>
</ul>
</description>
</release>
Expand Down
Binary file modified data/screenshot-column.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot-grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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: '4.5.0',
version: '6.0.0',
meson_version: '>= 0.50.0'
)

Expand Down

0 comments on commit 8473687

Please sign in to comment.