Fixes
- Corrected internal routing and proxy labels for Docker Compose applications and previews to use each service's configured port, with the application port as a fallback.
- Restored the unsaved-changes indicator when switching label management to manual mode by updating Livewire. (#11612, closes #11265)
- Routed Telegram alerts for outdated Traefik versions to the configured topic instead of the main chat. (#11526)
- Corrected the file and directory deletion confirmation text. (#11541)
Improvements
- Ran stuck-resource cleanup in the background at 03:17 each day so it no longer blocked other scheduled tasks.
- Displayed the API token's one-time visibility warning directly beside the generated token.
What's Changed
- fix: update livewire to fix wire:dirty reactivity by @peaklabs-dev in #11612
- fix(ui): typo on storage delete modal by @ShadowArcanist in #11541
- fix(notifications): send traefik outdated alerts to the correct topic id by @DiyRex in #11526
Full Changelog: v4.3.15...v4.3.16