Merge remote-tracking branch 'upstream/main'
This commit is contained in:
@@ -174,6 +174,15 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
||||
}
|
||||
}
|
||||
|
||||
Adw.ActionRow {
|
||||
title: _("Import Amazon Games");
|
||||
activatable-widget: heroic_import_amazon_switch;
|
||||
|
||||
Switch heroic_import_amazon_switch {
|
||||
valign: center;
|
||||
}
|
||||
}
|
||||
|
||||
Adw.ActionRow {
|
||||
title: _("Import Sideloaded Games");
|
||||
activatable-widget: heroic_import_sideload_switch;
|
||||
|
||||
@@ -43,6 +43,9 @@
|
||||
<key name="heroic-import-gog" type="b">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key name="heroic-import-amazon" type="b">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key name="heroic-import-sideload" type="b">
|
||||
<default>true</default>
|
||||
</key>
|
||||
|
||||
@@ -44,11 +44,19 @@
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="2.0.5" date="2023-07-17">
|
||||
<release version="2.1.1" date="2023-07-27">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
<li>Fixes an issue with Windows data storage</li>
|
||||
<li>Translations since 2.0.4</li>
|
||||
<li>Fixes an issue with translations</li>
|
||||
<li>Translations since 2.1</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.1" date="2023-07-25">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
<li>Added support for Amazon Games in the Heroic importer</li>
|
||||
<li>Translations since 2.0</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
Reference in New Issue
Block a user