diff --git a/data/com.neatdecisions.Detwinner.appdata.xml.in b/data/com.neatdecisions.Detwinner.appdata.xml.in index 34e6723..813a8e1 100644 --- a/data/com.neatdecisions.Detwinner.appdata.xml.in +++ b/data/com.neatdecisions.Detwinner.appdata.xml.in @@ -35,6 +35,16 @@ detwinner + + +

Main changes in this version:

+
    +
  • Save "show hidden files" setting between launches
  • +
  • Updated Dutch translation (thanks to Vistaus)
  • +
  • Updated Italian translation (thanks to Albano Battistella)
  • +
+
+

Main changes in this version:

diff --git a/data/detwinner.1 b/data/detwinner.1 index 2171022..80f9391 100644 --- a/data/detwinner.1 +++ b/data/detwinner.1 @@ -1,4 +1,4 @@ -.TH detwinner 1 "05 November 2020" "version 0.4.0" +.TH detwinner 1 "09 November 2020" "version 0.4.1" .SH NAME Detwinner - duplicate file finder for the Linux desktop .SH SYNOPSIS diff --git a/meson.build b/meson.build index 123ee63..09607d7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('detwinner', ['c', 'cpp'], - version: '0.4.0', + version: '0.4.1', license: 'GPL3+', meson_version: '>=0.45.0', default_options : ['c_std=c11', 'cpp_std=c++17', 'warning_level=3', 'werror=true'])