Skip to content
Snippets Groups Projects
Commit 6fb7d7af authored by Antoine Fontaine's avatar Antoine Fontaine :8ball:
Browse files

release version 0.2

parent 9fa567bd
Branches
Tags 0.2
No related merge requests found
......@@ -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,
......
project('moody', 'c',
version: '0.0.1',
version: '0.2',
license: 'GPL-3+',
meson_version: '>= 0.50.0',
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment