Skip to content

Commit 3d3d17f

Browse files
authored
Release 2.0.1 (#182)
1 parent db711e8 commit 3d3d17f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

data/com.github.sgpthomas.hourglass.appdata.xml.in

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,22 @@
7777
</provides>
7878

7979
<releases>
80+
<release version="2.0.1" date="2021-11-08" urgency="low">
81+
<description>
82+
<p>
83+
This release contains small bug fixes and improvements:
84+
</p>
85+
<ul>
86+
<li>Strict on sandbox permission</li>
87+
<li>Rounded window corners and flat titlebar</li>
88+
<li>NewAlarmDialog: Add placeholder text for title entry</li>
89+
<li>Set shorter summary text in appdata</li>
90+
<li>Use palette of elementary for branding color</li>
91+
<li>Make sure to select an alarm on removing/adding/editing it and startup</li>
92+
<li>Clean code</li>
93+
</ul>
94+
</description>
95+
</release>
8096
<release version="2.0.0" date="2021-09-03" urgency="high">
8197
<description>
8298
<p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('com.github.sgpthomas.hourglass',
22
'vala', 'c',
3-
version: '2.0.0',
3+
version: '2.0.1',
44
meson_version: '>=0.49.0'
55
)
66

0 commit comments

Comments
 (0)