From 4d3025400e565958aadb0738a1dba388fa543d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Wed, 4 May 2022 10:41:44 +0900 Subject: [PATCH] Bump to 2.5.1 --- CHANGELOG.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index af8c84d..282750e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ Changelog ========= +Changes in 2.5.1 +---------------- + +Fixed: + +- Escaping of % in ``helpers.format``, which affects mpd widget ``${Progress}`` +- Possible deadlock of when ``update`` widgets +- [contrib.openweather] New API compatibility, which requires an API key +- [gmail] Authentication documentation + +Added: + +- [mpd] Support for sending arbitrary commands +- [contrib.openweather] Various new return values + Changes in 2.5.0 ----------------