Releases: cpauldev/nodex
Releases · cpauldev/nodex
Release list
v0.1.6
Nodex 0.1.6
This release updates the application icon and readme banner assets with the new design, and bumps the version to 0.1.6.
What's new
- Updated all icon assets to the new design, including the Windows executable icon, standard PNG, and SVG formats (
build/icon.ico,build/icon.png,public/icon.png,public/icon.svg, and.github/readme/icon.png). - Updated the readme banner (
.github/readme/banner.png) to align with the new design. - Bumped the app version to
0.1.6.
Notes
- Install from the
.exeGitHub Release asset. - This release is unsigned.
- IPFS discovery uses a bundled Kubo runtime; no separate IPFS installation is required.
v0.1.5
Nodex 0.1.5
This release introduces a brand new World Radio player supporting over 50,000 live stations, alongside UI/UX refinements, layout spacing fixes, and codebase optimizations.
What's new
- Added a brand new World Radio player supporting over 50,000 live radio stations from around the globe, complete with filters for genre, country, and language.
- Replaced native select dropdowns in the filters toolbar with the custom
SelectMenucomponent. - Simplified kind badge labels from "Radio Station" and "P2P Network" to "Radio" and "P2P".
- Swapped the
Radioicon for theMusicicon across the sidebar, table row badges, and media players. - Fixed layout spacing inconsistencies between different sections in the collapsed sidebar.
- Increased the standard sidebar width from
236pxto256px. - Improved the table name column to expand dynamically and support text-overflow truncation with ellipses.
- Configured the main area and drawers to use standard normal-sized scrollbars.
- Added a
280pxmax-height constraint and custom scrollbars to select popovers. - Removed the bottom fade gradient overlay from the sidebar scroll area.
- Fixed the visual gap outline on the bottom edge of the floating player bar.
- Unified the P2P network views and collectors order to: Bitcoin, Ethereum, Base, IPFS, and XMTP.
- Refactored helper structures in
presentation.tsto use map lookups instead of conditional checks. - Synchronized union type schemas inside both
src/types.tsandelectron/types.ts. - Bumped the app version to
0.1.5.
Notes
- Install from the
.exeGitHub Release asset. - This release is unsigned.
- IPFS discovery uses a bundled Kubo runtime; no separate IPFS installation is required.
v0.1.4
Nodex 0.1.4
This release fixes the packaged app title-bar icon path so the installed Windows build shows the Nodex image correctly.
What changed
- Fixed renderer asset paths so
icon.pngloads correctly in the packaged app. - The favicon and title-bar brand image now work in both development and installed builds.
- Bumped the app version to
0.1.4.
Notes
- Install from the
.exeGitHub Release asset. - This release is unsigned.
- IPFS discovery uses a bundled Kubo runtime; no separate IPFS installation is required.
v0.1.3
Nodex 0.1.3
First public Windows release of Nodex, a local desktop dashboard for wireless, network, and public P2P peer discovery.
What’s included
- Electron-based Windows desktop app with a custom React interface.
- Nearby Wi-Fi, Bluetooth, network-neighbor, multicast, and adapter inspection.
- Public P2P discovery for Bitcoin, Ethereum, Base, IPFS, and XMTP.
- Searchable and sortable record views, detail drawers, a GeoIP peer map, live scan progress, and JSON export.
- Light, dark, and system theme support.
- Windows actions for supported Wi-Fi, Bluetooth, neighbor, and adapter workflows.
Packaging
- Windows NSIS installer published as a GitHub Release asset.
- Installer filename follows the pattern
Nodex-0.1.3-win-x64.exe. - Release assets also include
latest.ymlfor Electron updater compatibility.
Notes
- This release is unsigned.
- IPFS discovery uses a bundled Kubo runtime; no separate IPFS installation is required.
- Public P2P discovery is for inspection and reachability, not proof of trust or membership.