From 6fb7d7af44d15c9bfffe3c47af694edbe0a9ca10 Mon Sep 17 00:00:00 2001
From: Antoine Fontaine <antoine.fontaine@epfl.ch>
Date: Sat, 16 Nov 2019 19:56:20 +0100
Subject: [PATCH] release version 0.2

---
 data/ch.gnugen.Moody.appdata.xml | 18 ++++++++++++++++++
 meson.build                      |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/data/ch.gnugen.Moody.appdata.xml b/data/ch.gnugen.Moody.appdata.xml
index 30f26ef..355dc5f 100644
--- a/data/ch.gnugen.Moody.appdata.xml
+++ b/data/ch.gnugen.Moody.appdata.xml
@@ -36,6 +36,24 @@
   </provides>
 
   <releases>
+    <release version="0.2" date="2019-11-16">
+      <description>
+        <p>The version contains a large amount of bugfixes:
+	</p>
+	<ul>
+          <li>Makes the desktop file work</li>
+          <li>Contains code cleanups and builds on Alpine</li>
+          <li>Knows how to handle direct links to moodle files</li>
+          <li>Doesn't try to save everything in the directory it was built in, but always use the cache directory</li>
+          <li>Uses Modest as a dependancy if we can't find MyHTML</li>
+          <li>Doesn't display the course url on a course</li>
+          <li>Fixes tab navigation</li>
+          <li>Added keybindings: ctrl-begin/end to switch to first or last course</li>
+          <li>Sanitizes filename before saving the file</li>
+          <li>Makes it impossible to request a file several time in a row by double clicking</li>
+	</p>
+      </description>
+    </release>
     <release version="0.1" date="2019-06-06">
       <description>
         <p>The first «works for all Moodle» version,
diff --git a/meson.build b/meson.build
index 28f668f..670fc66 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('moody', 'c',
-        version: '0.0.1',
+        version: '0.2',
         license: 'GPL-3+',
   meson_version: '>= 0.50.0',
 )
-- 
GitLab