From b1273e55d819903cc20aef96f72a6ee04cc9c7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 22 Oct 2021 16:26:04 -0700 Subject: [PATCH 1/3] Release 6.0.2 --- data/platform.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/platform.appdata.xml.in b/data/platform.appdata.xml.in index 78d764c..8089a58 100644 --- a/data/platform.appdata.xml.in +++ b/data/platform.appdata.xml.in @@ -10,7 +10,7 @@

The Flatpak platform for elementary OS and AppCenter.

- +

Fix localization issues with apps that use Granite

Update elementary stylesheet to 6.1.0

From f66e6d72de25e1640e8c7bdceb37562fccb321df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 22 Oct 2021 16:28:03 -0700 Subject: [PATCH 2/3] Update meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index dd6a96a..317505b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'io.elementary.Platform', - version: '6.0.1' + version: '6.0.2' ) i18n = import('i18n') From 1295f0d593fe5d04af71865af998880d315e6fee Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Tue, 26 Oct 2021 11:38:21 -0600 Subject: [PATCH 3/3] Update platform.appdata.xml.in --- data/platform.appdata.xml.in | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/data/platform.appdata.xml.in b/data/platform.appdata.xml.in index de55d83..7b5fec4 100644 --- a/data/platform.appdata.xml.in +++ b/data/platform.appdata.xml.in @@ -10,13 +10,19 @@

The Flatpak platform for elementary OS and AppCenter.

- + -

Fix localization issues with apps that use Granite

-

Use the settings portal for time and date settings

-

Use the settings portal for color scheme preference instead of requiring an AccountsService hole

-

Update elementary stylesheet to 6.1.0

-

Update Granite to 6.1.2

+

Fixes:

+
    +
  • Fix localization issues with apps that use Granite
  • +
+

Platform updates:

+
    +
  • Use the settings portal for time and date settings
  • +
  • Use the settings portal for color scheme preference instead of requiring an AccountsService hole
  • +
  • Update elementary stylesheet to 6.1.0
  • +
  • Update Granite to 6.1.2
  • +