Releases: d-oit/do-knowledge-studio
Releases · d-oit/do-knowledge-studio
v0.2.5 — Transaction & E2E Fixes
Fixes
- SQLite WASM nested transaction — defensive COMMIT before BEGIN TRANSACTION clears dangling autocommit state from INSERT…RETURNING
- E2E tiptap timing — wait for ProseMirror[contenteditable=true] instead of .tiptap-content visibility
All 30 E2E tests now pass (1 skipped). 310 unit tests green.
v0.2.4 — Security, Documentation & Skills
Highlights
Security
- AES-256-GCM encryption for API keys at rest via Web Crypto API (#238)
- SSRF protection blocking javascript: URIs and local network access
Documentation Suite
- docs/CLI.md — CLI reference for all 20 commands
- docs/DATABASE.md — Schema reference with ER diagram
- docs/DEVELOPMENT.md — Developer onboarding guide
- docs/SEARCH.md — Dual FTS5+Orama search architecture
- docs/LLM-SETUP.md — LLM provider configuration guide
- docs/REPOSITORY-API.md — Full repository API reference
New Skill
- impeccable — Frontend design quality skill (#251)
Other
- Silent catch block comment improvements
- E2E test fixes
- 5 Dependabot dependency updates
- maskApiKey simplification