From d58d91de78d2b9984a1bbb8314be197bc0e283dc Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Sun, 4 Sep 2022 20:20:13 +0200 Subject: [PATCH] Prepare 0.4.0 release --- CHANGELOG.md | 9 ++++++++- crates/eww/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69195c2a..f9a6246b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,22 @@ All notable changes to eww will be listed here, starting at changes since versio ## [Unreleased] +## [0.4.0] (04.09.2022) + ### BREAKING CHANGES - Change `calendar`-widget to index months starting at 1 rather than indexed from 0 ### Features - Add support for output names in X11 to select `:monitor`. +- Add support for `:active`-pseudoselector on eventbox (By: viandoxdev) +- Add support for `:password` on input (By: viandoxdev) ### Notable fixes and other changes - Scale now only runs the onchange command on changes caused by user-interaction +- Improve CSS error reporting +- Fix deflisten scripts not always getting cleaned up properly +- Add `:round-digits` to scale widget (By: gavynriebau) +- Fix cirular-progress not properly displaying 100% values when clockwise is false ## 0.3.0 (26.05.2022) @@ -46,7 +54,6 @@ All notable changes to eww will be listed here, starting at changes since versio - Add `:onaccept` to input field, add `:onclick` to eventbox - Add `EWW_CMD`, `EWW_CONFIG_DIR`, `EWW_EXECUTABLE` magic variables - Add `overlay` widget (By: viandoxdev) -- Add `:round-digits` to scale widget (By: gavynriebau) ### Notable Internal changes - Rework state management completely, now making local state and dynamic widget hierarchy changes possible. diff --git a/crates/eww/Cargo.toml b/crates/eww/Cargo.toml index 91cbf0dc..f2a384e4 100644 --- a/crates/eww/Cargo.toml +++ b/crates/eww/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eww" -version = "0.3.0" +version = "0.4.0" authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"] description = "Widgets for everyone!" license = "MIT"