Gradience/data/com.github.GradienceTeam.Gradience.appdata.xml.in.in
2022-08-30 23:27:48 +01:00

135 lines
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Gradience Team -->
<component type="desktop">
<id>@APP_ID@</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Gradience</name>
<summary>Change the look of Adwaita, with ease.</summary>
<developer_name>Gradience Team</developer_name>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<description>
<p>
Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 theme.
</p>
<p>With Gradience you can:</p>
<ul>
<li>Change any color of Adwaita theme</li>
<li>Apply Material 3 colors from wallpaper</li>
<li>Use other users presets</li>
<li>Change advanced options with CSS</li>
<li>Extend functionality using plugins</li>
</ul>
<p>This app is written in Python and uses GTK 4 and libadwaita.</p>
</description>
<screenshots>
<screenshot type="default">
<caption>colors</caption>
<image>https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/colors.png</image>
</screenshot>
<screenshot>
<caption>colors purple</caption>
<image>https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/colors_purple.png</image>
</screenshot>
<screenshot>
<caption>monet</caption>
<image>https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/monet.png</image>
</screenshot>
<screenshot>
<caption>monet purple</caption>
<image>https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/monet_purple.png</image>
</screenshot>
<screenshot>
<caption>advanced</caption>
<image>https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/advanced.png</image>
</screenshot>
<screenshot>
<caption>advanced purple</caption>
<image>https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/advanced_purple.png</image>
</screenshot>
</screenshots>
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
<categories>
<category>Utility</category>
</categories>
<content_rating type="oars-1.1" />
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
<internet>offline-only</internet>
</supports>
<kudos>
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<releases>
<release date="2022-8-30" version="0.2.1">
<description>
<p>A small bug fix release of Gradience.</p>
<ul>
<li>Small improvements to the welcome screen</li>
<li>Fixing release notes</li>
</ul>
</description>
</release>
<release date="2022-8-26" version="0.2.0">
<description>
<p>New Release of Gradience.</p>
<ul>
<li>Rebrand</li>
<li>Refactoring meson architecture</li>
<li>New debug check</li>
<li>Switching runtime to GNOME 42 and adding adw 1.2</li>
<li>Add more info about monet</li>
<li>Add preset manager with option to download other users presets</li>
</ul>
</description>
</release>
<release date="2022-8-12" version="0.1.0">
<description>
<p>First release of Gradience.</p>
<ul>
<li>Add AdwViewSwitcher in the header bar</li>
<li>Move CSS to the "Advanced" tab</li>
<li>Move the rest to the "Colours" tab</li>
<li>Add Monet tab which generates a theme from a background</li>
<li>Add disk saved and disk unsaved icon in the header bar</li>
<li>Update about dialog</li>
<li>Change license to GNU GPLv3</li>
<li>Begin plugin support</li>
<li>Move preset selector to a drop-down called palette (icon palette)</li>
<li>Add ability to apply the theme onlyfor dark theme or oy for light theme</li>
<li>Automaticly use Adwaita-dark preset if the user prefered scheme is dark.</li>
<li>Added Flatpak CI build</li>
<li>Added issue template for bug and feature request </li>
<li>`Main` branch is now protected by GitHub branch protection. The development is done on `next` branch </li>
</ul>
</description>
</release>
</releases>
<url type="homepage">@PROJECT_URL@</url>
<url type="bugtracker">@BUGTRACKER_URL@</url>
<url type="help">@HELP_URL@</url>
<url type="translate">@TRANSLATE_URL@</url>
<update_contact>GradienceTe@proton.me</update_contact>
</component>