chore(release): v0.3.9 — AI 흐름 unblock UI + FTS5 escape

audit edge case 3건:
- pending 노트 "건너뛰기" 버튼 (cancelPending: pending → disabled + jobs DELETE)
- failed 노트 per-note "재시도" 버튼 (retryOneFailed: failed → pending + enqueue)
- FTS5 sanitize regex 확장 (backtick/dash/caret 추가)

동시 편집 race 는 EditableField guard 가 이미 처리 (수정 불필요).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
th-kim0823
2026-05-11 17:43:46 +09:00
parent 014c06e1f0
commit 2e69f598bc
12 changed files with 191 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "inkling",
"version": "0.3.8",
"version": "0.3.9",
"private": true,
"description": "Inkling — local-first 한 줄 보관 도구",
"author": "altair823 <dlsrks0734@gmail.com>",