-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from neatdecisions/v0.2.1
v0.2.1
- Loading branch information
Showing
4 changed files
with
27 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 2018 Neat Decisions <[email protected]> --> | ||
<!-- Copyright 2018-2019 Neat Decisions <[email protected]> --> | ||
<component type="desktop-application"> | ||
<id>com.neatdecisions.Detwinner</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
|
@@ -8,6 +8,9 @@ | |
<summary>Find and remove duplicate files and similar images</summary> | ||
<description> | ||
<p>Detwinner is a tool to search and remove exact file duplicates and similar images.</p> | ||
<p>You can search for either exact duplicates (100% byte-to-byte match is ensured by the special hash function) or similar images (Detwinner generates groups of images that look alike using similarity level specified by you). You can also narrow your search by specifying file size, attributes and regular expressions.</p> | ||
<p>Smart selection tools provide numerous options for batch selection of files which should be deleted. Instant preview allows you to be confident in your choice.</p> | ||
<p>Files can be deleted permanently, to the trash bin or moved to the backup folder.</p> | ||
</description> | ||
<categories> | ||
<category>Utility</category> | ||
|
@@ -29,13 +32,31 @@ | |
<binary>detwinner</binary> | ||
</provides> | ||
<releases> | ||
<release version="0.1.0" date="2018-09-16"> | ||
<release version="0.2.1" date="2019-09-03"> | ||
<description> | ||
<p>Minor release which only includes changes in the AppStream metadata.</p> | ||
</description> | ||
</release> | ||
<release version="0.2.0" date="2019-09-01"> | ||
<description> | ||
<p>Main changes in this version:</p> | ||
<ul> | ||
<li>Initial release</li> | ||
<li>Show warning in case of failed file deletion</li> | ||
<li>Fix Untitled window in the taskbar</li> | ||
<li>Don't fail when removing files deleted elsewhere</li> | ||
<li>Don't show Recent in the places sidebar</li> | ||
<li>Remove application menu</li> | ||
<li>Flatpak version: enable deleting to trash bin</li> | ||
<li>Update URLs and copyright notices</li> | ||
<li>Overall code cleanup</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.1.0" date="2018-09-16"> | ||
<description> | ||
<p>Initial release of Detwinner - neat duplicate files finder for Linux.</p> | ||
</description> | ||
</release> | ||
</releases> | ||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-cartoon">none</content_attribute> | ||
|
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
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
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