v0.6.0
chenglou/pretextv0.6.0Apr 21, 2024by elkowar
AI Summary
This release introduces UI enhancements with a new systray widget and checkbox improvements. It also includes various bug fixes related to shell completions, nix flake, and jq command.
Key Highlights
- Add `systray` widget
- Add `:checked` property to checkbox
- Fix `jq` command
- Labels now use gtk's truncation system
- Fix nix flake
New Features
- Add `systray` widget
- Add `:checked` property to checkbox
- Labels now use gtk's truncation system
- Fix nix flake
- Fix `jq` command
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)