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

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

+
    +
  • Update Recents info message
  • +
  • Improve information when the HTTP GVFS backend is not installed
  • +
  • Improve information when the Tracker is not installed
  • +
  • Add tooltips to buttons
  • +
  • Add history button on home page
  • +
  • Update download icon on home page
  • +
+
+

diff --git a/meson.build b/meson.build index 74f4d68..4b015a3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('web-archives', ['vala', 'c'], - version : '0.2.2', + version : '0.3.0', license : 'GPL3+' )