Skip to content

Commit

Permalink
Release 2.0.1 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Nov 8, 2021
1 parent db711e8 commit 3d3d17f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions data/com.github.sgpthomas.hourglass.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,22 @@
</provides>

<releases>
<release version="2.0.1" date="2021-11-08" urgency="low">
<description>
<p>
This release contains small bug fixes and improvements:
</p>
<ul>
<li>Strict on sandbox permission</li>
<li>Rounded window corners and flat titlebar</li>
<li>NewAlarmDialog: Add placeholder text for title entry</li>
<li>Set shorter summary text in appdata</li>
<li>Use palette of elementary for branding color</li>
<li>Make sure to select an alarm on removing/adding/editing it and startup</li>
<li>Clean code</li>
</ul>
</description>
</release>
<release version="2.0.0" date="2021-09-03" urgency="high">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('com.github.sgpthomas.hourglass',
'vala', 'c',
version: '2.0.0',
version: '2.0.1',
meson_version: '>=0.49.0'
)

Expand Down

0 comments on commit 3d3d17f

Please sign in to comment.