diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2019-06-30 19:55:28 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2019-06-30 19:55:28 +0200 |
commit | f791b4af3fd250c193c9a165e02305d138222c98 (patch) | |
tree | ae14c401cabffe671af81c25ab90ff21ad3277d2 | |
parent | bd7de0c8ff07023f0ccfdc11bd2f0ab930611076 (diff) |
release v2.132.13
-rw-r--r-- | CHANGELOG | 29 | ||||
-rw-r--r-- | I3STATUS_VERSION | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/i3status.man | 2 |
4 files changed, 32 insertions, 3 deletions
@@ -1,3 +1,32 @@ +2019-06-30 i3status 2.13 + + • add memory module + • add read_file module + • drop CAP_NET_ADMIN (not needed on Linux ≥ 2.6.37) + • switch to autotools + • battery: hide seconds by default + • wireless: add format_quality + • doc: clarify min_width not being supported with dzen2/xmobar + • battery: read multiple batteries on DragonFlyBSD + • make: don’t use pulseaudio on DragonFlyBSD + • wireless: detect interface type on DragonFlyBSD + • cpu usage: fix: correctly print usage for cpu 10 + • cpu usage: fix: correctly print for invalid %cpu placeholder + • cpu usage: support non-consecutive CPUs + • time: add only_when_tz_different option + • ethernet: add %interface + • ethernet: fix speed display for 100 Gbit/s cards + • battery: handle POWER_SUPPLY_STATUS=Not charging + • volume: provide more natural volume percentage with ALSA + • volume: fix ALSA capture device monitoring + • volume: implement %devicename for PulseAudio and ALSA + • config: re-arrange disk after network interfaces + • fix: include sys/socket.h on macOS + • fix: strip network interface labels + • fix glob(3) error handling + • various testsuite improvements + • switch to clang-format-3.8 + 2018-05-11 i3status 2.12 • fix NULL value on OpenBSD when there is no acpitz0 diff --git a/I3STATUS_VERSION b/I3STATUS_VERSION index 19462c2..5a05135 100644 --- a/I3STATUS_VERSION +++ b/I3STATUS_VERSION @@ -1 +1 @@ -2.12-non-git +2.13-non-git diff --git a/configure.ac b/configure.ac index c96a5bd..cf9e430 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Run autoreconf -fi to generate a configure script from this file. AC_PREREQ([2.69]) -AC_INIT([i3status], [2.12], [https://github.com/i3/i3status/issues]) +AC_INIT([i3status], [2.13], [https://github.com/i3/i3status/issues]) # For AX_EXTEND_SRCDIR AX_ENABLE_BUILDDIR AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2]) diff --git a/man/i3status.man b/man/i3status.man index 70ba71a..9283722 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -1,7 +1,7 @@ i3status(1) =========== Michael Stapelberg <michael@i3wm.org> -v2.12, May 2018 +v2.13, June 2019 == NAME |