Version 1.13.4

This commit is contained in:
Faugus
2026-01-10 19:22:40 -03:00
parent b2e5c429d4
commit 22244d4902
5 changed files with 9 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ sudo dpkg --add-architecture i386
sudo apt update
sudo apt install -y wget
mkdir -p ~/faugus-launcher
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.13.3/faugus-launcher_1.13.3-1_all.deb
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.13.4/faugus-launcher_1.13.4-1_all.deb
sudo apt install -y ~/faugus-launcher/*.deb
sudo rm -r ~/faugus-launcher
```

View File

@@ -81,13 +81,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.13.3-1" date="2026-01-09">
<release version="1.13.4-1" date="2026-01-10">
<description>
<ul>
<li>Fixed launchers not being installed with the new Proton management</li>
<li>Properly checking if a game already exists when adding a new</li>
<li>Updated Italian translation</li>
<li>Updated Polish translation</li>
<li>Fixed an issue where editing an entry could lead to a loss of it</li>
<li>Fixed an issue when deleting a prefix</li>
</ul>
</description>
</release>

View File

@@ -87,13 +87,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.13.3-1" date="2026-01-09">
<release version="1.13.4-1" date="2026-01-10">
<description>
<ul>
<li>Fixed launchers not being installed with the new Proton management</li>
<li>Properly checking if a game already exists when adding a new</li>
<li>Updated Italian translation</li>
<li>Updated Polish translation</li>
<li>Fixed an issue where editing an entry could lead to a loss of it</li>
<li>Fixed an issue when deleting a prefix</li>
</ul>
</description>
</release>

View File

@@ -26,7 +26,7 @@ from filelock import FileLock, Timeout
from faugus.config_manager import *
from faugus.dark_theme import *
VERSION = "1.13.3"
VERSION = "1.13.4"
print(f"Faugus Launcher {VERSION}")
IS_FLATPAK = 'FLATPAK_ID' in os.environ or os.path.exists('/.flatpak-info')

View File

@@ -1,6 +1,6 @@
project(
'faugus-launcher',
version: '1.13.3',
version: '1.13.4',
meson_version: '>=1.2.0',
license: 'MIT',
license_files: 'LICENSE',