v0.4.0

Mintplex-Labs/anything-llmv0.4.0Sep 4, 2022by elkowar

AI Summary

A release focused on calendar widget improvements, CSS enhancements, and new input features.

Key Highlights

  • Calendar months now start at 1 instead of 0
  • CSS error reporting improved
  • Input password support added
  • Scale widget refinements including `:round-digits`

Breaking Changes

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

New Features

  • Add support for output names in X11 to select `:monitor`
  • Add support for `:active`-pseudoselector on eventbox
  • Add support for `:password` on input
  • Scale now only runs onchange on user-interaction
  • Improve CSS error reporting
  • Fix deflisten scripts not always getting cleaned up properly
  • Add `:round-digits` to scale widget
  • Fix circular-progress not properly displaying 100% values when clockwise is false

Full Release Notes

(Corresponding docs commit: https://github.com/elkowar/eww/commit/535f21f5f92d67a1c70d9359ed547a9a5b88c3d2)

### 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