release v2.14

This commit is contained in:
Michael Stapelberg 2021-11-09 08:26:49 +01:00
parent 73c6eb2d4c
commit 8fc0f6e531
4 changed files with 28 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
2.13-non-git
2.14-non-git

View File

@ -1,7 +1,7 @@
i3status(1)
===========
Michael Stapelberg <michael@i3wm.org>
v2.13, June 2019
v2.14, November 2021
== NAME

View File

@ -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)