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