1
1
# Changelog
2
2
3
- All notable changes to eww will be listed here, starting at changes since version 0.1.2 .
3
+ All notable changes to eww will be listed here, starting at changes since version 0.2.0 .
4
4
5
5
6
6
## [ Unreleased]
7
7
8
+ ## 0.3.0 (26.05.2022)
9
+
8
10
### BREAKING CHANGES
9
11
- Change the onclick command API to support multiple placeholders.
10
12
This changes. the behaviour of the calendar widget's onclick as well as the onhover and onhoverlost
@@ -22,15 +24,15 @@ All notable changes to eww will be listed here, starting at changes since versio
22
24
- Add ` eww get ` subcommand (By: druskus20)
23
25
- Add circular progress widget (By: druskus20)
24
26
- Add ` :xalign ` and ` :yalign ` to labels (By: alecsferra)
25
- - Add graph widget (By: druskus20)
27
+ - Add ` graph ` widget (By: druskus20)
26
28
- Add ` >= ` and ` <= ` operators to simplexpr (By: viandoxdev)
27
29
- Add ` desktop ` window type (By: Alvaro Lopez)
28
30
- Add ` scroll ` widget (By: viandoxdev)
29
31
- Add ` notification ` window type
30
32
- Add drag and drop functionality to eventbox
31
33
- Add ` search ` , ` captures ` , ` stringlength ` , ` arraylength ` and ` objectlength ` functions for expressions (By: MartinJM, ElKowar)
32
34
- Add ` matches ` function
33
- - Add transform widget (By: druskus20)
35
+ - Add ` transform ` widget (By: druskus20)
34
36
- Add ` :onaccept ` to input field, add ` :onclick ` to eventbox
35
37
- Add ` EWW_CMD ` , ` EWW_CONFIG_DIR ` , ` EWW_EXECUTABLE ` magic variables
36
38
- Add ` overlay ` widget (By: viandoxdev)
0 commit comments