From e766fa1ad572c7c3bbe6187445fd5aee28f99743 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Apr 19 2016 07:12:30 +0000 Subject: Update to version 2.4 --- diff --git a/.gitignore b/.gitignore index d0e623a..c298c57 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /2.1.4.tar.gz /2.2.tar.gz /2.3.tar.gz +/2.4.tar.gz diff --git a/powerline.spec b/powerline.spec index c2e638a..d406978 100644 --- a/powerline.spec +++ b/powerline.spec @@ -1,6 +1,6 @@ Name: powerline -Version: 2.3 -Release: 4%{?dist} +Version: 2.4 +Release: 1%{?dist} Summary: The ultimate status-line/prompt utility License: MIT @@ -227,6 +227,26 @@ install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/appdata %{_datadir}/tmux/powerline*.conf %changelog +* Tue Apr 19 2016 Andreas Schneider - +- Update to version 2.4 + o Added short parameter for system_load segment that leaves only one load + average number out of three. + o Added powerline.segments.i3wm.scratchpad segment used to list windows that + are currently on the scratchpad. + o Added support for multiple batteries in battery segment. + o Added .i3wm.workspace segment which describes single i3wm workspace and + workspaces lister. Old .i3wm.workspaces segment was deprecated. + o Added support for multiple monitors in lemonbar bindings. + o Added support for most recent tmux version (2.2). + o Fixed battery status support on some linux systems. + o Fixed MPD bindings: they sometimes were not able to handle names if they + did not fit ASCII. + o Fixed MPD bindings: they did not correctly get elapsed time. + o Fixed AttributeError on some systems: LC_MESSAGES is not always available. + o Fixed Mac OS-specific variant of spotify player support when Python-3 is + used. + o Fixed performance of the tabline. + * Sat Apr 16 2016 Patrick Uiterwijk - 2.3-4 - resolves: #1323828 - Revert move introduced in ceaa583d diff --git a/sources b/sources index 9a89789..14ab28b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32d035b64def3baaff5128740a224213 2.3.tar.gz +203faca67b80b6cf62d5fd3f3d032c5f 2.4.tar.gz