-
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ed0893
commit 2d612f4
Showing
3 changed files
with
15 additions
and
4 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 @@ | ||
AC_INIT([FSearch], | ||
m4_esyscmd([build-aux/git-version-gen --fallback "0.1.1" .tarball-version]), | ||
m4_esyscmd([build-aux/git-version-gen --fallback "0.1.2" .tarball-version]), | ||
[[email protected]], | ||
[fsearch], | ||
[https://cboxdoerfer.github.io/fsearch]) | ||
|
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 2021 Christian Boxdörfer <[email protected]> --> | ||
<!-- Copyright 2022 Christian Boxdörfer <[email protected]> --> | ||
<component type="desktop-application"> | ||
<id>io.github.cboxdoerfer.FSearch</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
|
@@ -8,7 +8,7 @@ | |
<summary>A graphical file search application</summary> | ||
<description> | ||
<p> | ||
FSearch helps you to find files and folders as easy and fast as possible. | ||
FSearch helps you find files and folders as easy and fast as possible. | ||
Just type a few letters and search results will appear almost instantly. | ||
</p> | ||
<p> | ||
|
@@ -51,6 +51,17 @@ | |
<!-- Validate with `appstream-util validate io.github.cboxdoerfer.FSearch.appdata.xml.in`. --> | ||
<content_rating type="oars-1.0"/> | ||
<releases> | ||
<release date="2022-01-29" version="0.1.2"> | ||
<description> | ||
<ul> | ||
<li>Fix potential crash when FSearch gets closed while a database scan is active at the same time</li> | ||
<li>Don't sort new database after scan was cancelled</li> | ||
<li>Don't save database if scan failed</li> | ||
<li>Don't print warning if database scan was cancelled</li> | ||
<li>Update screenshots</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release date="2022-01-22" version="0.1.1"> | ||
<description> | ||
<ul> | ||
|
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