Version 1.14.4

This commit is contained in:
Faugus
2026-02-19 20:53:21 -03:00
parent 8421b72043
commit 83041e542e
5 changed files with 11 additions and 11 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.14.3/faugus-launcher_1.14.3-1_all.deb
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.14.4/faugus-launcher_1.14.4-1_all.deb
sudo apt install -y ~/faugus-launcher/*.deb
sudo rm -r ~/faugus-launcher
```

View File

@@ -81,12 +81,12 @@
</screenshot>
</screenshots>
<releases>
<release version="1.14.3-1" date="2026-02-13">
<release version="1.14.4-1" date="2026-02-19">
<description>
<ul>
<li>Fixed duplicating an entry without giving a title</li>
<li>Fixed LSFG Performance Mode and HDR Mode</li>
<li>Added Present Mode to LSFG</li>
<li>Added support to JXL images for icons and banners</li>
<li>Now prevents non latin characters in title</li>
<li>A backup system was added for the games.json file to prevent data loss and protect the users library</li>
</ul>
</description>
</release>

View File

@@ -87,12 +87,12 @@
</screenshot>
</screenshots>
<releases>
<release version="1.14.3-1" date="2026-02-13">
<release version="1.14.4-1" date="2026-02-19">
<description>
<ul>
<li>Fixed duplicating an entry without giving a title</li>
<li>Fixed LSFG Performance Mode and HDR Mode</li>
<li>Added Present Mode to LSFG</li>
<li>Added support to JXL images for icons and banners</li>
<li>Now prevents non latin characters in title</li>
<li>A backup system was added for the games.json file to prevent data loss and protect the users library</li>
</ul>
</description>
</release>

View File

@@ -27,7 +27,7 @@ from filelock import FileLock, Timeout
from faugus.config_manager import *
from faugus.dark_theme import *
VERSION = "1.14.3"
VERSION = "1.14.4"
print(f"Faugus Launcher {VERSION}")
IS_FLATPAK = 'FLATPAK_ID' in os.environ or os.path.exists('/.flatpak-info')

View File

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