What's Changed
🔒 Logout now fully closes active connections
Signing out clears all persisted session data. Previously, only the auth token was removed — the open connections were saved in the browser and automatically reopened on the next login. After this fix, logout wipes the session list so you start fresh on every login.
🌐 Trusted proxy now supports CIDR ranges
Trusted proxy entries like `172.17.0.0/16` or `10.0.0.0/8` now work correctly. Previously only exact IP matches were supported, so subnet-based configurations silently failed — causing every audit log entry to show the proxy/Docker bridge IP instead of the real client IP.
Container image
docker run -d -p 7443:7443 ghcr.io/kotoxie/alterm:0.5.5