diff --git a/opi.changes b/opi.changes index cc7a7cf..aa7ea1b 100644 --- a/opi.changes +++ b/opi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 28 10:01:21 UTC 2023 - Dominik Heidler + +- Version 3.3.0 +- Add tests and tweak weighting algorithm for non interactive mode +- Allow running without user interaction +- Add config option to disable auto refresh + ------------------------------------------------------------------- Thu Jul 13 09:12:57 UTC 2023 - Dominik Heidler diff --git a/opi/version.py b/opi/version.py index 573cf70..6a157dc 100644 --- a/opi/version.py +++ b/opi/version.py @@ -1 +1 @@ -__version__ = '3.2.0' +__version__ = '3.3.0'