From a37f78fdebae213980788aff273b5d21883fafdd Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Wed, 13 Apr 2022 15:10:40 +0200 Subject: [PATCH] Update changelog to include recent changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 516a214..1af12a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,10 @@ All notable changes to eww will be listed here, starting at changes since versio - Add support for `:hover` css selectors for eventbox (By: druskus20) - Add `eww get` subcommand (By: druskus20) - Add circular progress widget (By: druskus20) +- Add graph widget (By: druskus20) +- Add `>=` and `<=` operators to simplexpr (By: viandoxdev) - Add `desktop` window type (By: Alvaro Lopez) +- Add `scroll` widget (By: viandoxdev) ### Notable Internal changes - Rework state management completely, now making local state and dynamic widget hierarchy changes possible.