Skip to content

Commit 605ead1

Browse files
author
Dennis Braun
committed
Prepare release v2026-02-13.2: changelog, README feature table
1 parent fdbcbdc commit 605ead1

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Open `http://localhost:8765`, enter your router login, done. [Full installation
6969
| **[Speedtest Integration](https://github.com/itsDNNS/docsight/wiki/Features-Speedtest)** | Speed test history from [Speedtest Tracker](https://github.com/alexjustesen/speedtest-tracker) |
7070
| **[Incident Journal](https://github.com/itsDNNS/docsight/wiki/Features-Incident-Journal)** | Document ISP issues with attachments |
7171
| **[Complaint Generator](https://github.com/itsDNNS/docsight/wiki/Filing-a-Complaint)** | Editable ISP letter + downloadable technical PDF |
72+
| **Channel Timeline** | Per-channel power, SNR, error, and modulation history over time |
7273
| **[Home Assistant](https://github.com/itsDNNS/docsight/wiki/Home-Assistant)** | MQTT Auto-Discovery with per-channel sensors |
7374
| **[BQM Integration](https://github.com/itsDNNS/docsight/wiki/Features-BQM)** | ThinkBroadband broadband quality graphs |
7475
| **[LLM Export](https://github.com/itsDNNS/docsight/wiki/Features-LLM-Export)** | Structured reports for AI analysis |

app/changelog.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
[
2+
{
3+
"version": "v2026-02-13.2",
4+
"date": "2026-02-13",
5+
"highlights": [
6+
{
7+
"icon": "📡",
8+
"text": "New: Per-Channel Timeline — view power, SNR, errors, and modulation history for individual channels"
9+
},
10+
{
11+
"icon": "🎯",
12+
"text": "New: Modulation change timeline with upgrade/downgrade indicators"
13+
},
14+
{
15+
"icon": "🔧",
16+
"text": "Improved: US channels show power chart only (no empty error chart)"
17+
},
18+
{
19+
"icon": "🎨",
20+
"text": "Updated sidebar icons for Signal Trends and Channel Timeline"
21+
}
22+
]
23+
},
224
{
325
"version": "v2026-02-13.1",
426
"date": "2026-02-13",

app/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
<span class="icon">&#128200;</span> {{ t.signal_trends }}
812812
</a>
813813
<a class="sidebar-link" data-view="channels">
814-
<span class="icon">&#128225;</span> {{ t.channel_timeline }}
814+
<span class="icon">&#128336;</span> {{ t.channel_timeline }}
815815
</a>
816816
<div class="sidebar-section-label">{{ t.sidebar_external }}</div>
817817
{% if speedtest_configured %}

0 commit comments

Comments
 (0)