Skip to content

Commit

Permalink
release v2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Aug 19, 2024
1 parent 1e36324 commit ccac36f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion I3STATUS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14-non-git
2.15-non-git
2 changes: 1 addition & 1 deletion man/i3status.man
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
i3status(1)
===========
Michael Stapelberg <michael@i3wm.org>
v2.14, November 2021
v2.15, August 2024

== NAME

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ccac36f

Please sign in to comment.