From 33e6d38a95e80491377d32ea482f0af6b743ea40 Mon Sep 17 00:00:00 2001 From: enkore Date: Fri, 16 Oct 2015 16:56:59 +0200 Subject: [PATCH] Update changelog --- docs/changelog.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0037b1f..0e79a4d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,15 +5,27 @@ Changelog master branch +++++++++++++ -.. _r3.33: +.. _r3.34: * New modules + - :py:mod:`.moon`: Display moon phase + - :py:mod:`.online`: Display internet connectivity - :py:mod:`.xkblayout`: View and change keyboard layout +* Applications started from click events don't block other click events now * :py:mod:`.dota2wins`: Now accepts usernames in place of a Steam ID * dota2wins: Changed win percentage to be a float * :py:mod:`.uptime`: Added days, hours, minutes, secs formatters * :py:mod:`.battery`: Added alert command feature (runs a shell command when the battery is discharged below a preset threshold) +* :py:mod:`.spotify`: Added status, format\_not\_running and color\_not\_running settings, rewrite +* :py:mod:`.cmus`: Added status, format\_not\_running and color\_not\_running settings +* :py:mod:`.cmus`: Fixed bug that sometimes lead to empty output +* :py:mod:`.shell`: Added formatting capability +* :py:mod:`.cpu_usage`: Added color setting +* :py:mod:`.mpd`: Added hide\_inactive settings +* mpd: Fixed a bug where an active playlist would be assumed, leading to no output +* :py:mod:`.updates`: Added yaourt backend +* :py:mod:`.reddit`: Added link\_karma and comment\_karma formatters 3.33 (2015-06-23) +++++++++++++++++