Update to v1.4.2

Feat: tray icon now shows API/watcher health rather than unit ages. unit submenu removed, now handled by recieving software.

Chore: remove old unneeded code from deprecated features (console colorization, Missing/pending age limits)
This commit is contained in:
serversdwn
2026-03-17 16:02:24 -04:00
parent 3303e22843
commit d2a8c2d928
6 changed files with 17 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
# Series 3 Watcher v1.4.1
# Series 3 Watcher v1.4.2
Monitors Instantel **Series 3 (Minimate)** call-in activity on a Blastware server. Runs as a **system tray app** that starts automatically on login, reports heartbeats to terra-view, and self-updates from Gitea.
@@ -82,7 +82,6 @@ All settings live in `config.ini`. The Setup Wizard covers every field, but here
|-----|-------------|
| `ENABLE_LOGGING` | `true` / `false` |
| `LOG_RETENTION_DAYS` | Auto-clear log after this many days (default `30`) |
| `COLORIZE` | ANSI colours in console — leave `false` on Win7 |
---
@@ -117,7 +116,7 @@ To view connected watchers: **Settings → Developer → Watcher Manager**.
## Versioning
Follows **Semantic Versioning**. Current release: **v1.4.1**.
Follows **Semantic Versioning**. Current release: **v1.4.2**.
See `CHANGELOG.md` for full history.
---