v1.5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "Cartridges"
|
||||
#define MyAppVersion "1.4"
|
||||
#define MyAppVersion "1.5"
|
||||
#define MyAppPublisher "kramo"
|
||||
#define MyAppURL "https://github.com/kra-mo/cartridges"
|
||||
#define MyAppExeName "pythonw.exe"
|
||||
|
||||
@@ -43,6 +43,18 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="1.5" date="2023-05-23">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
<li>Cartridges is now part of GNOME Circle!</li>
|
||||
<li>Extra Steam libraries are now detected automatically</li>
|
||||
<li>Executables are now passed directly to the shell</li>
|
||||
<li>Various UX improvements</li>
|
||||
<li>Translations since 1.4</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<releases>
|
||||
<release version="1.4" date="2023-04-16">
|
||||
<description translatable="no">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project('cartridges',
|
||||
version: '1.4',
|
||||
version: '1.5',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
||||
@@ -109,7 +109,7 @@ class CartridgesApplication(Adw.Application):
|
||||
application_name=_("Cartridges"),
|
||||
application_icon="hu.kramo.Cartridges",
|
||||
developer_name="kramo",
|
||||
version="1.4",
|
||||
version="1.5",
|
||||
developers=[
|
||||
"kramo https://kramo.hu",
|
||||
"Arcitec https://github.com/Arcitec",
|
||||
|
||||
Reference in New Issue
Block a user