v0.9.13
Update v0.9.13
Tag:
v0.9.13GitHub: https://github.com/cenodude/CrossWatch/releases/tag/v0.9.13
This release has upgrade notes.
No downgrade: once v0.9.13 saves your config, older versions won’t load it.
Config secrets are now encrypted at rest in
config.jsonthe next time CrossWatch saves settings.Back up both:
/config/config.json/config/.cw_master_key(or yourCW_CONFIG_KEY/CROSSWATCH_CONFIG_KEY)
Guide: Config encryption
Highlights
UI: refresh
Cleaner layout and improved status presentation.
Updated main screens (Analyzer, Exporter, Watchlist, Captures, Editor, Settings).
Ref: https://github.com/cenodude/CrossWatch/issues/137
Performance: cleanup and refactor
Removes unused parts and reduces UI overhead.
Ref: https://github.com/cenodude/CrossWatch/issues/134
Security: encrypt secrets in
config.json(default)Sensitive values are stored with an
enc:v1:prefix.CrossWatch decrypts them using a local master key.
This helps prevent accidental leakage. It does not protect a compromised host.
Ref: https://github.com/cenodude/CrossWatch/issues/123
Fixes & improvements
Scheduler: don’t start the scheduler thread when scheduling is disabled
Ref: https://github.com/cenodude/CrossWatch/issues/133
Setup wizard: fixed reopen after using Reset all to default
Ref: https://github.com/cenodude/CrossWatch/issues/136
UI: fixed accessibility warnings from unbound labels
Ref: https://github.com/cenodude/CrossWatch/issues/135
UI: increased modal size slightly
UI: fixed header status badge clipping
Scheduler: reduced repeated start/stop messages on save and refresh
Ref: https://github.com/cenodude/CrossWatch/issues/132
Insight Settings: filter provider list to configured providers
Sync output: added Copy button
Copy the active
SyncorWatcherlog.Ref: https://github.com/cenodude/CrossWatch/issues/131
Watchlist: replaced numeric overview with Coverage Pulse
Last updated
Was this helpful?