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.