Version 1.14.3
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.14.2/faugus-launcher_1.14.2-1_all.deb
|
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.14.3/faugus-launcher_1.14.3-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,12 +81,12 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.14.2-1" date="2026-02-10">
|
<release version="1.14.3-1" date="2026-02-13">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed GE-Proton being redownloaded every time</li>
|
<li>Fixed duplicating an entry without giving a title</li>
|
||||||
<li>Fixed permissions for Python executables</li>
|
<li>Fixed LSFG Performance Mode and HDR Mode</li>
|
||||||
<li>Improved search performance</li>
|
<li>Added Present Mode to LSFG</li>
|
||||||
</ul>
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@@ -87,12 +87,12 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.14.2-1" date="2026-02-10">
|
<release version="1.14.3-1" date="2026-02-13">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed GE-Proton being redownloaded every time</li>
|
<li>Fixed duplicating an entry without giving a title</li>
|
||||||
<li>Fixed permissions for Python executables</li>
|
<li>Fixed LSFG Performance Mode and HDR Mode</li>
|
||||||
<li>Improved search performance</li>
|
<li>Added Present Mode to LSFG</li>
|
||||||
</ul>
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ from filelock import FileLock, Timeout
|
|||||||
from faugus.config_manager import *
|
from faugus.config_manager import *
|
||||||
from faugus.dark_theme import *
|
from faugus.dark_theme import *
|
||||||
|
|
||||||
VERSION = "1.14.2"
|
VERSION = "1.14.3"
|
||||||
print(f"Faugus Launcher {VERSION}")
|
print(f"Faugus Launcher {VERSION}")
|
||||||
IS_FLATPAK = 'FLATPAK_ID' in os.environ or os.path.exists('/.flatpak-info')
|
IS_FLATPAK = 'FLATPAK_ID' in os.environ or os.path.exists('/.flatpak-info')
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
project(
|
project(
|
||||||
'faugus-launcher',
|
'faugus-launcher',
|
||||||
version: '1.14.2',
|
version: '1.14.3',
|
||||||
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