release: ship v1.6.0 with paged suggestions and a cleaner phrase memory
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:
parent
856e375f3e
commit
2fe20fa7b5
71 changed files with 2469 additions and 366 deletions
|
|
@ -1218,7 +1218,7 @@
|
|||
"popup.time.daysAgo": "{{d}}d ago",
|
||||
"popup.copy": "Copy",
|
||||
"popup.error.default": "An error occurred",
|
||||
"popup.caption.loading": "⏳ Loading STT model...",
|
||||
"popup.caption.loading": "Preparing the speech model…",
|
||||
"mobile.paywall.title": "D3RO PRO & Rewards",
|
||||
"mobile.paywall.close": "Close billing screen",
|
||||
"mobile.paywall.currentPlan": "Current plan",
|
||||
|
|
@ -1756,6 +1756,8 @@
|
|||
"popup.suggestion.hintAccept": "Accept",
|
||||
"popup.suggestion.hintNext": "Next",
|
||||
"popup.suggestion.hintDismiss": "Dismiss",
|
||||
"popup.suggestion.hintMove": "Move",
|
||||
"popup.suggestion.hintPage": "Page",
|
||||
"popup.suggestion.loading": "Generating…",
|
||||
"keybinding.ui.sectionInput": "Input suggestions",
|
||||
"keybinding.action.suggestionAccept": "Accept suggestion",
|
||||
|
|
@ -1831,8 +1833,13 @@
|
|||
"input.unit.percent": "%",
|
||||
"popup.suggestion.warming": "Preparing model…",
|
||||
"popup.suggestion.hintGenerating": "Generating…",
|
||||
"popup.suggestion.hintGeneratingMore": "More coming… (up to {{max}})",
|
||||
"keybinding.action.suggestionPrev": "Previous suggestion",
|
||||
"keybinding.action.suggestionPrev.desc": "Move to the previous suggestion candidate.",
|
||||
"keybinding.action.suggestionPageNext": "Next page",
|
||||
"keybinding.action.suggestionPageNext.desc": "Show the next page of suggestions (up to 12 total).",
|
||||
"keybinding.action.suggestionPagePrev": "Previous page",
|
||||
"keybinding.action.suggestionPagePrev.desc": "Show the previous page of suggestions.",
|
||||
"input.insights.tabs.graph": "Graph",
|
||||
"input.graph.description": "Your sentences are stored as nodes and their relations as edges (what follows what, which share terms) so suggestions can pull personal context. Local only.",
|
||||
"input.graph.nodes": "Sentence nodes",
|
||||
|
|
@ -1894,5 +1901,7 @@
|
|||
"input.privacy.unavailable": "The local data receipt is unavailable right now. Counts and retention are not shown.",
|
||||
"input.feedback.clearFailed": "Collected data could not be deleted.",
|
||||
"input.feedback.excludedFailed": "Exclusions could not be saved.",
|
||||
"input.feedback.recommendationFailed": "Could not add {{app}} to exclusions."
|
||||
"input.feedback.recommendationFailed": "Could not add {{app}} to exclusions.",
|
||||
"popup.caption.waiting": "Listening… the first caption can take a few seconds",
|
||||
"popup.caption.dragHint": "Drag to move · double-click to reset"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue