release: ship v1.6.0 with paged suggestions and a cleaner phrase memory
Some checks failed
deploy-site / deploy (push) Failing after 39s
release / release-windows (push) Failing after 3m41s
portable-unsigned / portable-windows (push) Failing after 12m23s

Next-sentence suggestions now arrive one at a time up to twelve, shown three
per page with Ctrl+Alt+Up/Down to move, Left/Right to page, Enter to accept
and Esc to close; old default bindings migrate and the panel guide follows the
live bindings. The overlay is redesigned, stays put while candidates stream
and sits outside the input box when no caret is reported.

The personal phrase memory stops learning from terminals, code editors and
the coding-agent hub, ignores symbol-heavy lines and empty-field placeholders,
and prunes existing entries that break those rules.

Fixes suggestion keys starting dictation, installs stuck on a pre-1.5.0
speech engine without the focus endpoint, Ollama runner windows flashing
while typing, the speech engine starting twice, and cold-model timeouts.
Live captions can be dragged to a remembered position and show a waiting
notice until the first line arrives.

Bumps the product version to 1.6.0 (Android/iOS build 1060000).
This commit is contained in:
Yun Chan 2026-09-24 19:56:28 +09:00
parent 856e375f3e
commit 2fe20fa7b5
71 changed files with 2469 additions and 366 deletions

View file

@ -1225,7 +1225,7 @@
"popup.time.daysAgo": "{{d}}일 전",
"popup.copy": "복사",
"popup.error.default": "오류가 발생했습니다",
"popup.caption.loading": "⏳ STT 모델 로딩 중...",
"popup.caption.loading": "음성 모델 준비 중…",
"mobile.paywall.title": "D3RO PRO 및 리워드",
"mobile.paywall.close": "결제 화면 닫기",
"mobile.paywall.currentPlan": "현재 요금제",
@ -1763,6 +1763,8 @@
"popup.suggestion.hintAccept": "수락",
"popup.suggestion.hintNext": "다음",
"popup.suggestion.hintDismiss": "닫기",
"popup.suggestion.hintMove": "이동",
"popup.suggestion.hintPage": "페이지",
"popup.suggestion.loading": "생성 중…",
"keybinding.ui.sectionInput": "입력 제안",
"keybinding.action.suggestionAccept": "제안 수락",
@ -1838,8 +1840,13 @@
"input.unit.percent": "%",
"popup.suggestion.warming": "모델 준비 중…",
"popup.suggestion.hintGenerating": "생성 중…",
"popup.suggestion.hintGeneratingMore": "더 생성 중… (최대 {{max}}개)",
"keybinding.action.suggestionPrev": "이전 제안",
"keybinding.action.suggestionPrev.desc": "이전 제안 후보로 이동합니다.",
"keybinding.action.suggestionPageNext": "다음 페이지",
"keybinding.action.suggestionPageNext.desc": "다음 제안 페이지를 봅니다 (최대 12개까지).",
"keybinding.action.suggestionPagePrev": "이전 페이지",
"keybinding.action.suggestionPagePrev.desc": "이전 제안 페이지로 이동합니다.",
"input.insights.tabs.graph": "그래프",
"input.graph.description": "내 문장을 노드로, 문장 사이의 관계(무엇이 무엇 뒤에 오는지, 어떤 용어를 공유하는지)를 엣지로 저장해 제안에 개인 문맥을 끌어옵니다. 전부 로컬입니다.",
"input.graph.nodes": "문장 노드",
@ -1901,5 +1908,7 @@
"input.privacy.unavailable": "지금은 로컬 데이터 영수증을 불러올 수 없습니다. 수량과 보존 기간은 표시하지 않습니다.",
"input.feedback.clearFailed": "수집된 데이터를 삭제하지 못했습니다.",
"input.feedback.excludedFailed": "제외 목록을 저장하지 못했습니다.",
"input.feedback.recommendationFailed": "{{app}}을(를) 제외 목록에 추가하지 못했습니다."
"input.feedback.recommendationFailed": "{{app}}을(를) 제외 목록에 추가하지 못했습니다.",
"popup.caption.waiting": "듣는 중… 첫 자막까지 몇 초 걸릴 수 있어요",
"popup.caption.dragHint": "끌어서 이동 · 더블클릭하면 원위치"
}