Release version 0.3.0

This commit is contained in:
elkowar 2022-05-26 14:00:57 +02:00
parent a85d35d919
commit fe7bc30fc9
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F
2 changed files with 6 additions and 4 deletions

View file

@ -1,10 +1,12 @@
# Changelog
All notable changes to eww will be listed here, starting at changes since version 0.1.2.
All notable changes to eww will be listed here, starting at changes since version 0.2.0.
## [Unreleased]
## 0.3.0 (26.05.2022)
### BREAKING CHANGES
- Change the onclick command API to support multiple placeholders.
This changes. the behaviour of the calendar widget's onclick as well as the onhover and onhoverlost
@ -22,7 +24,7 @@ All notable changes to eww will be listed here, starting at changes since versio
- Add `eww get` subcommand (By: druskus20)
- Add circular progress widget (By: druskus20)
- Add `:xalign` and `:yalign` to labels (By: alecsferra)
- Add graph 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)
@ -30,7 +32,7 @@ All notable changes to eww will be listed here, starting at changes since versio
- Add drag and drop functionality to eventbox
- Add `search`, `captures`, `stringlength`, `arraylength` and `objectlength` functions for expressions (By: MartinJM, ElKowar)
- Add `matches` function
- Add transform widget (By: druskus20)
- Add `transform` widget (By: druskus20)
- Add `:onaccept` to input field, add `:onclick` to eventbox
- Add `EWW_CMD`, `EWW_CONFIG_DIR`, `EWW_EXECUTABLE` magic variables
- Add `overlay` widget (By: viandoxdev)

View file

@ -1,6 +1,6 @@
[package]
name = "eww"
version = "0.2.0"
version = "0.3.0"
authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"]
description = "Widgets for everyone!"
license = "MIT"