v2.2
This commit is contained in:
@@ -44,10 +44,13 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="2.1.1" date="2023-07-27">
|
<release version="2.2" date="2023-08-17">
|
||||||
<description translatable="no">
|
<description translatable="no">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixes an issue with translations</li>
|
<li>New import source: RetroArch</li>
|
||||||
|
<li>Added the option to automatically remove uninstalled games on import</li>
|
||||||
|
<li>Added the ability to undo an import</li>
|
||||||
|
<li>Various UX improvements</li>
|
||||||
<li>Translations since 2.1</li>
|
<li>Translations since 2.1</li>
|
||||||
</ul>
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
project('cartridges',
|
project('cartridges',
|
||||||
version: '2.1.1',
|
version: '2.2',
|
||||||
meson_version: '>= 0.59.0',
|
meson_version: '>= 0.59.0',
|
||||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user