Version 1.14.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.13.11/faugus-launcher_1.13.11-1_all.deb
|
||||
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.14.1/faugus-launcher_1.14.1-1_all.deb
|
||||
sudo apt install -y ~/faugus-launcher/*.deb
|
||||
sudo rm -r ~/faugus-launcher
|
||||
```
|
||||
|
||||
@@ -81,13 +81,15 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.13.11-1" date="2026-01-30">
|
||||
<release version="1.14.1-1" date="2026-02-06">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Added prevent sleep as an option</li>
|
||||
<li>Fixed banner from URL not being loaded</li>
|
||||
<li>Pressing delete now removes a global envar</li>
|
||||
<li>Updated Dutch translation</li>
|
||||
<li>Updated Portuguese translation</li>
|
||||
<li>Added support to Asahi Linux</li>
|
||||
<li>Fix allow protonfixes for Steam games</li>
|
||||
<li>Added a message when SLR download fails due to internet connection error</li>
|
||||
<li>Added global settings for new entries</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
@@ -87,13 +87,15 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.13.11-1" date="2026-01-30">
|
||||
<release version="1.14.1-1" date="2026-02-06">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Added prevent sleep as an option</li>
|
||||
<li>Fixed banner from URL not being loaded</li>
|
||||
<li>Pressing delete now removes a global envar</li>
|
||||
<li>Updated Dutch translation</li>
|
||||
<li>Updated Portuguese translation</li>
|
||||
<li>Added support to Asahi Linux</li>
|
||||
<li>Fix allow protonfixes for Steam games</li>
|
||||
<li>Added a message when SLR download fails due to internet connection error</li>
|
||||
<li>Added global settings for new entries</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
@@ -26,7 +26,7 @@ from filelock import FileLock, Timeout
|
||||
from faugus.config_manager import *
|
||||
from faugus.dark_theme import *
|
||||
|
||||
VERSION = "1.13.11"
|
||||
VERSION = "1.14.1"
|
||||
print(f"Faugus Launcher {VERSION}")
|
||||
IS_FLATPAK = 'FLATPAK_ID' in os.environ or os.path.exists('/.flatpak-info')
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
project(
|
||||
'faugus-launcher',
|
||||
version: '1.13.11',
|
||||
version: '1.14.1',
|
||||
meson_version: '>=1.2.0',
|
||||
license: 'MIT',
|
||||
license_files: 'LICENSE',
|
||||
|
||||
Reference in New Issue
Block a user