From a2866aad0fd7ee8f2d2e65a039adf7773bed78d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 5 Sep 2020 09:24:03 +0200 Subject: [PATCH] changelog: add a changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9197d66 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +* [1.5.0](#1-5-0) + + +## 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.