From 2d612f499009b1f0c3a669dd2f8cdf40f6ef7e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Boxd=C3=B6rfer?= Date: Sat, 29 Jan 2022 19:56:49 +0100 Subject: [PATCH] Release FSearch 0.1.2 --- configure.ac | 2 +- data/io.github.cboxdoerfer.FSearch.appdata.xml.in | 15 +++++++++++++-- meson.build | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index a2156076d..06ca35bae 100644 --- a/configure.ac +++ b/configure.ac @@ -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]), [christian.boxdoerfer@posteo.de], [fsearch], [https://cboxdoerfer.github.io/fsearch]) diff --git a/data/io.github.cboxdoerfer.FSearch.appdata.xml.in b/data/io.github.cboxdoerfer.FSearch.appdata.xml.in index feaed9150..66358bc05 100644 --- a/data/io.github.cboxdoerfer.FSearch.appdata.xml.in +++ b/data/io.github.cboxdoerfer.FSearch.appdata.xml.in @@ -1,5 +1,5 @@ - + io.github.cboxdoerfer.FSearch CC0-1.0 @@ -8,7 +8,7 @@ A graphical file search application

- 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.

@@ -51,6 +51,17 @@ + + +

    +
  • Fix potential crash when FSearch gets closed while a database scan is active at the same time
  • +
  • Don't sort new database after scan was cancelled
  • +
  • Don't save database if scan failed
  • +
  • Don't print warning if database scan was cancelled
  • +
  • Update screenshots
  • +
+
+
    diff --git a/meson.build b/meson.build index c00f1ad76..59aa0a02f 100644 --- a/meson.build +++ b/meson.build @@ -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'], )