From 752836f2b286dcc01d5f3171d5307daff3a67d72 Mon Sep 17 00:00:00 2001 From: Faugus Date: Fri, 16 Jan 2026 12:27:35 -0300 Subject: [PATCH] Version 1.13.6 --- README.md | 2 +- data/faugus-launcher.metainfo.xml | 8 ++------ data/io.github.Faugus.faugus-launcher.metainfo.xml | 8 ++------ faugus_launcher.py | 2 +- meson.build | 2 +- 5 files changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7a14938..5b53604 100644 --- a/README.md +++ b/README.md @@ -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.13.5/faugus-launcher_1.13.5-1_all.deb +wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.13.6/faugus-launcher_1.13.6-1_all.deb sudo apt install -y ~/faugus-launcher/*.deb sudo rm -r ~/faugus-launcher ``` diff --git a/data/faugus-launcher.metainfo.xml b/data/faugus-launcher.metainfo.xml index d974888..c0bef26 100644 --- a/data/faugus-launcher.metainfo.xml +++ b/data/faugus-launcher.metainfo.xml @@ -81,14 +81,10 @@ - +
    -
  • Fixed button run not working when the path has single quotes
  • -
  • Fixed games not running on non-systemd systems
  • -
  • Some code restructuring
  • -
  • Fixed games not running on non-systemd systems
  • -
  • Updated Portuguese translation
  • +
  • Fixed a critical problem where the button stop sometimes would delete all the entries
diff --git a/data/io.github.Faugus.faugus-launcher.metainfo.xml b/data/io.github.Faugus.faugus-launcher.metainfo.xml index 1eb32f0..7b6d9db 100644 --- a/data/io.github.Faugus.faugus-launcher.metainfo.xml +++ b/data/io.github.Faugus.faugus-launcher.metainfo.xml @@ -87,14 +87,10 @@ - +
    -
  • Fixed button run not working when the path has single quotes
  • -
  • Fixed games not running on non-systemd systems
  • -
  • Some code restructuring
  • -
  • Fixed games not running on non-systemd systems
  • -
  • Updated Portuguese translation
  • +
  • Fixed a critical problem where the button stop sometimes would delete all the entries
diff --git a/faugus_launcher.py b/faugus_launcher.py index 0f05500..45f2d1c 100644 --- a/faugus_launcher.py +++ b/faugus_launcher.py @@ -26,7 +26,7 @@ from filelock import FileLock, Timeout from faugus.config_manager import * from faugus.dark_theme import * -VERSION = "1.13.5" +VERSION = "1.13.6" print(f"Faugus Launcher {VERSION}") IS_FLATPAK = 'FLATPAK_ID' in os.environ or os.path.exists('/.flatpak-info') diff --git a/meson.build b/meson.build index 921284d..bbe168d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'faugus-launcher', - version: '1.13.5', + version: '1.13.6', meson_version: '>=1.2.0', license: 'MIT', license_files: 'LICENSE',