Skip to content

Commit

Permalink
Release 1.2.3 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Sep 17, 2020
1 parent 4b5527e commit 3a6e4fb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
14 changes: 14 additions & 0 deletions data/com.github.sgpthomas.hourglass.appdata.xml.in
Expand Up @@ -45,6 +45,20 @@
</provides>

<releases>
<release version="1.2.3" date="2020-09-17" urgency="high">
<description>
<p>Fixes:</p>
<ul>
<li>Fix a fatal regression that timer does not stop on 00:00:00</li>
</ul>
<p>Improvements:</p>
<ul>
<li>StopWatch: Rewrite for efficiency and visibility</li>
<li>Add :disabled pseudo-class to the .round-button class</li>
<li>Use icons for add/remove buttons</li>
</ul>
</description>
</release>
<release version="1.2.2" date="2020-09-12" urgency="medium">
<description>
<ul>
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
@@ -1,3 +1,12 @@
com.github.sgpthomas.hourglass (1.2.3) bionic; urgency=high

* StopWatch: Rewrite for efficiency and visibility
* Add :disabled pseudo-class to the .round-button class
* Fix a fatal regression that timer does not stop on 00:00:00
* Use icons for add/remove buttons

-- Ryo Nakano <ryonakaknock3@gmail.com> Thu, 17 Sep 2020 12:03:19 +0900

com.github.sgpthomas.hourglass (1.2.2) bionic; urgency=medium

* Update .desktop comment to be consistent with HIG (by @aljelly)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,6 +1,6 @@
project('com.github.sgpthomas.hourglass',
'vala', 'c',
version: '1.2.2'
version: '1.2.3'
)

gnome = import('gnome')
Expand Down

0 comments on commit 3a6e4fb

Please sign in to comment.