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 update
sudo apt install -y wget sudo apt install -y wget
mkdir -p ~/faugus-launcher 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 apt install -y ~/faugus-launcher/*.deb
sudo rm -r ~/faugus-launcher sudo rm -r ~/faugus-launcher
``` ```

View File

@@ -81,10 +81,12 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="1.10.7-1" date="2025-12-03"> <release version="1.11.1-1" date="2025-12-03">
<description> <description>
<ul> <ul>
<li>Added Italian translation</li> <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>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 an option to load banner from URL</li>
<li>Added playtime tracking</li> <li>Added playtime tracking</li>

View File

@@ -87,10 +87,12 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="1.10.7-1" date="2025-12-03"> <release version="1.11.1-1" date="2025-12-03">
<description> <description>
<ul> <ul>
<li>Added Italian translation</li> <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>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 an option to load banner from URL</li>
<li>Added playtime tracking</li> <li>Added playtime tracking</li>

View File

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