bump: version 0.31.1 → 0.32.0

This commit is contained in:
github-actions[bot]
2025-11-11 23:54:43 +00:00
parent f6656fee06
commit 49a9dd43c6
4 changed files with 22 additions and 4 deletions
+18
View File
@@ -1,3 +1,21 @@
## v0.32.0 (2025-11-11)
### Feat
- **ollama**: Pull model on startup if not available in ollama
- add dynamic vector sync status updates with htmx polling
- add webhook management UI and BeforeNodeDeletedEvent support
- validate Nextcloud webhook schemas and document findings
### Fix
- improve webapp tab UI with CSS Grid and viewport-filling container
### Refactor
- move webapp from /user/page to /app
- consolidate database storage for webhooks and OAuth tokens
## v0.31.1 (2025-11-10)
### Refactor