File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ sudo dpkg --add-architecture i386
3838sudo apt update
3939sudo apt install -y wget
4040mkdir -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
4242sudo apt install -y ~/faugus-launcher/*.deb
4343sudo rm -r ~/faugus-launcher
4444```
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 2222from faugus .steam_setup import *
2323from faugus .ea_fix import *
2424
25- VERSION = "1.19.4 "
25+ VERSION = "1.19.5 "
2626IS_FLATPAK = 'FLATPAK_ID' in os .environ or os .path .exists ('/.flatpak-info' )
2727
2828faugus_banner = PathManager .system_data ('faugus-launcher/faugus-banner.png' )
Original file line number Diff line number Diff line change 11project (
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' ,
You can’t perform that action at this time.
0 commit comments