mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 13:25:39 +02:00
61 lines
1.4 KiB
Markdown
61 lines
1.4 KiB
Markdown
# Changelog
|
|
|
|
* [Unreleased](#unreleased)
|
|
* [1.5.0](#1-5-0)
|
|
|
|
|
|
## Unreleased
|
|
### Added
|
|
|
|
* alsa: `percent` tag. This is an integer tag that represents the
|
|
current volume as a percentage value
|
|
(https://codeberg.org/dnkl/yambar/issues/10).
|
|
* river: added documentation
|
|
(https://codeberg.org/dnkl/yambar/issues/9).
|
|
* script: new module, adds support for custom user scripts
|
|
(https://codeberg.org/dnkl/yambar/issues/11).
|
|
|
|
|
|
### Deprecated
|
|
### Removed
|
|
### Fixed
|
|
|
|
* YAML parsing error messages being replaced with a generic _“unknown
|
|
error”_.
|
|
* Memory leak when a YAML parsing error was encountered.
|
|
* clock: update every second when necessary
|
|
(https://codeberg.org/dnkl/yambar/issues/12).
|
|
* mpd: fix compilation with clang
|
|
(https://codeberg.org/dnkl/yambar/issues/16).
|
|
* Crash when the alpha component in a color value was 0.
|
|
|
|
|
|
### Security
|
|
### Contributors
|
|
|
|
* [JorwLNKwpH](https://codeberg.org/JorwLNKwpH)
|
|
|
|
|
|
## 1.5.0
|
|
|
|
### Added
|
|
|
|
* battery: support for drivers that use `charge_*` (instead of
|
|
`energy_*`) sys files.
|
|
* removables: SD card support.
|
|
* removables: new `ignore` property.
|
|
* Wayland: multi-seat support.
|
|
* **Experimental**: 'river': new module for the river Wayland compositor.
|
|
|
|
|
|
### Changed
|
|
|
|
* Requires fcft-2.2.x.
|
|
* battery: a poll value of 0 disables polling.
|
|
|
|
|
|
### Fixed
|
|
|
|
* mpd: check of return value from `thrd_create`.
|
|
* battery: handle 'manufacturer' and 'model_name' not being present.
|
|
* Wayland: handle runtime scaling changes.
|