From 781e4f687ce2cd25ace949231aee61fa3cdf4e1c Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Tue, 26 Mar 2024 16:09:58 +0100 Subject: [PATCH] version 3.57 --- CHANGELOG | 8 ++++++++ py3status/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fbfb0f5702..b2c3593d0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +version 3.57 (2024-03-26) +* docs: explain how to serve mkdocs locally (#2239), by Lujeni +* add CodeQL workflow for GitHub code scanning (#2159), by lgtm-com[bot] +* fmt: fix newer black +* backlight module: add brightnessctl support (#2233), by Gabriele Fioco +* conky module: workaround upstream issues/1479 (#2238), by ntorresalberto +* volume_status module: fix for default source with pamixer (#2240), by oceyral + version 3.56 (2024-01-28) * remove audio modules in favor of playerctl (#2231), by lasers * new module dexcom: display glucose readings from your Dexcom CGM system (#2229), by lasers diff --git a/py3status/version.py b/py3status/version.py index 8c4b67255a..7cc81f3b1b 100644 --- a/py3status/version.py +++ b/py3status/version.py @@ -1 +1 @@ -version = "3.56" +version = "3.57"