Version 1.11.1

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

View File

@@ -81,10 +81,12 @@
</screenshot>
</screenshots>
<releases>
<release version="1.10.7-1" date="2025-12-03">
<release version="1.11.1-1" date="2025-12-03">
<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>

View File

@@ -87,10 +87,12 @@
</screenshot>
</screenshots>
<releases>
<release version="1.10.7-1" date="2025-12-03">
<release version="1.11.1-1" date="2025-12-03">
<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>

View File

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