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')