From ccac36f45740e0c5bf2df9f20a05aed523efafac Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 19 Aug 2024 18:28:44 +0200 Subject: [PATCH] release v2.15 --- CHANGELOG | 18 ++++++++++++++++++ I3STATUS_VERSION | 2 +- man/i3status.man | 2 +- meson.build | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 15aca712..68a438df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,21 @@ +2024-08-19 i3status 2.15 + + • man: document --run-once flag + • meson: replace bashisms + • update to clang-format-12 + • add missing newlines to some error messages + • make maybe_escape_markup() memory-safe + • fix segfault when read_file lacks a path + • ethernet: printer faster speeds in Gbit/s, e.g. 2.5 Gbit/s + • wireless: correctly display bitrates > 2147483647 bps + • ipv6: add support for %iface placeholder + • battery: add status idle (e.g. configured to stop charging) + • battery: increase maximum string size to make space for markup + • *BSD: fix build, use statvfs + • *BSD: use f_bsize for disk_info + • OpenBSD: add CPU spin support + • OpenBSD: properly print wireless signal strength + 2021-11-09 i3status 2.14 • switch to meson build system diff --git a/I3STATUS_VERSION b/I3STATUS_VERSION index 4922cb62..e8ead944 100644 --- a/I3STATUS_VERSION +++ b/I3STATUS_VERSION @@ -1 +1 @@ -2.14-non-git +2.15-non-git diff --git a/man/i3status.man b/man/i3status.man index e86e50c2..06a120c0 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -1,7 +1,7 @@ i3status(1) =========== Michael Stapelberg -v2.14, November 2021 +v2.15, August 2024 == NAME diff --git a/meson.build b/meson.build index 83b1e61a..327d8a92 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( 'i3status', 'c', - version: '2.14', + version: '2.15', default_options: [ 'c_std=c11', 'warning_level=1', # enable all warnings (-Wall)