@@ -3,6 +3,36 @@ Change Log
33
44All notable changes to the project are documented in this file.
55
6+ [ v26.03.0] [ UNRELEASED ] -
7+ -------------------------
8+
9+ ### Changes
10+
11+ - ** Revamped < http://network.local > device browser** . Device cards now
12+ show the IP address, product name, and firmware version from mDNS TXT
13+ records. the mDNS browser is now also available over plain HTTP
14+ - mDNS service records now embed the per-device hostname (using avahi's ` %h `
15+ wildcard), so devices avoid the ` #2 ` , ` #3 ` suffix collisions on service names
16+ when multiple Infix devices share the same LAN
17+ - Add configurable mDNS hostname: set ` services mdns hostname ` to override the
18+ mDNS name advertised in A/AAAA records. Supports ` %h ` (default hostname),
19+ ` %i ` (hardware ID), and ` %m ` (MAC address) format specifiers
20+ - cli: new ` show mdns ` command to list mDNS-discovered devices on the LAN,
21+ with addresses and product model
22+ - Add SSH client commands to the CLI:
23+ - ` ssh [user <name>] [port <num>] <host> ` — connect to a remote device
24+ - ` set ssh known-hosts <host> <keytype> <pubkey> ` — pre-enroll a host key
25+ received out-of-band, e.g. after a factory reset changes the device host key
26+ - ` no ssh known-hosts <host> ` — remove a stale or changed host key entry
27+
28+ ### Fixes
29+
30+ - Fix #1387 : ` infix.local ` now resolves to exactly one device per LAN. Previously
31+ all Infix devices claimed both ` hostname.local ` and ` infix.local ` , causing avahi
32+ to append ` #2 ` , ` #3 ` suffixes to the shared alias on busy networks. Assignment
33+ is now first-come-first-served using standard mDNS conflict resolution
34+ - Fix #1416 : ` show firewall ` command show an error when the firewall is disabled
35+
636[ v26.02.0] [ ] - 2026-03-01
737-------------------------
838
@@ -1932,6 +1962,7 @@ Supported YANG models in addition to those used by sysrepo and netopeer:
19321962
19331963[ buildroot ] : https://buildroot.org/
19341964[ UNRELEASED ] : https://github.com/kernelkit/infix/compare/v26.02.0...HEAD
1965+ [ v26.03.0 ] : https://github.com/kernelkit/infix/compare/v26.02.0...v26.03.0
19351966[ v26.02.0 ] : https://github.com/kernelkit/infix/compare/v26.01.0...v26.02.0
19361967[ v26.01.0 ] : https://github.com/kernelkit/infix/compare/v25.11.0...v26.01.0
19371968[ v25.11.0 ] : https://github.com/kernelkit/infix/compare/v25.10.0...v25.11.0
0 commit comments