Prepare 0.4.0 release

This commit is contained in:
elkowar 2022-09-04 20:20:13 +02:00
parent 7623e7e692
commit d58d91de78
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F
2 changed files with 9 additions and 2 deletions

View file

@ -5,14 +5,22 @@ All notable changes to eww will be listed here, starting at changes since versio
## [Unreleased] ## [Unreleased]
## [0.4.0] (04.09.2022)
### BREAKING CHANGES ### BREAKING CHANGES
- Change `calendar`-widget to index months starting at 1 rather than indexed from 0 - Change `calendar`-widget to index months starting at 1 rather than indexed from 0
### Features ### Features
- Add support for output names in X11 to select `:monitor`. - 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 ### Notable fixes and other changes
- Scale now only runs the onchange command on changes caused by user-interaction - 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) ## 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 `:onaccept` to input field, add `:onclick` to eventbox
- Add `EWW_CMD`, `EWW_CONFIG_DIR`, `EWW_EXECUTABLE` magic variables - Add `EWW_CMD`, `EWW_CONFIG_DIR`, `EWW_EXECUTABLE` magic variables
- Add `overlay` widget (By: viandoxdev) - Add `overlay` widget (By: viandoxdev)
- Add `:round-digits` to scale widget (By: gavynriebau)
### Notable Internal changes ### Notable Internal changes
- Rework state management completely, now making local state and dynamic widget hierarchy changes possible. - Rework state management completely, now making local state and dynamic widget hierarchy changes possible.

View file

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