From 8fc0f6e53119964ce2e9b4ab1ceb971476f53a8a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 9 Nov 2021 08:26:49 +0100 Subject: [PATCH] release v2.14 --- CHANGELOG | 25 +++++++++++++++++++++++++ I3STATUS_VERSION | 2 +- man/i3status.man | 2 +- meson.build | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d91063f..15aca71 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,28 @@ +2021-11-09 i3status 2.14 + + • switch to meson build system + • battery: OpenBSD: If acpibat watts value is not available, try current + • make pulseaudio an optional dependency + • print_cpu_usage: use buffered file API + • fix memory leak in slurp() + • NetBSD: native audio support + • wireless: Linux: update %signal and %quality based on station info + • memory: introduce unit and decimals options + • battery: introduce format_percentage option + • memory: fix overflow on 32-bit systems + • use format_placeholder + • wireless: introduce format_bitrate, format_noise and format_signal + • cpu: fix out of bounds read after invalid %cpu conversion + • file system: use f_frsize for correct block size + • wireless: FreeBSD: support connection bitrate + • volume: fix memory leak + • print_file_contents: resolve tilde + • add build option to disable manual pages + • pulseaudio: use port name instead of sink name + • battery: add support for POWER_SUPPLY_TIME_TO_EMPTY (e.g. pinebook pro) + • tztime: allow selective pango markup + • wireless: fix memory corruption + 2019-06-30 i3status 2.13 • add memory module diff --git a/I3STATUS_VERSION b/I3STATUS_VERSION index 5a05135..4922cb6 100644 --- a/I3STATUS_VERSION +++ b/I3STATUS_VERSION @@ -1 +1 @@ -2.13-non-git +2.14-non-git diff --git a/man/i3status.man b/man/i3status.man index 2b7b28d..a9d7a02 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -1,7 +1,7 @@ i3status(1) =========== Michael Stapelberg -v2.13, June 2019 +v2.14, November 2021 == NAME diff --git a/meson.build b/meson.build index fbdec7e..6b126dc 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( 'i3status', 'c', - version: '2.13', + version: '2.14', default_options: [ 'c_std=c11', 'warning_level=1', # enable all warnings (-Wall)