From 0e54772e4051453e472338ac5ee7c9a028d5f2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Thu, 3 Sep 2020 14:57:16 -0700 Subject: [PATCH] Release 5.1.0 (#586) * Release 5.1.0 * Update meson.build --- data/io.elementary.calendar.appdata.xml.in | 6 ++++-- meson.build | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/data/io.elementary.calendar.appdata.xml.in b/data/io.elementary.calendar.appdata.xml.in index ff8827fab..a34ce7fbc 100644 --- a/data/io.elementary.calendar.appdata.xml.in +++ b/data/io.elementary.calendar.appdata.xml.in @@ -13,12 +13,14 @@

- +

Improvements:

  • Allow modification of recurring events
  • -
+
  • Improve handling of week start day
  • +
  • Fix timezone errors with all-day events
  • +

    Minor Updates:

    • Don't resize the sidebar when resizing the window
    • diff --git a/meson.build b/meson.build index 669e79903..8f52ecbb0 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('io.elementary.calendar', 'c', 'vala', - version: '5.0.6' + version: '5.1.0' ) add_project_arguments('-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()), language: 'c')