v0.6.0

playcanvas/enginev0.6.0Apr 21, 2024by elkowar

AI Summary

This release focuses on fixing critical bugs in the build system and shell integration, alongside adding a system tray widget and a CSS-like property for checkboxes.

Key Highlights

  • Fixed `shell-completions` execution order
  • Fixed Nix flake and `jq` issues
  • Added `systray` widget for desktop integration
  • Added `:checked` property to checkbox elements

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)