v1.5.0
Minor Changes
-
#211
86d08e4Thanks @GabeDuarteM! - Improve query logs with new filters, auto-refresh, and better duration displayNew Filters and Auto-Refresh
You can now filter query logs by DNS record type (A, AAAA, CNAME, MX, etc.) and by all Blocky response types. A new auto-refresh toggle lets you enable or disable automatic refresh every 30 seconds.
Duration Column
The Duration column now better indicates when no external DNS lookup was needed:
- Dash (—): Locally-resolved responses with 0ms duration (cached, blocked, hosts file, etc.)
- 0ms: Externally-resolved responses that returned instantly (e.g., due to upstream caching)
- Xms: Normal duration for any response that took measurable time
-
#211
86d08e4Thanks @GabeDuarteM! - Add optional instance name in browser tab titleCustom instance name
When running multiple BlockyUI instances, you can now set an
INSTANCE_NAMEenvironment variable to display a custom name in the browser tab title (e.g., "BlockyUI @ blocky-vm2").To enable, add the environment variable to your configuration:
INSTANCE_NAME=blocky-vm2
Patch Changes
-
#211
86d08e4Thanks @GabeDuarteM! - Fix CSV log provider errors not showing in the UICSV log provider errors (such as permission issues or missing directories) now display in the UI instead of failing silently with an empty table.

