From 6e5ec15d797aab7f493a240f1bc58eab84890aa2 Mon Sep 17 00:00:00 2001 From: zehkira <9485872-zehkira@users.noreply.gitlab.com> Date: Fri, 17 Oct 2025 16:55:32 +0200 Subject: [PATCH] Release v4.1.0 --- source/data/metainfo.xml | 8 ++++++++ source/monophony/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/source/data/metainfo.xml b/source/data/metainfo.xml index 5a74626..7434758 100644 --- a/source/data/metainfo.xml +++ b/source/data/metainfo.xml @@ -57,6 +57,14 @@ io.gitlab.zehkira.Monophony.desktop + + +
    +
  • Debugging: changed names of environment variables
  • +
  • Updated to support latest YT changes
  • +
+
+
    diff --git a/source/monophony/__init__.py b/source/monophony/__init__.py index dbad3f9..50f8c19 100644 --- a/source/monophony/__init__.py +++ b/source/monophony/__init__.py @@ -1,4 +1,4 @@ -__version__ = '4.0.2' +__version__ = '4.1.0' ID = 'io.gitlab.zehkira.Monophony' # Full ID per Freedesktop standards NAME = 'monophony' # Use for app executable, directories and so on DISPLAY_NAME = 'Monophony' # For window titles and such - do not use in logic -- GitLab