|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -### master |
4 | | -- Fixed `#{battery_graph}` to actually display graph (@rux616) |
5 | | -- High-granularity icons and colors added. (@rux616) |
6 | | -- Changed preferred order of utility applications to be `pmset` -> `acpi` -> `upower` -> `termux-battery-status` due to CPU usage issues with `upower` (2019-03-05) (@rux616) |
7 | | -- Added `#{battery_status_bg}` feature (@RyanFrantz) |
8 | | -- Added multibattery output support for `upower` (@futuro) |
9 | | -- Added Chromebook support (@forkjoseph) |
10 | | -- Added battery graph, simplify interpolation (@levens) |
| 3 | +### v2.0.0, 2025-12-30 |
| 4 | +- Added `#{battery_charging_watts}` format string for displaying current watts supplied on macOS |
| 5 | +- Added `#{battery_color_bg}`, `#{battery_color_fg}` format strings for dynamic color based on charge/status |
| 6 | +- Added `#{battery_color_charge_bg}`, `#{battery_color_charge_fg}` for colors based solely on charge level |
| 7 | +- Added `#{battery_color_status_bg}`, `#{battery_color_status_fg}` for colors based solely on battery status |
| 8 | +- Added `#{battery_icon_charge}`, `#{battery_icon_status}` for granular icon control |
| 9 | +- Added 8-tier charge level icons and colors with full customization support |
| 10 | +- Added `#{battery_graph}` to display battery as a bar graph |
| 11 | +- Added `@batt_remain_short` option to shorten remaining time display |
| 12 | +- Added WSL (Windows Subsystem for Linux) support |
| 13 | +- Added OpenBSD `apm` support |
| 14 | +- Added `battery_enabled.tmux` script for conditionally showing battery |
| 15 | +- Fixed battery graph display |
| 16 | +- Removed deprecated `#{battery_status_bg}` and `#{battery_status_fg}` format strings |
| 17 | +- Changed preferred order of utility applications to: pmset → acpi → upower → termux-battery-status due to CPU usage issues with upower |
11 | 18 |
|
12 | 19 | ### v1.2.0, 2016-09-24 |
13 | 20 | - show output for `#{battery_remain}` interpolation only if the battery is |
|
0 commit comments