Version 1.9.8

This commit is contained in:
Faugus
2025-10-30 10:11:03 -03:00
parent 3aa2e4da03
commit bbda2da42f
4 changed files with 8 additions and 12 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.9.7/faugus-launcher_1.9.7-1_all.deb
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.9.8/faugus-launcher_1.9.8-1_all.deb
sudo apt install -y ~/faugus-launcher/*.deb
sudo rm -r ~/faugus-launcher
```

View File

@@ -81,13 +81,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.9.7-1" date="2025-10-29">
<release version="1.9.8-1" date="2025-10-30">
<description>
<ul>
<li>Added Rockstar Launcher as an option to install</li>
<li>Fixed icons not being removed when deleting an entry</li>
<li>Added a message warning the user when a launcher fails to install</li>
<li>Now using a website instead of a DNS when checking the internet connection</li>
<li>Hotfix: now checking the internet connection using the GitHub address</li>
<li>Updated Dutch translation</li>
</ul>
</description>
</release>

View File

@@ -87,13 +87,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.9.7-1" date="2025-10-29">
<release version="1.9.8-1" date="2025-10-30">
<description>
<ul>
<li>Added Rockstar Launcher as an option to install</li>
<li>Fixed icons not being removed when deleting an entry</li>
<li>Added a message warning the user when a launcher fails to install</li>
<li>Now using a website instead of a DNS when checking the internet connection</li>
<li>Hotfix: now checking the internet connection using the GitHub address</li>
<li>Updated Dutch translation</li>
</ul>
</description>
</release>

View File

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