Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appdata: add 8.0 release notes #310

Merged
merged 1 commit into from
May 9, 2024
Merged
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
58 changes: 31 additions & 27 deletions data/settings.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 2015-2022 elementary, LLC <[email protected]> -->
<!-- Copyright 2015-2024 elementary, Inc <[email protected]> -->
<component type="desktop-application">
<id>io.elementary.settings</id>
<launchable type="desktop-id">io.elementary.settings.desktop</launchable>
Expand Down Expand Up @@ -38,6 +38,29 @@
<update_contact>contact_AT_elementary.io</update_contact>

<releases>
<release version="8.0.0" date="2024-05-08" urgency="medium">
<description>
<p>App Updates:</p>
<ul>
<li>New redesigned app icon</li>
<li>New flatter and more responsive design</li>
<li>Smoother animations</li>
<li>Search results are more relevant and more clearly formatted</li>
<li>Use Portals when available</li>
<li>Back Buttons have a secondary-click menu for faster navigation</li>
<li>Window now has a reasonable minimum size</li>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/switchboard/issues/224">Port System Settings to GTK4</issue>
<issue url="https://github.com/elementary/switchboard/issues/232">preferences-desktop dark variant</issue>
<issue url="https://github.com/elementary/switchboard/issues/247">It's possible to open two plugs at the same time</issue>
<issue url="https://github.com/elementary/switchboard/issues/265">Move SettingsPage, SettingsSidebar into Switchboard</issue>
<issue url="https://github.com/elementary/switchboard/issues/270">Search bar does not scale with font size</issue>
</issues>
</release>

<release version="6.0.2" date="2022-06-09" urgency="medium">
<description>
<ul>
Expand All @@ -46,13 +69,15 @@
</ul>
</description>
</release>

<release version="6.0.1" date="2022-05-03" urgency="medium">
<description>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="6.0.0" date="2021-07-13" urgency="medium">
<description>
<ul>
Expand All @@ -64,6 +89,7 @@
</ul>
</description>
</release>

<release version="2.4.0" date="2020-04-30" urgency="medium">
<description>
<ul>
Expand All @@ -73,31 +99,9 @@
</ul>
</description>
</release>
<release version="2.3.9" date="2020-03-30" urgency="medium">
<description>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.3.8" date="2020-01-14" urgency="medium">
<description>
<ul>
<li>Fix an issue that prevented tiling on small displays</li>
<li>Fix an issue with restoring the correct window size</li>
<li>Make the category grid fill the available space when maximized</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.3.7" date="2019-11-04" urgency="medium">
<description>
<ul>
<li>Pressing the "Down" arrow key from the search box correctly focuses the first row</li>
<li>Drop dynamic items from the Dock secondary-click menu</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="2.3.9" date="2020-03-30" urgency="medium" />
<release version="2.3.8" date="2020-01-14" urgency="medium" />
<release version="2.3.7" date="2019-11-04" urgency="medium" />
</releases>
</component>
Loading