ChannelWatch v0.9.18, v0.9.19, and v1.0.0
A few ChannelWatch releases landed close together, so here is one combined update.
v0.9.18
ChannelWatch now creates and manages its own credential encryption key inside persistent /config.
Normal installations no longer need CHANNELWATCH_SECRET_STORAGE_KEY. Saved DVR and notification credentials remain encrypted, but users do not need to generate, enter, copy, or preserve a separate deployment key.
This release also introduced the newer signed Update Center, automatic update policies, and improved support for LAN, .local, single label, and Tailscale DVR hostnames.
v0.9.19
This release fixes the empty Recent Activity and 24-Hour Timeline problem.
ChannelWatch was detecting events and preserving them in activity_history.json, but the dashboard could read an empty SQLite activity table instead. That made valid live TV, movie, episode, and recording activity appear missing.
SQLite is now the main activity store. Existing valid activity is migrated automatically, and Recent Activity, the timeline, per-DVR history, feeds, backups, clearing, retention, and DVR deletion now use the same storage rules.
No DVR credentials need to be entered again, and users should not edit the activity files manually.
v1.0.0
v1.0.0 is the first container-image milestone under the new release schedule.
This release aligns the application and container runtime, introduces launcher protocol 3, and fixes the Update Center status race that could temporarily replace version information with Unknown when two update checks overlapped.
Starting now:
- Versions ending in
.0, such as v1.0.0 and v1.1.0, require the matching container image.
- Versions v1.0.1 through v1.0.9 will install through the signed in-app Update Center.
- After v1.0.9, the next milestone will be v1.1.0.
Updating to v1.0.0
Pull and recreate the container using:
coderluii/channelwatch:1.0.0
Preserve the existing /config volume or directory. That contains the ChannelWatch settings, credentials, encryption key, database, activity history, and backups.
GitHub release:
Docker Hub:
https://hub.docker.com/r/coderluii/channelwatch/tags?name=1.0.0
The v1.0.0 image is available for both AMD64 and ARM64.
Cheers,
CoderLuii
