Skip to content

Commit

Permalink
Release 6.0.2 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 26, 2021
1 parent 45ed44d commit f407a57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions data/platform.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
<p>The Flatpak platform for elementary OS and AppCenter.</p>
</description>
<releases>
<release version="6.0.2" date="2021-10-22" urgency="medium">
<release version="6.0.2" date="2021-10-26" urgency="medium">
<description>
<p>Fix localization issues with apps that use Granite</p>
<p>Use the settings portal for time and date settings</p>
<p>Use the settings portal for color scheme preference instead of requiring an AccountsService hole</p>
<p>Update elementary stylesheet to 6.1.0</p>
<p>Update Granite to 6.1.2</p>
<p>Fixes:</p>
<ul>
<li>Fix localization issues with apps that use Granite</li>
</ul>
<p>Platform updates:</p>
<ul>
<li>Use the settings portal for time and date settings</li>
<li>Use the settings portal for color scheme preference instead of requiring an AccountsService hole</li>
<li>Update elementary stylesheet to 6.1.0</li>
<li>Update Granite to 6.1.2</li>
</ul>
</description>
</release>
<release version="6.0.1" date="2021-08-23" 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.Platform',
version: '6.0.1'
version: '6.0.2'
)

i18n = import('i18n')
Expand Down

0 comments on commit f407a57

Please sign in to comment.