-
v0.3.9 Stable
released this
2026-07-13 18:16:55 +01:00 | 171 commits to main since this releaseTest build (0.3.9): two fixes on top of 0.3.8. (a) Stale-read after create — a newly-created device now shows its ports immediately; ordering fix in the create+ports orchestration (setSelected was firing before ports were materialised, so the reloadPorts effect saw an empty DB). (b) VLAN mask field derived from the CIDR and rendered read-only in both create form and row-edit — the CIDR is now the single source of truth. Mask still stored on save so exports keep working.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.9-windows-x86_64-setup.exe
0 downloads ·
2026-07-13 18:29:02 +01:00 · 4.9 MiB
-
Source code (ZIP)
-
v0.3.8 Stable
released this
2026-07-13 17:37:33 +01:00 | 172 commits to main since this releaseTest build (0.3.8): Pile-A corrections on top of 0.3.7. (a) Combobox popover dark-theme fix — WebView2 scrollbar chrome now matches the app palette. (b) ADR-N018 completion — Edit-mode PortRow gains inline Media LookupCombobox; MiscPortRow gains inline Signal LookupCombobox. (c) ADR-N019 formalised — inline warn+suggest under VLAN form fields for off-boundary CIDR, subnet overlap, duplicate VLAN id, duplicate gateway. Four new Rust validate() rules mirror all four on the Validate screen. Never auto-applies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.8-windows-x86_64-setup.exe
0 downloads ·
2026-07-13 17:42:21 +01:00 · 4.9 MiB
-
Source code (ZIP)
-
v0.3.7 Stable
released this
2026-07-13 15:57:18 +01:00 | 174 commits to main since this releaseTest build (0.3.7): unified device editor + VLAN edit + app-wide dropdown fix. ADR-N018 (Create and Edit are one editor; port CRUD moves inside the editor), ADR-N020 (combobox popover flex-shrink fix — long lists scroll cleanly). Network / VLANs gets full inline row-edit with mask + notes + duplicate-id collision guards. ADR-N016 amended: pre-flight screenshot pass retired; operator verifies via the installed release.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.7-windows-x86_64-setup.exe
0 downloads ·
2026-07-13 16:01:19 +01:00 · 4.9 MiB
-
Source code (ZIP)
-
v0.3.6 Stable
released this
2026-07-12 23:20:24 +01:00 | 176 commits to main since this releaseTest build (0.3.6): remedial correction — ports UI + per-model unit numbering. (1) unit_number is now a sequence WITHIN brand+model (first GrandMA 2k Node = 001; second = 002; different model starts at 001) — ADR-N013 amended. (2) Direction field removed everywhere (Loud Network has no directional-signal concept). (3) Ports table grouped by kind via section headings ('Network Ports' / 'Misc Ports'), no per-row Kind column. (4) Media dropdown re-rendered cleanly; default new network port to '100M/1GbE' (migration 004 renames the seeded '100/1GbE' → '100M/1GbE'). (5) Global dark-theme baseline for form controls — no more white backgrounds. Verified on loud-win's real GUI (ADR-N016). Hands-on validation build, not a phase completion (ADR-N011 exception recorded).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.6-windows-x86_64-setup.exe
0 downloads ·
2026-07-12 23:20:26 +01:00 · 4.9 MiB
-
Source code (ZIP)
-
v0.3.5 Stable
released this
2026-07-12 20:29:58 +01:00 | 178 commits to main since this releaseTest build (0.3.5): Backend-owned lookup lists + network-first ports (ADR-N017). Every controlled attribute (media_types, signal_types, brands, models, device_types) is a per-project lookup list with a uniform select-or-create combobox. Ports have a kind ('network' | 'misc'): network ports carry Media (from media_types) + VLAN + IP; misc ports carry a signal_type and are drawing-depiction only. VLAN column resolves to name+[id] (was showing signal_domain). 'Media' replaces 'Connector' everywhere. Create form defines the device WITH its ports at once (line-per-port inline). Supersedes ADR-N014's project-derived autocomplete. Verified on loud-win's real GUI (ADR-N016). Hands-on validation build, not a phase completion (ADR-N011 exception recorded).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.5-windows-x86_64-setup.exe
0 downloads ·
2026-07-12 20:30:00 +01:00 · 4.9 MiB
-
Source code (ZIP)
-
v0.3.4 Stable
released this
2026-07-12 18:54:08 +01:00 | 180 commits to main since this releaseTest build (0.3.4): Devices consolidated correction. Autocomplete combobox on Brand / Model / Device Type (ADR-N014); project-wide unique unit_number with next-free auto-assign on create/duplicate, collision guard on edit, defensive validation rule (ADR-N013); duplicate creates a genuinely new unit (no (copy) suffix); + Add device opens an empty isolated form. Also records the locked non-goal that Loud Network is a planning/authoring tool with no live device telemetry / status / monitoring (ADR-N015) and the standing practice that UI-affecting changes are verified on loud-win's real GUI (ADR-N016). Hands-on validation build, not a phase completion (ADR-N011 exception recorded).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.4-windows-x86_64-setup.exe
0 downloads ·
2026-07-12 18:54:11 +01:00 · 4.9 MiB
-
Source code (ZIP)
-
v0.3.3 Stable
released this
2026-07-12 16:13:26 +01:00 | 184 commits to main since this releaseTest build (0.3.3): Devices master-detail rebuild + new LOUD NETWORK app icon. Rebuilt Devices as a proper master/detail — narrow nav list on the left with a full-width detail pane on the right carrying every action as a visible toolbar button (Edit / +Add port / +Bulk add / Duplicate / Save as preset / Delete). Auto-selects first device on load. Verified in a real browser with 12 seeded devices at 1200/1440/1600 wide. New icon regenerated at every platform size (icon.ico includes 16/24/32/48/64/256). Hands-on validation build, not a phase completion (ADR-N011 exception recorded).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.3-windows-x86_64-setup.exe
0 downloads ·
2026-07-12 16:13:28 +01:00 · 4.9 MiB
-
Source code (ZIP)
-
v0.3.2 Stable
released this
2026-07-12 14:25:44 +01:00 | 186 commits to main since this releaseTest build (0.3.2): Devices row-actions layout fix. The ALL DEVICES list rendered Dup / Save preset / Delete as three inline ghost buttons that read as text jammed onto the row; replaced with a per-row kebab (⋮) overflow menu. Name and Zone cells now truncate with hover-title so long values don't reflow the row. This is a hands-on validation build, not a phase completion (ADR-N011 exception recorded).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.2-windows-x86_64-setup.exe
0 downloads ·
2026-07-12 14:25:46 +01:00 · 4.8 MiB
-
Source code (ZIP)
-
v0.3.1 Stable
released this
2026-07-12 14:06:46 +01:00 | 188 commits to main since this releaseTest build (0.3.1): Phase-3.5 device-first correction (ADR-N012). Devices are preset-optional and port-first; add_device -> create_device; new add_port / delete_port / bulk_add_ports (with optional batch net-config); save_device_as_preset; duplicate_device. Additive migration 002_device_first.sql. Full details in commit
51bae2c. This is a hands-on validation build, not a phase completion (ADR-N011 exception recorded).Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.1-windows-x86_64-setup.exe
0 downloads ·
2026-07-12 14:06:49 +01:00 · 4.8 MiB
-
Source code (ZIP)
-
v0.3.0 Stable
released this
2026-07-11 04:48:55 +01:00 | 192 commits to main since this releasePhase 3 complete: Data-entry UX + Patch Matrix (dropdown + grid). See commit log for slice-by-slice details. Same commands + connections truth as Phase 2; two synchronised views over the same rows.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.3.0-windows-x86_64-setup.exe
0 downloads ·
2026-07-11 04:48:58 +01:00 · 4.8 MiB
-
Source code (ZIP)