Skip to content

Commit

Permalink
Prepare 0.4.0 release
Browse files Browse the repository at this point in the history
elkowar committed Sep 4, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
elkowar ElKowar
1 parent 7623e7e commit d58d91d
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,14 +5,22 @@ All notable changes to eww will be listed here, starting at changes since versio

## [Unreleased]

## [0.4.0] (04.09.2022)

### BREAKING CHANGES
- Change `calendar`-widget to index months starting at 1 rather than indexed from 0

### Features
- 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
- 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)
@@ -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 `EWW_CMD`, `EWW_CONFIG_DIR`, `EWW_EXECUTABLE` magic variables
- Add `overlay` widget (By: viandoxdev)
- Add `:round-digits` to scale widget (By: gavynriebau)

### Notable Internal changes
- Rework state management completely, now making local state and dynamic widget hierarchy changes possible.
2 changes: 1 addition & 1 deletion crates/eww/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eww"
version = "0.3.0"
version = "0.4.0"
authors = ["elkowar <[email protected]>"]
description = "Widgets for everyone!"
license = "MIT"

0 comments on commit d58d91d

Please sign in to comment.