Merge branch 'main' into libadwaita-1.5

This commit is contained in:
kramo
2024-03-20 14:47:29 +01:00
committed by GitHub
22 changed files with 1632 additions and 483 deletions

View File

@@ -155,22 +155,10 @@ template $CartridgesPreferences : Adw.PreferencesDialog {
icon-name: "lutris-source-symbolic";
}
Adw.ActionRow lutris_config_action_row {
Adw.ActionRow lutris_data_action_row {
title: _("Install Location");
Button lutris_config_file_chooser_button {
icon-name: "folder-symbolic";
valign: center;
styles [
"flat"
]
}
}
Adw.ActionRow lutris_cache_action_row {
title: _("Cache Location");
Button lutris_cache_file_chooser_button {
Button lutris_data_file_chooser_button {
icon-name: "folder-symbolic";
valign: center;
styles [

View File

@@ -16,12 +16,15 @@
<url type="contribute">https://github.com/kra-mo/cartridges/blob/main/CONTRIBUTING.md</url>
<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer_name translatable="no">kramo</developer_name>
<developer id="kramo.page">
<developer id="page.kramo">
<name translatable="no">kramo</name>
</developer>
<project_group>GNOME</project_group>
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
<translation type="gettext">cartridges</translation>
<branding>
<color type="primary" scheme_preference="light">#d5b0e7</color>
<color type="primary" scheme_preference="dark">#501a5c</color>
</branding>
<supports>
<control>pointing</control>
<control>keyboard</control>
@@ -50,10 +53,10 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.7.2" date="2023-12-31">
<release version="2.7.4" date="2024-03-06">
<description translatable="no">
<ul>
<li>Fixes a bug with Flatpak user games not importing</li>
<li>Updated the app's metadata</li>
</ul>
</description>
</release>