v0.6.0

elkowar/ewwv0.6.0Apr 21, 2024by elkowar

AI Summary

This release introduces a new systray widget and adds a :checked property to checkbox widgets, along with several fixes for shell-completions, nix flake, jq, and label truncation.

Key Highlights

  • Add `systray` widget (by ralismark)
  • Add `:checked` property to checkbox (by levnikmyskin)
  • Fix shell-completions subcommand running before setup
  • Fix nix flake and jq issues
  • Labels now use gtk's truncation system (by Rayzeq)

New Features

  • systray widget
  • :checked property on checkbox

Full Release Notes

### Fixes
- The `shell-completions` subcommand is now run before anything is set up
- Fix nix flake
- Fix `jq` (By: w-lfchen)
- Labels now use gtk's truncation system (By: Rayzeq).

### Features
- Add `systray` widget (By: ralismark)
- Add `:checked` property to checkbox (By: levnikmyskin)