From 4fa0641290000c21a895925431383ae944a3adce Mon Sep 17 00:00:00 2001 From: Marco Betschart Date: Fri, 21 Jan 2022 18:38:38 +0100 Subject: [PATCH] Release 6.1.0 (#735) --- data/io.elementary.calendar.appdata.xml.in | 8 +++++++- meson.build | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/data/io.elementary.calendar.appdata.xml.in b/data/io.elementary.calendar.appdata.xml.in index 899309597..fce12e677 100644 --- a/data/io.elementary.calendar.appdata.xml.in +++ b/data/io.elementary.calendar.appdata.xml.in @@ -11,13 +11,19 @@

A slim, lightweight calendar app that syncs and manages multiple calendars in one place, like Google Calendar, Outlook and CalDAV.

- +

Features:

  • Ask for confirmation before deleting events
  • Follow email and web links in the event description with Control + Click
+

Fixes:

+
    +
  • Disabled checkbox "Mark as default calendar" in calendar settings, if the calendar is read-only
  • +
  • Removed no longer needed sandbox permission for accounts service
  • +
  • Fixed potential memory leak
  • +
diff --git a/meson.build b/meson.build index 2ef5a5a50..46bf62a76 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('io.elementary.calendar', 'c', 'vala', - version: '6.0.3' + version: '6.1.0' ) add_project_arguments('-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()), language: 'c')