diff --git a/README.md b/README.md index a8a199d..b947bdf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See also: [Installation](docs/INSTALL.md) ``` $ git clone https://github.com/jhaverlack/sdl.git $ cd sdl -$ install-sdl.sh +$ ./install-sdl.sh ``` Point you browser to http://IP-ADDR:8081 diff --git a/changelog.json b/changelog.json index 12beb7b..0b16d57 100644 --- a/changelog.json +++ b/changelog.json @@ -1,10 +1,17 @@ { "releases": [ + { + "version": "0.3.2", + "date": "2026-01-31", + "maturity": "ALPHA", + "summary": "", + "notes": "" + }, { "version": "0.3.1", "date": "2026-01-31", "maturity": "ALPHA", - "summary": "", + "summary": "README Cleanup", "notes": "" }, { @@ -12,7 +19,7 @@ "date": "2026-01-31", "maturity": "ALPHA", "summary": "Initial Codebase", - "notes": "" + "notes": "Initial GitHub Release" } ] } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4babb40..b082647 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,11 +5,19 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.1 | +| **Version** | 0.3.2 | | **Date** | 2026-01-31 | +## v0.3.2 - 2026-01-31 (ALPHA) + +- Start v0.3.2 + ## v0.3.1 - 2026-01-31 (ALPHA) +**Summary** +README Cleanup + +- v0.3.1 - Start v0.3.1 - Removing duplicate LICENSE file - README Cleanup diff --git a/sdl-mgr/html/js/dash.js b/sdl-mgr/html/js/dash.js index ed97257..b398c78 100644 --- a/sdl-mgr/html/js/dash.js +++ b/sdl-mgr/html/js/dash.js @@ -314,12 +314,6 @@ function renderModulesTable(msg) { const modules = msg.msg.modules; let html = '
| Module | - //Status | - //|
|---|---|---|
| + | ${name} | ${icon} |