Skip to content

Commit eba4c15

Browse files
committed
Version 1.19.5
1 parent 768ac9b commit eba4c15

5 files changed

Lines changed: 11 additions & 17 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sudo dpkg --add-architecture i386
3838
sudo apt update
3939
sudo apt install -y wget
4040
mkdir -p ~/faugus-launcher
41-
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.19.4/faugus-launcher_1.19.4-2_all.deb
41+
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.19.5/faugus-launcher_1.19.5-1_all.deb
4242
sudo apt install -y ~/faugus-launcher/*.deb
4343
sudo rm -r ~/faugus-launcher
4444
```

data/faugus-launcher.metainfo.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,12 @@
8282
</screenshot>
8383
</screenshots>
8484
<releases>
85-
<release version="1.19.4-1" date="2026-05-13">
85+
<release version="1.19.5-1" date="2026-05-18">
8686
<description>
8787
<ul>
88-
<li>Fixed blurry icon/banner on high DPI display.</li>
89-
<li>Fixed context menu not showing properly sometimes.</li>
90-
<li>Fixed Desktop path for other languages.</li>
91-
<li>Updated Italian translation.</li>
92-
<li>Updated Dutch translation.</li>
93-
<li>Updated Spanish translation.</li>
88+
<li>Some changes have been made to the UI.</li>
89+
<li>Fixed splash window missing when running a Steam game.</li>
90+
<li>With gamepad navigation, the gamepad now only works in the app if no game is running.</li>
9491
</ul>
9592
</description>
9693
</release>

data/io.github.Faugus.faugus-launcher.metainfo.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,12 @@
8888
</screenshot>
8989
</screenshots>
9090
<releases>
91-
<release version="1.19.4-1" date="2026-05-13">
91+
<release version="1.19.5-1" date="2026-05-18">
9292
<description>
9393
<ul>
94-
<li>Fixed blurry icon/banner on high DPI display.</li>
95-
<li>Fixed context menu not showing properly sometimes.</li>
96-
<li>Fixed Desktop path for other languages.</li>
97-
<li>Updated Italian translation.</li>
98-
<li>Updated Dutch translation.</li>
99-
<li>Updated Spanish translation.</li>
94+
<li>Some changes have been made to the UI.</li>
95+
<li>Fixed splash window missing when running a Steam game.</li>
96+
<li>With gamepad navigation, the gamepad now only works in the app if no game is running.</li>
10097
</ul>
10198
</description>
10299
</release>

faugus/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from faugus.steam_setup import *
2323
from faugus.ea_fix import *
2424

25-
VERSION = "1.19.4"
25+
VERSION = "1.19.5"
2626
IS_FLATPAK = 'FLATPAK_ID' in os.environ or os.path.exists('/.flatpak-info')
2727

2828
faugus_banner = PathManager.system_data('faugus-launcher/faugus-banner.png')

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'faugus-launcher',
3-
version: '1.19.4',
3+
version: '1.19.5',
44
meson_version: '>=1.2.0',
55
license: 'MIT',
66
license_files: 'LICENSE',

0 commit comments

Comments
 (0)