Highlights
- Rich value autocomplete — Type
host=in LogchefQL and get instant value suggestions with occurrence counts from the field sidebar - Tailwind CSS v4 + Vega theme — New visual design with Zinc/Blue palette, sharper borders, bolder chart colors
- Unovis histograms — Brush-drag zoom, crosshair tooltips, stacked bars
- Sidebar collapsed by default — More screen space for logs
- Numeric field exploration —
status(UInt16),bytes(UInt32) now show top values in sidebar
Backend
- Backtick-quote all field names in SQL (fixes hyphenated field names like
user-identifier) ValidationErrortype returns proper HTTP 400 instead of 500- Numeric fields supported in field value queries
See full changelog for all changes.