Skip to content

Commit

Permalink
Update appdata for v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerCrocker committed Sep 25, 2022
1 parent 20b74a2 commit 88a2db2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions data/com.github.rogercrocker.badabib.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
</provides>

<releases>
<release version="0.8.1" date="2022-09-25">
<description>
<p>Bug fixes and code maintenance:</p>
<ul>
<li>Display file name while loading</li>
<li>Fix bug when pasting the same entry multiple times</li>
<li>Fix potential crash when no editor is active</li>
<li>Better code documentation</li>
</ul>
</description>
</release>
<release version="0.8.0" date="2022-08-07">
<description>
<p>Use ADW TabView instead of GTK Notebook. This makes for a more consistent look and fixes a couple of minor bugs.</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('badabib',
version: '0.8.0',
version: '0.8.1',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
],
Expand Down

0 comments on commit 88a2db2

Please sign in to comment.