Add subnet compression for IP address display
All checks were successful
Build and Release / build-and-release (push) Successful in 1m8s

Compress IPv4 addresses from same subnet to save space. Shows first IP in full (192.168.30.1) and subsequent IPs in same subnet with only last octet (100, 142).

Version bump to 0.1.163
This commit is contained in:
2025-11-26 18:10:08 +01:00
parent 53e1d8bbce
commit fbbb4a4cfb
5 changed files with 45 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard"
version = "0.1.162"
version = "0.1.163"
edition = "2021"
[dependencies]