Skip to content

Commit 3d2c1c7

Browse files
authored
Release 1.3.0 (#110)
1 parent 12681f3 commit 3d2c1c7

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
</provides>
4646

4747
<releases>
48+
<release version="1.3.0" date="2021-02-17" urgency="medium">
49+
<description>
50+
<ul>
51+
<li>Move the delete button in the action bar</li>
52+
<li>Redesign app icons (big thanks to @Fatih20)</li>
53+
<li>Update Brazilian Portuguese translation (by @gfavaro)</li>
54+
</ul>
55+
</description>
56+
</release>
4857
<release version="1.2.3" date="2020-09-17" urgency="high">
4958
<description>
5059
<p>Fixes:</p>

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
com.github.sgpthomas.hourglass (1.3.0) bionic; urgency=medium
2+
3+
* Move the delete button in the action bar
4+
* Redesign app icons (big thanks to @Fatih20)
5+
* Update Brazilian Portuguese translation (by @gfavaro)
6+
7+
-- Ryo Nakano <[email protected]> Wed, 17 Feb 2021 17:23:01 +0900
8+
19
com.github.sgpthomas.hourglass (1.2.3) bionic; urgency=high
210

311
* StopWatch: Rewrite for efficiency and visibility

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('com.github.sgpthomas.hourglass',
22
'vala', 'c',
3-
version: '1.2.3'
3+
version: '1.3.0'
44
)
55

66
gnome = import('gnome')

0 commit comments

Comments
 (0)