v0.5.0
Mintplex-Labs/anything-llmv0.5.0Feb 17, 2024by elkowar
AI Summary
A significant update introducing Vanilla CSS support, a new stack widget, and various mathematical and JSON processing functions.
Key Highlights
- Full Vanilla CSS support added
- New `stack` widget for layout management
- New `tooltip` widget for custom tooltips
- Introduction of `jq` function for JSON processing
- Trigonometric functions and math helpers
Breaking Changes
- Remove `eww windows` command, replace with `eww active-windows` and `eww list-windows`
New Features
- Add `:namespace` window option
- Default to building with x11 and wayland support simultaneously
- Add `truncate-left` property on `label` widgets
- Add `gravity` property on `label` widgets
- Add support for safe access (`?.`) in simplexpr
- Allow floating-point numbers in percentages for window-geometry
- Add support for safe access with index (`?.[n]`)
- Made `and`, `or` and `?:` lazily evaluated in simplexpr
- Add Vanilla CSS support
- Add `jq` function
- Add `justify` property to the label widget
- Add `EWW_TIME` magic variable
- Add trigonometric functions (`sin`, `cos`, `tan`, `cot`)
- Add `substring` function to simplexpr
- Add `--duration` flag to `eww open`
- Add support for referring to monitor with `<primary>`
- Add support for multiple matchers in `monitor` field
- Add `stack` widget
- Add `unindent` property to the label widget
- Switch to stable rust toolchain (1.76)
- Add `tooltip` widget
- Add `eww shell-completions` command
Full Release Notes
# Eww 0.5.0 ## BREAKING CHANGES - Remove `eww windows` command, replace with `eww active-windows` and `eww list-windows` ## Features - Add `:namespace` window option - Default to building with x11 and wayland support simultaneously - Add `truncate-left` property on `label` widgets (By: kawaki-san) - Add `gravity` property on `label` widgets (By: Elekrisk) - Add support for safe access (`?.`) in simplexpr (By: oldwomanjosiah) - Allow floating-point numbers in percentages for window-geometry - Add support for safe access with index (`?.[n]`) (By: ModProg) - Made `and`, `or` and `?:` lazily evaluated in simplexpr (By: ModProg) - Add Vanilla CSS support (By: Ezequiel Ramis) - Add `jq` function, offering jq-style json processing - Add `justify` property to the label widget, allowing text justification (By: n3oney) - Add `EWW_TIME` magic variable (By: Erenoit) - Add trigonometric functions (`sin`, `cos`, `tan`, `cot`) and degree/radian conversions (`degtorad`, `radtodeg`) (By: end-4) - Add `substring` function to simplexpr - Add `--duration` flag to `eww open` - Add support for referring to monitor with `<primary>` - Add support for multiple matchers in `monitor` field - Add `stack` widget (By: vladaviedov) - Add `unindent` property to the label widget, allowing to disable removal of leading spaces (By: nrv) - Switch to stable rust toolchain (1.76) - Add `tooltip` widget, which allows setting a custom tooltip (not only text), to a widget (By: Rayzeq) - Add `eww shell-completions` command, generating completion scripts for different shells ## Fixes - Fix wrong values in `EWW_NET` - Fix logfiles growing indefinitely