Skip to content

Commit fe7bc30

Browse files
committed
Release version 0.3.0
1 parent a85d35d commit fe7bc30

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

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

55

66
## [Unreleased]
77

8+
## 0.3.0 (26.05.2022)
9+
810
### BREAKING CHANGES
911
- Change the onclick command API to support multiple placeholders.
1012
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
2224
- Add `eww get` subcommand (By: druskus20)
2325
- Add circular progress widget (By: druskus20)
2426
- Add `:xalign` and `:yalign` to labels (By: alecsferra)
25-
- Add graph widget (By: druskus20)
27+
- Add `graph` widget (By: druskus20)
2628
- Add `>=` and `<=` operators to simplexpr (By: viandoxdev)
2729
- Add `desktop` window type (By: Alvaro Lopez)
2830
- Add `scroll` widget (By: viandoxdev)
2931
- Add `notification` window type
3032
- Add drag and drop functionality to eventbox
3133
- Add `search`, `captures`, `stringlength`, `arraylength` and `objectlength` functions for expressions (By: MartinJM, ElKowar)
3234
- Add `matches` function
33-
- Add transform widget (By: druskus20)
35+
- Add `transform` widget (By: druskus20)
3436
- Add `:onaccept` to input field, add `:onclick` to eventbox
3537
- Add `EWW_CMD`, `EWW_CONFIG_DIR`, `EWW_EXECUTABLE` magic variables
3638
- Add `overlay` widget (By: viandoxdev)

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.2.0"
3+
version = "0.3.0"
44
authors = ["elkowar <[email protected]>"]
55
description = "Widgets for everyone!"
66
license = "MIT"

0 commit comments

Comments
 (0)