bump to 1.4.4 (the nonupdate update)

chore: clean up code, deprecate status config.
This commit is contained in:
serversdwn
2026-03-17 21:54:15 -04:00
parent 439feb9942
commit 010016d515
8 changed files with 18 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
# Series 3 Watcher v1.4.3
# Series 3 Watcher v1.4.4
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.
@@ -71,8 +71,6 @@ All settings live in `config.ini`. The Setup Wizard covers every field, but here
| Key | Description |
|-----|-------------|
| `SCAN_INTERVAL_SECONDS` | How often to scan the folder (default `300`) |
| `OK_HOURS` | Age threshold for OK status (default `12`) |
| `MISSING_HOURS` | Age threshold for Missing status (default `24`) |
| `MLG_HEADER_BYTES` | Bytes to read from each `.MLG` header for unit ID (default `2048`) |
| `RECENT_WARN_DAYS` | Log unsniffable files newer than this window |
@@ -123,7 +121,7 @@ To view connected watchers: **Settings → Developer → Watcher Manager**.
## Versioning
Follows **Semantic Versioning**. Current release: **v1.4.3**.
Follows **Semantic Versioning**. Current release: **v1.4.4**.
See `CHANGELOG.md` for full history.
---