Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Sep 8, 2019
1 parent 276c797 commit 082efaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions data/com.github.ryonakano.reco.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@
</content_rating>

<releases>
<release version="2.1.0" date="2019-08-03">
<release version="2.2.0" date="2019-09-08">
<description>
<ul>
<li>Allow to cancel/pause countdown before recording</li>
<li>Save recordings when the app window is destroyed</li>
<li>Fix the app freezes on closing an error dialog</li>
<li>Getting/setting window positions gets more efficient</li>
<li>Fix the app does not resume the pause icon when you cancel recording while pausing it</li>
<li>Fix the app shows the successful mark even if a recording is not saved correctly</li>
<li>Save and restore values typed into the spin buttons</li>
</ul>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.ryonakano.reco', 'vala', 'c', version: '2.1.0')
project('com.github.ryonakano.reco', 'vala', 'c', version: '2.2.0')

gnome = import('gnome')
i18n = import('i18n')
Expand Down

0 comments on commit 082efaa

Please sign in to comment.