From 74ae7152263ad4c9bd8c310057e5bfe418b1f7f6 Mon Sep 17 00:00:00 2001 From: birros Date: Fri, 3 Aug 2018 15:31:54 +0200 Subject: [PATCH] Bump to version 0.2.1 --- .../com.github.birros.WebArchives.appdata.xml.in | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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+' )