v0.6.0

Mintplex-Labs/anything-llmv0.6.0Apr 21, 2024by elkowar

AI Summary

A maintenance release focusing on bug fixes for the shell and build system, alongside the addition of a system tray widget and enhanced label truncation.

Key Highlights

  • Fix for nix flake and `jq` utilities
  • New `systray` widget integration
  • Labels now utilize GTK's truncation system
  • New `:checked` property for checkboxes

New Features

  • Add `systray` widget
  • Add `:checked` property to checkbox
  • Fix nix flake
  • Fix `jq`
  • Labels now use gtk's truncation system

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)