v0.6.0

vercel/chatbotv0.6.0Apr 21, 2024by elkowar

AI Summary

This release focuses on bug fixes, including improvements to shell completions, the nix flake, and the `jq` command, while introducing a system tray widget and a new checkbox checked state property.

Key Highlights

  • Fix nix flake and `jq` issues
  • Shell completions subcommand runs before setup
  • Labels use gtk's truncation system
  • Add `systray` widget
  • Add `:checked` property to checkbox

New Features

  • systray widget
  • :checked property for 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)