From 3d2c1c7f22ee9e8675bc028be0cd707868b00807 Mon Sep 17 00:00:00 2001 From: Ryo Nakano <26003928+ryonakano@users.noreply.github.com> Date: Wed, 17 Feb 2021 17:34:35 +0900 Subject: [PATCH] Release 1.3.0 (#110) --- data/com.github.sgpthomas.hourglass.appdata.xml.in | 9 +++++++++ debian/changelog | 8 ++++++++ meson.build | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/data/com.github.sgpthomas.hourglass.appdata.xml.in b/data/com.github.sgpthomas.hourglass.appdata.xml.in index 57626ca..2f3eba3 100644 --- a/data/com.github.sgpthomas.hourglass.appdata.xml.in +++ b/data/com.github.sgpthomas.hourglass.appdata.xml.in @@ -45,6 +45,15 @@ + + +
    +
  • Move the delete button in the action bar
  • +
  • Redesign app icons (big thanks to @Fatih20)
  • +
  • Update Brazilian Portuguese translation (by @gfavaro)
  • +
+
+

Fixes:

diff --git a/debian/changelog b/debian/changelog index cb295b5..303e196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +com.github.sgpthomas.hourglass (1.3.0) bionic; urgency=medium + + * Move the delete button in the action bar + * Redesign app icons (big thanks to @Fatih20) + * Update Brazilian Portuguese translation (by @gfavaro) + + -- Ryo Nakano Wed, 17 Feb 2021 17:23:01 +0900 + com.github.sgpthomas.hourglass (1.2.3) bionic; urgency=high * StopWatch: Rewrite for efficiency and visibility diff --git a/meson.build b/meson.build index 696c7b4..0e0532c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.sgpthomas.hourglass', 'vala', 'c', - version: '1.2.3' + version: '1.3.0' ) gnome = import('gnome')