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