Bump to v1.1.0, enable network and docker detectors

- Version bump reflecting new features (sounds, tap reaction, docker detector)
- Rename title to Kao
- Enable network and docker detectors by default

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 20:57:18 -06:00
parent da6613ada3
commit 66c9790d2b
2 changed files with 352 additions and 325 deletions

View File

@@ -45,7 +45,7 @@
},
{
"name": "network",
"enabled": false,
"enabled": true,
"script": "detectors/network.py",
"env": {
"CHECK_INTERVAL": "60",
@@ -55,7 +55,7 @@
},
{
"name": "docker",
"enabled": false,
"enabled": true,
"script": "detectors/docker.py",
"env": {
"CHECK_INTERVAL": "60",
@@ -64,4 +64,4 @@
}
}
]
}
}