Skip to content

Commit

Permalink
Release 4.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Jul 26, 2019
1 parent 66956b8 commit 022985a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions data/io.elementary.files.appdata.xml.in.in
Expand Up @@ -58,6 +58,28 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="4.1.9" date="2019-07-26" urgency="medium">
<description>
<ul>
<li>Show more search results</li>
<li>Ensure valid tab name generation</li>
<li>Properly sort folders by date and size</li>
<li>Launching Files from Terminal now opens new tab instead of new window</li>
<li>Improve MTP support</li>
<li>Various tagging feature refinements</li>
<li>Keyboard navigation improvements</li>
<li>Symlink copy and paste fixes</li>
<li>Avoid crash when Templates folder is null</li>
<li>Reduce memory footprint of FileChooserDialog</li>
<li>Avoid crash when selecting image file in some situations</li>
<li>Fix unclosable progress window while copying network files to removable storage</li>
<li>Fix drag and drop after double clicking a blank area</li>
<li>Avoid crash while scrolling over view switcher</li>
<li>Avoid possible crash in some copy and paste situations</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="4.1.8" date="2019-05-02" urgency="medium">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,4 +1,4 @@
project('io.elementary.files', 'vala', 'c', version: '4.1.8', meson_version: '>= 0.42.0')
project('io.elementary.files', 'vala', 'c', version: '4.1.9', meson_version: '>= 0.42.0')

#
# Meson module imports
Expand Down

0 comments on commit 022985a

Please sign in to comment.