Version 1.11.6

This commit is contained in:
Faugus
2025-12-18 11:36:11 -03:00
parent 9e302cd4ea
commit 80d5545aaf
5 changed files with 9 additions and 9 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.11.5/faugus-launcher_1.11.5-1_all.deb
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.11.6/faugus-launcher_1.11.6-1_all.deb
sudo apt install -y ~/faugus-launcher/*.deb
sudo rm -r ~/faugus-launcher
```

View File

@@ -81,11 +81,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.11.5-1" date="2025-12-17">
<release version="1.11.6-1" date="2025-12-18">
<description>
<ul>
<li>Added the app version with a link to the GitHub releases page</li>
<li>Added the ability to hide games</li>
<li>Hotfix: hidden games were being deleted when removing another game</li>
<li>Removed the prefix deletion option when removing a Linux native game</li>
</ul>
</description>
</release>

View File

@@ -87,11 +87,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.11.5-1" date="2025-12-17">
<release version="1.11.6-1" date="2025-12-18">
<description>
<ul>
<li>Added the app version with a link to the GitHub releases page</li>
<li>Added the ability to hide games</li>
<li>Hotfix: hidden games were being deleted when removing another game</li>
<li>Removed the prefix deletion option when removing a Linux native game</li>
</ul>
</description>
</release>

View File

@@ -69,7 +69,7 @@ class PathManager:
return path
return icon_paths[-1] # Fallback
VERSION = "1.11.5"
VERSION = "1.11.6"
IS_FLATPAK = 'FLATPAK_ID' in os.environ or os.path.exists('/.flatpak-info')
faugus_banner = PathManager.system_data('faugus-launcher/faugus-banner.png')

View File

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