v0.6.0

BerriAI/litellmv0.6.0Apr 21, 2024by elkowar

AI Summary

This release focuses on stability and user experience improvements, fixing command execution order and various bugs, while introducing a system tray widget and enhanced checkbox functionality.

Key Highlights

  • Added `systray` widget
  • Added `:checked` property to checkbox
  • Fixed shell-completions subcommand execution order
  • Improved label truncation system

New Features

  • Systray widget
  • Checkbox `:checked` property
  • Label truncation system (gtk-based)

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)