Skip to content

Commit d58d91d

Browse files
committed
Prepare 0.4.0 release
1 parent 7623e7e commit d58d91d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ All notable changes to eww will be listed here, starting at changes since versio
55

66
## [Unreleased]
77

8+
## [0.4.0] (04.09.2022)
9+
810
### BREAKING CHANGES
911
- Change `calendar`-widget to index months starting at 1 rather than indexed from 0
1012

1113
### Features
1214
- Add support for output names in X11 to select `:monitor`.
15+
- Add support for `:active`-pseudoselector on eventbox (By: viandoxdev)
16+
- Add support for `:password` on input (By: viandoxdev)
1317

1418
### Notable fixes and other changes
1519
- Scale now only runs the onchange command on changes caused by user-interaction
20+
- Improve CSS error reporting
21+
- Fix deflisten scripts not always getting cleaned up properly
22+
- Add `:round-digits` to scale widget (By: gavynriebau)
23+
- Fix cirular-progress not properly displaying 100% values when clockwise is false
1624

1725

1826
## 0.3.0 (26.05.2022)
@@ -46,7 +54,6 @@ All notable changes to eww will be listed here, starting at changes since versio
4654
- Add `:onaccept` to input field, add `:onclick` to eventbox
4755
- Add `EWW_CMD`, `EWW_CONFIG_DIR`, `EWW_EXECUTABLE` magic variables
4856
- Add `overlay` widget (By: viandoxdev)
49-
- Add `:round-digits` to scale widget (By: gavynriebau)
5057

5158
### Notable Internal changes
5259
- Rework state management completely, now making local state and dynamic widget hierarchy changes possible.

crates/eww/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eww"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["elkowar <[email protected]>"]
55
description = "Widgets for everyone!"
66
license = "MIT"

0 commit comments

Comments
 (0)