diff --git a/data/appdata/com.github.birros.WebArchives.appdata.xml.in b/data/appdata/com.github.birros.WebArchives.appdata.xml.in index f7cbc8c..0b50f8e 100644 --- a/data/appdata/com.github.birros.WebArchives.appdata.xml.in +++ b/data/appdata/com.github.birros.WebArchives.appdata.xml.in @@ -52,6 +52,18 @@ birros@protonmail.com web-archives + + +

+ This new release of WebArchives contains some bug fixes and + new features. +

+
    +
  • Add go-home keyboard shortcut
  • +
  • Add storing of window size, maximized and night mode states
  • +
+
+

diff --git a/meson.build b/meson.build index 87b5d30..cdab3c5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('web-archives', ['vala', 'c'], - version : '0.2.0', + version : '0.2.1', license : 'GPL3+' )