From ec3093d9af5a2069f99483cd5b08272f5a40d2e9 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Wed, 24 Dec 2025 15:43:33 -0600 Subject: [PATCH] Changelog: Update changelog to include client IP display in network access warning modal --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99784402..3db89ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Advanced filtering for Channels table: Filter menu now allows toggling disabled channels visibility (when a profile is selected) and filtering to show only empty channels without streams (Closes #182) +- Network Access warning modal now displays the client's IP address for better transparency when network restrictions are being enforced - Thanks [@damien-alt-sudo](https://github.com/damien-alt-sudo) (Closes #778) ### Changed