Version 1.13.2

This commit is contained in:
Faugus
2026-01-08 22:33:55 -03:00
parent 55b8fd48b1
commit c72bf2588d
5 changed files with 13 additions and 7 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.1/faugus-launcher_1.13.1-1_all.deb
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.13.2/faugus-launcher_1.13.2-1_all.deb
sudo apt install -y ~/faugus-launcher/*.deb
sudo rm -r ~/faugus-launcher
```

View File

@@ -81,10 +81,13 @@
</screenshot>
</screenshots>
<releases>
<release version="1.13.1-1" date="2026-01-07">
<release version="1.13.2-1" date="2026-01-08">
<description>
<ul>
<li>Changed how Proton versions are handled</li>
<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>
</ul>
</description>
</release>

View File

@@ -87,10 +87,13 @@
</screenshot>
</screenshots>
<releases>
<release version="1.13.1-1" date="2026-01-07">
<release version="1.13.2-1" date="2026-01-08">
<description>
<ul>
<li>Changed how Proton versions are handled</li>
<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>
</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.1"
VERSION = "1.13.2"
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.1',
version: '1.13.2',
meson_version: '>=1.2.0',
license: 'MIT',
license_files: 'LICENSE',