Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/calendar.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="8.0.2" date="2026-08-02" urgency="medium">
<release version="8.0.2" date="2026-08-04" urgency="medium">
<description>
<p>Minor Updates:</p>
<ul>
Expand All @@ -65,8 +65,8 @@
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/calendar/issues/494">Insufficient space for list of exceptions - popover and additional exceptions do not show</issue>
<issue url="https://github.com/elementary/calendar/issues/540">Although the location service is deactivated, Calendar locates me in Paris</issue>
<issue url="https://github.com/elementary/calendar/issues/494">Insufficient space for list of exceptions - popover and additional exceptions do not show</issue>
<issue url="https://github.com/elementary/calendar/issues/540">Although the location service is deactivated, Calendar locates me in Paris</issue>
<issue url="https://github.com/elementary/calendar/issues/542">Participant tab in event creation has "Guests" tooltip</issue>
<issue url="https://github.com/elementary/calendar/issues/688">The text from the calendar manager is cut off, depending on the size of the root window (the calendar window)</issue>
<issue url="https://github.com/elementary/calendar/issues/698">Add keyboard shortcuts to move month pages</issue>
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: '8.0.1',
version: '8.0.2',
meson_version: '>=0.57.0'
)

Expand Down
Loading