Skip to content

Commit

Permalink
Release 6.1.0 (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbetschar authored Jan 21, 2022
1 parent 613cae9 commit 4fa0641
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion data/io.elementary.calendar.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@
<p>A slim, lightweight calendar app that syncs and manages multiple calendars in one place, like Google Calendar, Outlook and CalDAV.</p>
</description>
<releases>
<release version="6.1.0" date="2021-12-02" urgency="medium">
<release version="6.1.0" date="2022-01-21" urgency="medium">
<description>
<p>Features:</p>
<ul>
<li>Ask for confirmation before deleting events</li>
<li>Follow email and web links in the event description with Control + Click</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Disabled checkbox "Mark as default calendar" in calendar settings, if the calendar is read-only</li>
<li>Removed no longer needed sandbox permission for accounts service</li>
<li>Fixed potential memory leak</li>
</ul>
</description>
</release>
<release version="6.0.3" date="2021-10-26" urgency="medium">
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 4fa0641

Please sign in to comment.