docs: update changelog

This commit is contained in:
Wölfchen 2024-08-02 18:26:28 +02:00 committed by ElKowar
parent 65fab811e9
commit 7aa571eef1

View file

@ -9,6 +9,7 @@ All notable changes to eww will be listed here, starting at changes since versio
- Fix remove items from systray (By: vnva)
### Features
- Update rust toolchain to 1.80.0 (By: w-lfchen)
- Add `:truncate` property to labels, disabled by default (except in cases where truncation would be enabled in version `0.5.0` and before) (By: Rayzeq).
- Add support for `:hover` css selectors for tray items (By: zeapoz)
- Add `min` and `max` function calls to simplexpr (By: ovalkonia)