diff --git a/opi.changes b/opi.changes index af243d4..5439222 100644 --- a/opi.changes +++ b/opi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 1 09:41:57 UTC 2024 - Dominik Heidler + +- Version 5.0.0 + * Allow selecting mirror 1st time when adding packman repo + * Add Plugin for SoftMaker Freeoffice + * Use new osc service run cmd syntax + * Codecs: Install AV1 decoder for mpv + * Bump .NET SDK plugin to .NET 8.0 + ------------------------------------------------------------------- Tue Jan 2 13:54:28 UTC 2024 - Dominik Heidler diff --git a/opi/version.py b/opi/version.py index 26a6c39..a0f6658 100644 --- a/opi/version.py +++ b/opi/version.py @@ -1 +1 @@ -__version__ = '4.4.0' +__version__ = '5.0.0'