-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 6.0.0 * Update meson.build * Update screenshots * Update io.elementary.files.appdata.xml.in.in Co-authored-by: Cassidy James Blaede <[email protected]> Co-authored-by: Cassidy James Blaede <[email protected]>
- Loading branch information
1 parent
b694025
commit 8473687
Showing
5 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> --> | ||
<!-- Copyright 2016–2021 elementary, Inc. <[email protected]> --> | ||
<component type="desktop"> | ||
<id>io.elementary.files</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
) | ||
|
||
|