From 1cb0ffeb63ca6c086b2706897981577544ac999e Mon Sep 17 00:00:00 2001 From: zehkira <9485872-zehkira@users.noreply.gitlab.com> Date: Tue, 30 Sep 2025 17:18:35 +0200 Subject: [PATCH] Release v4.0.1 --- source/data/metainfo.xml | 7 +++++++ source/monophony/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/source/data/metainfo.xml b/source/data/metainfo.xml index 56f5fcd..310aece 100644 --- a/source/data/metainfo.xml +++ b/source/data/metainfo.xml @@ -57,6 +57,13 @@ io.gitlab.zehkira.Monophony.desktop + + +
    +
  • Fixed the app not starting in some cases
  • +
+
+

For this release, the app was remade from scratch with a new license. A backwards incompatible change was also made to the song history module, which will result in the loss of your song history. Playlists are not affected.

diff --git a/source/monophony/__init__.py b/source/monophony/__init__.py index 6ef60e6..72b434c 100644 --- a/source/monophony/__init__.py +++ b/source/monophony/__init__.py @@ -1,4 +1,4 @@ -__version__ = '4.0.0' +__version__ = '4.0.1' 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