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
|
|
@ -374,6 +374,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": "Принять подсказку",
|
||||
|
|
@ -449,8 +451,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": "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": "Узлы-предложения",
|
||||
|
|
@ -512,5 +519,8 @@
|
|||
"input.privacy.unavailable": "Квитанция локальных данных сейчас недоступна. Количества и сроки хранения не показаны.",
|
||||
"input.feedback.clearFailed": "Не удалось удалить собранные данные.",
|
||||
"input.feedback.excludedFailed": "Не удалось сохранить исключения.",
|
||||
"input.feedback.recommendationFailed": "Не удалось добавить {{app}} в исключения."
|
||||
"input.feedback.recommendationFailed": "Не удалось добавить {{app}} в исключения.",
|
||||
"popup.caption.loading": "Подготовка речевой модели…",
|
||||
"popup.caption.waiting": "Слушаю… первый субтитр может появиться через несколько секунд",
|
||||
"popup.caption.dragHint": "Перетащите, чтобы переместить · двойной щелчок — сброс"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue