Enhancement: handle Vikunja v1rc4 breaking changes (#6234)

This commit is contained in:
shamoon
2026-01-26 10:27:36 -08:00
committed by GitHub
parent 6c945d6573
commit 1aec61811f
4 changed files with 26 additions and 10 deletions
+6
View File
@@ -9,10 +9,16 @@ Allowed fields: `["projects", "tasks7d", "tasksOverdue", "tasksInProgress"]`.
A list of the next 5 tasks ordered by due date is disabled by default, but can be enabled with the `enableTaskList` option.
| Vikunja Version | Homepage Widget Version |
| --------------- | ----------------------- |
| < v1.0.0-rc4 | 1 (default) |
| >= v1.0.0-rc4 | 2 |
```yaml
widget:
type: vikunja
url: http[s]://vikunja.host.or.ip[:port]
key: vikunjaapikey
enableTaskList: true # optional, defaults to false
version: 2 # optional, defaults to 1
```