Version 1.11.1
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user