11.0.300

achtungsoftware/alarik11.0.300Jul 24, 2026by adubovikov

AI Summary

This release improves the coordinator by exposing custom SIP headers as selectable table columns and fixes a rendering issue where SQL NULL aliases were displayed as literal strings.

Key Highlights

  • Expose `data_extra.custom_headers` as selectable table columns
  • Fix SQL NULL alias rendering to prevent broken image tags
  • Flatten custom SIP headers without overwriting existing keys

New Features

  • Custom header selection in results table

Full Release Notes

## What's Changed

- **feat(coordinator):** surface `data_extra.custom_headers` as selectable Results-table columns (#892). Configured custom SIP headers are flattened onto search result rows (without overwriting existing keys); `getColumns` unions keys across all rows so sparse enriched columns are not dropped.
- **fix(coordinator):** render SQL `NULL` alias fields as empty strings instead of the literal `"<nil>"` (#893). Fixes broken `<img src="<nil>">` for alias `custom_image` and `"<nil>"` tag chips.

**Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.299...11.0.300