diff --git a/data/com.github.sgpthomas.hourglass.appdata.xml.in b/data/com.github.sgpthomas.hourglass.appdata.xml.in index 81f3bb8..f0f58de 100644 --- a/data/com.github.sgpthomas.hourglass.appdata.xml.in +++ b/data/com.github.sgpthomas.hourglass.appdata.xml.in @@ -77,6 +77,22 @@ + + +

+ This release contains small bug fixes and improvements: +

+
    +
  • Strict on sandbox permission
  • +
  • Rounded window corners and flat titlebar
  • +
  • NewAlarmDialog: Add placeholder text for title entry
  • +
  • Set shorter summary text in appdata
  • +
  • Use palette of elementary for branding color
  • +
  • Make sure to select an alarm on removing/adding/editing it and startup
  • +
  • Clean code
  • +
+
+

diff --git a/meson.build b/meson.build index cfc49e8..d8a989e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.sgpthomas.hourglass', 'vala', 'c', - version: '2.0.0', + version: '2.0.1', meson_version: '>=0.49.0' )