Skip to content

Commit

Permalink
Release 6.0.0 (#680)
Browse files Browse the repository at this point in the history
* Release 6.0.0

* Update io.elementary.calendar.yml

* Add Flatpak Publish to release action

* Update screenshot

* Update io.elementary.calendar.yml

* Update io.elementary.calendar.appdata.xml.in

* Update meson.build

Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
danirabbit and cassidyjames authored Jul 21, 2021
1 parent ba0dff6 commit 0d0ac99
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions data/io.elementary.calendar.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@
</p>
</description>
<releases>
<release version="6.0.0" date="2021-07-19" urgency="medium">
<description>
<p>New Features:</p>
<ul>
<li>Import ICS files from the gear menu</li>
<li>Support the dark style</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Properly show events on the last day of the month</li>
<li>Fix end times for all-day events</li>
<li>Notify for all alarms on an event</li>
</ul>
<p>Minor Updates:</p>
<ul>
<li>Improved offline support</li>
<li>New colorful avatar fallbacks</li>
<li>Include "film" as an event icon keyword</li>
<li>Add Mint and Bubblegum to calendar color chooser</li>
<li>Link to Online Accounts settings in the gear menu</li>
<li>Performance improvements</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="5.1.1" date="2020-10-08" urgency="medium">
<description>
<p>New Features:</p>
Expand Down
Binary file modified data/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion io.elementary.calendar.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: io.elementary.calendar
runtime: io.elementary.Platform
runtime-version: 'daily'
runtime-version: '6'
sdk: io.elementary.Sdk
command: io.elementary.calendar
finish-args:
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: '5.1.1'
version: '6.0.0'
)

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

0 comments on commit 0d0ac99

Please sign in to comment.