Version 1.11.2

This commit is contained in:
Faugus
2025-12-08 13:39:27 -03:00
parent ae3c6f3ace
commit 541cce9494
4 changed files with 8 additions and 16 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.1/faugus-launcher_1.11.1-1_all.deb
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.11.2/faugus-launcher_1.11.2-1_all.deb
sudo apt install -y ~/faugus-launcher/*.deb
sudo rm -r ~/faugus-launcher
```

View File

@@ -81,15 +81,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.11.1-1" date="2025-12-03">
<release version="1.11.2-1" date="2025-12-08">
<description>
<ul>
<li>Added Italian translation</li>
<li>Fixed Additional Application not being created when adding a new entry</li>
<li>Improved entry duplication</li>
<li>The HDR option now is only available when the Wayland driver is enabled</li>
<li>Added an option to load banner from URL</li>
<li>Added playtime tracking</li>
<li>Fixed Steam Overlay not working when GameMode is enabled</li>
<li>Fixed launchers not being installed when changing the prefix location</li>
</ul>
</description>
</release>

View File

@@ -87,15 +87,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.11.1-1" date="2025-12-03">
<release version="1.11.2-1" date="2025-12-08">
<description>
<ul>
<li>Added Italian translation</li>
<li>Fixed Additional Application not being created when adding a new entry</li>
<li>Improved entry duplication</li>
<li>The HDR option now is only available when the Wayland driver is enabled</li>
<li>Added an option to load banner from URL</li>
<li>Added playtime tracking</li>
<li>Fixed Steam Overlay not working when GameMode is enabled</li>
<li>Fixed launchers not being installed when changing the prefix location</li>
</ul>
</description>
</release>

View File

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