v0.6.0

enricoros/big-AGIv0.6.0Apr 21, 2024by elkowar

AI Summary

This update fixes critical issues with shell completions and nix flakes, while introducing a system tray widget and new properties for checkboxes to enhance the user interface.

Key Highlights

  • Fixes for shell-completions subcommand execution order
  • Fixes for nix flake and jq
  • New system tray widget
  • New :checked property for checkboxes

New Features

  • System tray widget
  • Checkbox :checked property
  • Shell completions run before setup
  • Nix flake fix
  • Jq fix

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)