release v2.15
This commit is contained in:
parent
1e36324ef1
commit
ccac36f457
18
CHANGELOG
18
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
|
2021-11-09 i3status 2.14
|
||||||
|
|
||||||
• switch to meson build system
|
• switch to meson build system
|
||||||
|
@ -1 +1 @@
|
|||||||
2.14-non-git
|
2.15-non-git
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
i3status(1)
|
i3status(1)
|
||||||
===========
|
===========
|
||||||
Michael Stapelberg <michael@i3wm.org>
|
Michael Stapelberg <michael@i3wm.org>
|
||||||
v2.14, November 2021
|
v2.15, August 2024
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
project(
|
project(
|
||||||
'i3status',
|
'i3status',
|
||||||
'c',
|
'c',
|
||||||
version: '2.14',
|
version: '2.15',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
'warning_level=1', # enable all warnings (-Wall)
|
'warning_level=1', # enable all warnings (-Wall)
|
||||||
|
Loading…
Reference in New Issue
Block a user