11.0.317

sipcapture/homer11.0.317Aug 13, 2026by adubovikov

AI Summary

This release resolves dashboard ownership conflicts and improves the initial UI experience. Default dashboards are now unique per user, and the application defaults to the system's color scheme preference.

Key Highlights

  • Default dashboard IDs are now unique per user to prevent ownership conflicts.
  • Fresh installs now respect the system's color scheme (light/dark mode).
  • Fixes an issue where the first user to seed blocked later users.

Full Release Notes

## What's Changed
* fix(dashboards): seed default IDs per user (11.0.317) by @adubovikov in https://github.com/sipcapture/homer/pull/937
* fix(ui): default theme to system preference by @adubovikov in https://github.com/sipcapture/homer/pull/938

### Dashboards
- Default dashboard IDs (`home`, `smartsearch`, `games`, `netgames`) are unique per user. The first account to seed no longer blocks every later user with `"dashboard is owned by another user"` ([#936](https://github.com/sipcapture/homer/issues/936)).

### UI
- Fresh installs follow `prefers-color-scheme` (`defaultTheme="system"`). Saved `vite-ui-theme` values are unchanged ([#935](https://github.com/sipcapture/homer/issues/935)).

**Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.316...11.0.317