mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-11-05 04:13:58 +00:00
6dd8125895
Signed-off-by: Lyes Saadi <33597258+LyesSaadi@users.noreply.github.com>
124 lines
5.4 KiB
XML
124 lines
5.4 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<component type="desktop">
|
|
<!--Created with jdAppdataEdit 5.0-->
|
|
<id>@APP_ID@</id>
|
|
<name>Gradience</name>
|
|
<summary>Change the look of Adwaita, with ease.</summary>
|
|
<developer_name>Gradience Team</developer_name>
|
|
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
<update_contact>GradienceTe@proton.me</update_contact>
|
|
<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>
|
|
<caption>colors purple</caption>
|
|
<image type="source">https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/colors_purple.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<caption>monet purple</caption>
|
|
<image type="source">https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/monet_purple.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<caption>advanced purple</caption>
|
|
<image type="source">https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/advanced_purple.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<releases>
|
|
<release version="0.3.0" date="2022-09-16" type="stable">
|
|
<description>
|
|
<p>Gradience 0.3.0 is a major update with many new features and improvements. Here are some of them:</p>
|
|
<ul>
|
|
<li>Added plugins support, this allows the creation of plugins to customize other apps</li>
|
|
<li>Added support for custom preset repos, this allows users to host a collection of presets on their own infrastructure</li>
|
|
<li>Preset Manager performance are significantly enhanced, it downloads presets faster and the app doesn't freeze on preset removal</li>
|
|
<li>Added search to Preset Manager</li>
|
|
<li>Preset Manager is attached to the main window</li>
|
|
<li>Added Quick Preset Switcher back, with it you can switch presets with less clicks</li>
|
|
<li>Save dialog now shows up when you close app with unsaved preset</li>
|
|
<li>Currently applied preset now auto-loads on app start-up</li>
|
|
<li>Toasts are less annoying</li>
|
|
<li>Added aarch64 builds</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.2.1" date="2022-08-30" type="stable"><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 version="0.2.0" date="2022-08-26" type="stable"><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 version="0.1.0" date="2022-08-12" type="stable"><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>
|
|
<categories>
|
|
<category>Utility</category>
|
|
</categories>
|
|
<requires>
|
|
<display_length compare="ge">small</display_length>
|
|
<display_length compare="le">small</display_length>
|
|
</requires>
|
|
<recommends>
|
|
<display_length compare="ge">small</display_length>
|
|
<display_length compare="le">small</display_length>
|
|
</recommends>
|
|
<supports>
|
|
<control>pointing</control>
|
|
<control>keyboard</control>
|
|
<control>tablet</control>
|
|
<control>touch</control>
|
|
<internet>offline-only</internet>
|
|
</supports>
|
|
<content_rating type="oars-1.1"/>
|
|
<keywords>
|
|
<keyword>AdwCustomizer</keyword>
|
|
<keyword>Adwaita Manager</keyword>
|
|
</keywords>
|
|
</component>
|