11.0.323

sipcapture/homer11.0.323Aug 19, 2026by adubovikov

AI Summary

Ships catalog backup/restore CLI functionality and fixes QoS chart time formatting to respect the dashboard timezone.

Key Highlights

  • Includes catalog backup and restore CLI tools previously released in 11.0.322.
  • QoS RTP/RTCP chart axes now follow the dashboard timezone, including browser local time.
  • Refactors QoS axis time formatting into a datetime helper.

New Features

  • CLI backup and restore
  • Timezone-aware QoS charts

Full Release Notes

QoS RTP/RTCP chart axes now follow the dashboard timezone, including browser local time. This release also ships the catalog backup/restore CLI from 11.0.322, which was not tagged separately.
## What's Changed
* feat(cli): add catalog backup and restore (11.0.322) by @adubovikov in https://github.com/sipcapture/homer/pull/951
* Fix QoS RTP/RTCP axis time formatting when dashboard timezone is set to local. by @benasse in https://github.com/sipcapture/homer/pull/952
* refactor(ui): move QoS axis time formatting into datetime helper by @adubovikov in https://github.com/sipcapture/homer/pull/953
* chore: bump version to 11.0.323 by @adubovikov in https://github.com/sipcapture/homer/pull/954

## New Contributors
* @benasse made their first contribution in https://github.com/sipcapture/homer/pull/952

**Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.321...11.0.323