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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch: {}

env:
RUNTIME_VERSION: 8.2
RUNTIME_VERSION: 8.3

jobs:
publish_platform:
Expand Down
4 changes: 2 additions & 2 deletions io.elementary.Sdk.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "io.elementary.Sdk",
"id-platform": "io.elementary.Platform",
"default-branch": "@branch@",
"runtime-version": "48",
"runtime-version": "49",
"runtime": "org.gnome.Platform",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
Expand All @@ -20,7 +20,7 @@
"org.freedesktop.Platform.VulkanLayer",
"org.freedesktop.Platform.Timezones",
"org.freedesktop.Platform.GStreamer",
"org.freedesktop.Platform.openh264"
"org.freedesktop.Platform.codecs-extra"
],
"inherit-sdk-extensions": [
"org.freedesktop.Sdk.Extension"
Expand Down
11 changes: 10 additions & 1 deletion platform-data/data/platform.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021-2024 elementary, Inc. <contact@elementary.io> -->
<!-- Copyright 2021-2025 elementary, Inc. <contact@elementary.io> -->
<component>
<id>io.elementary.Platform</id>
<metadata_license>CC0-1.0</metadata_license>
Expand All @@ -11,6 +11,15 @@
</description>

<releases>
<release version="8.3.0" date="2025-09-19" urgency="medium">
<description>
<p>Platform updates:</p>
<ul>
<li>Rebase on GNOME 49 runtime</li>
</ul>
</description>
</release>

<release version="8.2.1" date="2025-06-06" urgency="medium">
<description>
<p>Platform updates:</p>
Expand Down