Skip to content

Commit 4fa0641

Browse files
authored
Release 6.1.0 (#735)
1 parent 613cae9 commit 4fa0641

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

data/io.elementary.calendar.appdata.xml.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@
1111
<p>A slim, lightweight calendar app that syncs and manages multiple calendars in one place, like Google Calendar, Outlook and CalDAV.</p>
1212
</description>
1313
<releases>
14-
<release version="6.1.0" date="2021-12-02" urgency="medium">
14+
<release version="6.1.0" date="2022-01-21" urgency="medium">
1515
<description>
1616
<p>Features:</p>
1717
<ul>
1818
<li>Ask for confirmation before deleting events</li>
1919
<li>Follow email and web links in the event description with Control + Click</li>
2020
</ul>
21+
<p>Fixes:</p>
22+
<ul>
23+
<li>Disabled checkbox "Mark as default calendar" in calendar settings, if the calendar is read-only</li>
24+
<li>Removed no longer needed sandbox permission for accounts service</li>
25+
<li>Fixed potential memory leak</li>
26+
</ul>
2127
</description>
2228
</release>
2329
<release version="6.0.3" date="2021-10-26" urgency="medium">

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('io.elementary.calendar',
22
'c', 'vala',
3-
version: '6.0.3'
3+
version: '6.1.0'
44
)
55

66
add_project_arguments('-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()), language: 'c')

0 commit comments

Comments
 (0)