From 29a0a53dc9e5ea8d8de0d59986b16d01dd88117f Mon Sep 17 00:00:00 2001 From: zehkira <9485872-zehkira@users.noreply.gitlab.com> Date: Sat, 27 Sep 2025 14:39:08 +0200 Subject: [PATCH] Release v4.0.0 --- source/data/metainfo.xml | 20 ++++++++++++++++++++ source/monophony/__init__.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/source/data/metainfo.xml b/source/data/metainfo.xml index 0d7be22..56f5fcd 100644 --- a/source/data/metainfo.xml +++ b/source/data/metainfo.xml @@ -57,6 +57,26 @@ io.gitlab.zehkira.Monophony.desktop + + +

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.

+
    +
  • Added ability to add entire playlists/albums to queue
  • +
  • Added ability to play all tracks in a group of search results
  • +
  • Added buffering progress to progress bar
  • +
  • Added ability to add entire queue to playlists
  • +
  • Added track and artist names to downloaded file names
  • +
  • Removed translations contributed under previous license
  • +
  • Changed the license to 0BSD
  • +
  • Changed a lot of things in the user interface
  • +
  • Fixed some performance issues, freezes and stutters
  • +
  • Fixed out of control memory usage
  • +
  • Fixed various edge-case playback issues
  • +
  • Fixed songs not playing due to YT changes
  • +
  • Fixed missing app information when viewing audio streams in system settings
  • +
+
+
    diff --git a/source/monophony/__init__.py b/source/monophony/__init__.py index 8a0cd28..6ef60e6 100644 --- a/source/monophony/__init__.py +++ b/source/monophony/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.4.3' +__version__ = '4.0.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