From 7aa571eef19873162e9000d180ade1869076f06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C3=B6lfchen?= <115360611+W-lfchen@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:26:28 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3530092..0d0ef84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)