@qrafty-ai/opencode-kanban 0.5.6-linux-x64 → 0.5.7-darwin-arm64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -138,6 +138,22 @@ For full, current bindings, use the in-app help overlay (`?`).
138
138
 
139
139
  The app creates config/data files on demand.
140
140
 
141
+ Additional top-level notification settings:
142
+
143
+ - `notification_backend`: `tmux` | `system` | `both` | `none`
144
+ - `notification_display_duration_ms`: `500..=30000`
145
+ - `completion_sound`: `none` | `beep` (defaults to `none`)
146
+ - `completion_sound_volume_percent`: `0..=100` (defaults to `100`; `0` skips audio init and playback)
147
+
148
+ Example:
149
+
150
+ ```toml
151
+ notification_backend = "both"
152
+ notification_display_duration_ms = 3000
153
+ completion_sound = "beep"
154
+ completion_sound_volume_percent = 40
155
+ ```
156
+
141
157
  ### Theme configuration options
142
158
 
143
159
  Theme values live in `~/.config/opencode-kanban/settings.toml`.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@qrafty-ai/opencode-kanban",
3
- "version": "0.5.6-linux-x64",
3
+ "version": "0.5.7-darwin-arm64",
4
4
  "description": "Terminal kanban board for managing OpenCode tmux sessions",
5
5
  "license": "MIT",
6
6
  "os": [
7
- "linux"
7
+ "darwin"
8
8
  ],
9
9
  "cpu": [
10
- "x64"
10
+ "arm64"
11
11
  ],
12
12
  "files": [
13
13
  "vendor"