From f1e272e8c0e586d269ee281c014dcab0404cdc0f Mon Sep 17 00:00:00 2001 From: Faugus Date: Wed, 3 Dec 2025 12:13:12 -0300 Subject: [PATCH] Version 1.11.1 --- README.md | 2 +- data/faugus-launcher.metainfo.xml | 4 +++- data/io.github.Faugus.faugus-launcher.metainfo.xml | 4 +++- meson.build | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index df55705..967bef7 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.10.7/faugus-launcher_1.10.7-1_all.deb +wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.11.1/faugus-launcher_1.11.1-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 ea71c0f..0120a10 100644 --- a/data/faugus-launcher.metainfo.xml +++ b/data/faugus-launcher.metainfo.xml @@ -81,10 +81,12 @@ - +
  • Added Italian translation
  • +
  • Fixed Additional Application not being created when adding a new entry
  • +
  • Improved entry duplication
  • The HDR option now is only available when the Wayland driver is enabled
  • Added an option to load banner from URL
  • Added playtime tracking
  • diff --git a/data/io.github.Faugus.faugus-launcher.metainfo.xml b/data/io.github.Faugus.faugus-launcher.metainfo.xml index 2ba38e1..b5c075b 100644 --- a/data/io.github.Faugus.faugus-launcher.metainfo.xml +++ b/data/io.github.Faugus.faugus-launcher.metainfo.xml @@ -87,10 +87,12 @@ - +
    • Added Italian translation
    • +
    • Fixed Additional Application not being created when adding a new entry
    • +
    • Improved entry duplication
    • The HDR option now is only available when the Wayland driver is enabled
    • Added an option to load banner from URL
    • Added playtime tracking
    • diff --git a/meson.build b/meson.build index 31d03f9..96a960d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'faugus-launcher', - version: '1.10.7', + version: '1.11.1', meson_version: '>=1.2.0', license: 'MIT', license_files: 'LICENSE',