diff --git a/CHANGELOG b/CHANGELOG index 9563c648f1..01728b1504 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +version 3.59 (2024-08-02) +* core: strip whitespaces from OUTPUT, OUTPUT_PART events (#2245), by lasers +* ci(ruff): use new ruff check path command (#2253) +* external_script module: fix clicking on parts of message thx to @lasers (#2254) +* mpris module: kdeconnect mpris interface will skip identity cache, because mobile device can run different media players (#2251), by Valdur Kana + version 3.58 (2024-05-31) * conky module: skip invalid conky errors (#2248), by lasers * weather_owm module: switch to 3.0 API endpoint as 2.5 is deprecated (#2249) diff --git a/py3status/version.py b/py3status/version.py index a868ff659a..2f0a61f0f0 100644 --- a/py3status/version.py +++ b/py3status/version.py @@ -1 +1 @@ -version = "3.58" +version = "3.59"