v0.6.0

daijro/camoufoxv0.6.0Apr 21, 2024by elkowar

AI Summary

This release focuses on stabilizing the build system, shell completions, and data processing tools, alongside the addition of a system tray widget and updated checkbox properties.

Key Highlights

  • Added `systray` widget for system tray integration.
  • Fixed `jq` functionality for better data processing.
  • Improved label truncation using GTK's native system.
  • Fixed nix flake build issues.

New Features

  • Added `systray` widget.
  • Added `:checked` property to checkbox widgets.

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)