Update changelog to include recent changes

This commit is contained in:
elkowar
2022-04-13 15:10:40 +02:00
parent 1e0a2a6341
commit a37f78fdeb

View File

@@ -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.