Skip to content

Commit

Permalink
Release FSearch 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cboxdoerfer committed Jan 29, 2022
1 parent 5ed0893 commit 2d612f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
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])
Expand Down
15 changes: 13 additions & 2 deletions data/io.github.cboxdoerfer.FSearch.appdata.xml.in
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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('fsearch', 'c',
version: '0.1.1',
version: '0.1.2',
meson_version: '>= 0.45.0',
default_options: ['c_std=c11'],
)
Expand Down

0 comments on commit 2d612f4

Please sign in to comment.