Skip to content

Releases: BurgerK1ng16/Vertick-IME

v1.4.3

Choose a tag to compare

@github-actions github-actions released this 22 Jul 13:33

Vertick IME 1.4.3

English

  • 💪Improved keyboard responsiveness with immediate press feedback, independent multi-touch handling, a dedicated Rime dispatcher, and frame-batched Pinyin updates.
  • ✨Introduced the Vertick Know workflow agent: answer, exact replacement, rewrite, polish, continue, summarize, expand, translate, proofread, format, extract, and reply commands are routed automatically.
  • ✨Added safe named-range edits, including commands for parenthesized, quoted, and selected content. Text-changing workflows validate the editor session and do not operate on sensitive fields.
  • ✨Added provider-aware ASR routing for MiMo-compatible, OpenAI Audio Transcriptions-compatible, and DashScope realtime services.
  • ✨Added About & Help, an in-app usage guide, and GitHub Releases update checks. Updates direct users to vertick.cn; the Vertick Know icon is now Lucide wand-sparkles.
  • 💪Refined candidate, deletion, sound, haptic, and render paths for fewer stale states and lower perceived input latency.

简体中文

  • 💪优化键盘跟手性:按下即时反馈、多指独立处理、专用 Rime [队列与按帧拼音更新,快打更稳定。#11 #5
  • ✨维刻知道升级为工作流智能体:自动分流问答、精确替换、修改、润色、续写、总结、扩写、翻译、改错、整理格式、信息提取和生成回复。
  • ✨新增安全的自然语言范围替换,支持括号内容、引号内容和选中文本;修改前校验编辑器会话,敏感输入框不会执行文本操作。
  • ✨新增按厂商协议的 ASR 路由,支持 MiMo 兼容、OpenAI Audio Transcriptions 兼容和 DashScope 实时服务。#3
  • ✨新增“关于与帮助”、应用内使用指引与 GitHub Releases 检查更新;发现新版本会引导至 vertick.cn 下载,维刻知道图标更新为 Lucide wand-sparkles#1
  • 💪优化候选词、删除、音效、触感与渲染链路,减少旧状态、延迟和误删。

此外:
官网的下载流量达到了惊人一天20多GB,我是吃不消了,所以我以后把下载链接转至gitee。
你仍可以通过官网直连下载

Full Changelog: v1.4.2...v1.4.3

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 13:09

Vertick IME 1.4.2

English

  • 🛠Fixed a native Rime composition leak after tapping a Pinyin candidate. Subsequent input no longer appends to the previously typed Pinyin string.
  • 🛠Candidate commits now reset both the editor composition and the native decoder session together, preventing stale composition, missing text, and duplicate text after Enter.

简体中文

  • 🛠修复点选拼音候选词后原始拼音组合态残留的问题,后续输入不再拼接此前的拼音字符串。
  • 🛠候选提交会同步重置编辑器组合态与原生解码器会话,避免残留、内容消失或回车后重复上屏。

Full Changelog: v1.4.1...v1.4.2

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:48

Vertick IME 1.4.1

English

  • 🛠Fixed a Pinyin candidate-selection issue in some editors where a tapped candidate could disappear or be duplicated after Enter. Candidate selection now atomically replaces and commits the active composing text.
  • ✨Added keyboard height and bottom-offset controls, an optional full-width cursor slider, and a consistent layout reserve across keyboard, voice, answer, and clipboard surfaces.
  • ✨Added optional recent-clipboard quick paste. Copied content stays in memory only, appears briefly with one-way smooth scrolling, and leaves room for the mode selector.
  • ✨Added configurable comma/period shortcut keys for Pinyin and English keyboards, refined punctuation alignment, and improved pressed-key feedback.
  • 💪Refined voice and polish controls when the cursor slider is enabled.

简体中文

  • 🛠修复部分应用中点选拼音候选词后内容消失、回车后重复上屏的问题;候选词现在会原子替换并提交组合态。
  • ✨新增键盘高度、底部间距、全宽底部光标滑块,并统一文字、听写、问答和剪贴板页面的底部避让。
  • ✨新增可选的最近复制快速粘贴功能。复制内容仅存于内存,短暂展示并单向平滑滚动,且不会遮挡模式选择。
  • ✨新增拼音/英文逗号句号快捷键,优化标点位置与暗色模式按键反馈。
  • 💪优化开启光标滑块后的听写、润色控制布局。

另外:
我们新增了国内官网:Vertick.cn,国内用户可通过官网加速下载安装包!

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:18

Vertick IME 1.4.0

English

  • 💪Rebuilt offline Chinese input around librime and precompiled Rime-Ice tables. Full Pinyin and nine-key input share one native candidate engine and local learning path.
  • ✨Added optional checksum-verified enhanced dictionary downloads and an independent Wanxiang long-sentence grammar package. Failed downloads never replace an active offline package.
  • ✨Added fully offline next-word suggestions with bounded local word-pair learning. No cloud prediction request and no browsable full input history are created.
  • 💪Improved management pages, cloud-model configuration, release documentation, privacy boundaries, and input stability.

简体中文

  • 💪以 librime 与预编译 Rime-Ice 表重构离线中文输入,全键盘与九宫格共用原生候选引擎和本机学习链路。
  • ✨新增带校验的增强词典下载与独立万象长句语法包;下载失败不会替换当前可用词典。
  • ✨新增完全离线的联想词和有上限的本机词对学习,不请求云端,也不产生可浏览的完整输入历史。
  • 💪优化管理页、云端模型配置、发布文档、隐私边界与输入稳定性。

😶‍🌫️Also:
I made a wrong decision in version 1.2.4 by introducing a massive dictionary, which was obviously unfair to heavy voice users. So in this version, the app only comes with a basic dictionary, and users can download extended dictionaries in the optimization input section of the management page. Please note: this feature is for testing purposes only and may be removed in future versions.

😶‍🌫️另外:
我在1.2.4时做了错误的决策:引入了大规模的词库,这显然对语音重度使用者是不公平的,因此在本次版本中我们让包体只携带了基础词库,用户可在管理页的优化输入中下载拓展词库。请注意:此功能仅作测试使用,未来的版本中可能会取消。

Full Changelog: v1.3.2...v1.4.0

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:23

Vertick IME 1.3.2

English

  • 💪Improved offline Pinyin ranking with a larger bundled language-frequency overlay, exact reading weights, phrase-first ranking, conservative typo recovery, and private on-device candidate learning.
  • ✨Added a deterministic final pass for structured dictation. Numbered spoken lists now keep their title, line breaks, and 1. / 2. / 3. output even when the cloud model misses formatting.
  • ✨Added live keyboard previews for appearance and candidate text size, a dedicated input test page, and refined theme-aware settings controls.
  • ✨Cloud configuration now offers searchable provider selection for Xiaomi MiMo, Xiaomi MiMo Plan, and custom OpenAI-compatible models. ASR and text providers are configured independently, and the app can load selectable model IDs from /v1/models.

简体中文

  • 💪优化离线拼音候选排序:加入更大的词频覆盖、精确读音权重、整词优先、保守纠错与仅保存在本机的候选学习。
  • ✨新增结构化听写最终校验。编号口述会稳定保留标题、换行及 1. / 2. / 3. 列表格式,不再因为云端模型漏排版而压成一段。
  • ✨外观和候选词大小新增实时键盘预览;新增测试页,并优化设置控件主题样式。
  • ✨云端配置新增可搜索的服务商下拉框,支持 Xiaomi MiMo、Xiaomi MiMo Plan 和自定义 OpenAI 兼容模型。ASR 与文本可分别配置,并可读取 /v1/models 后选择模型。

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 11:37

Vertick IME 1.3.1

English

  • ✨Rebuilt the Management experience into one landing page with focused secondary pages for each settings category.
  • ✨Redesigned secondary-page settings with large rounded cards, Vertick-blue segmented controls, sliders, and animated toggles.
  • ✨Replaced screenshot-based operation instructions with native, theme-aware guides placed above every setting title and control.
  • 💪Returning from a secondary page now restores the previous scroll position.

简体中文

  • ✨管理页重构为统一入口和多个聚焦的二级设置页。
  • ✨二级页采用大圆角卡片、维刻主题蓝色分段控件、滑块与动画开关。
  • ✨每个设置项前都新增了操作指引。
  • 💪返回二级页时会恢复之前的阅读位置。

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 05:39

Vertick IME 1.3.0

English

  • 💪Improved landscape floating-keyboard behavior: rotation, notification-shade changes, and IME window recreation no longer open it by themselves. It opens only from a fresh editor show request.
  • 💪Refined the landscape header: the compact mode selector sits beside the floating keyboard's new chevron-down hide control, with aligned capsule geometry and colors. The nine-key layout no longer shows numeric codes in landscape and centers its letter labels.
  • ✨Added a configurable Hide key. It is available in both portrait and landscape by default and can be disabled for both surfaces together in Settings.
  • 💪Strengthened nine-key Pinyin recovery and T9 candidate fallback so fast input and deletion do not leave the composition in an unusable empty-candidate state.
  • ✨Added seven candidate-text size levels: 12, 14, 16, 18 (default), 20, 22, and 24.
  • ✨Added Settings toggles for English sentence-initial auto-capitalization and double-space period entry. English inserts . ; Chinese Pinyin inserts .
  • ✨Replaced the keyboard key-click audio with the updated Vertick typing sound.

简体中文

  • 💪优化横屏悬浮键盘的触发逻辑:旋转、下拉状态栏和输入法窗口重建不会再自动调出键盘,仅在用户重新请求输入时显示。
  • 💪调整横屏顶部布局:模式切换胶囊紧贴新的 chevron-down 收起键,颜色和高度统一;九宫格横屏不再显示数字编码,字母保持居中。
  • ✨新增“收起键”设置。默认在横屏与竖屏显示,可一键同时关闭两种界面的收起键。
  • 💪强化九宫格拼音恢复与 T9 候选兜底,快速输入、删除时不再容易进入无候选、无法继续输入的状态。
  • ✨新增候选词大小七档:12、14、16、18(默认)、20、22、24。
  • ✨新增英文句首自动大写与双击空格输入句号开关。英文输入 . ,中文拼音输入
  • ✨按键音替换为新的 Vertick 打字音效。

Full Changelog: v1.2.9...v1.3.0

v1.2.9-beta

Choose a tag to compare

@github-actions github-actions released this 17 Jul 14:36

Vertick IME 1.2.9

English

  • ✨New landscape floating keyboard.
  • 🛠Rebuilt the landscape keyboard as an independent top-level floating window, so it no longer reserves bottom IME insets or moves the active editor upward.
  • 💪The floating surface uses a fixed 1.7:1 width-to-height ratio, stays within 60% of the display height, and renders at 80% opacity.
  • 💪Drag the keyboard freely across the landscape screen from the logo area. Candidate visibility disables the drag target, keeping the leading candidates tappable.
  • 💪Landscape key labels are 80% of their portrait size.
  • 🛠Fixed reopening after dismissal by scheduling overlay creation from the input-method service main loop instead of a detached view.

简体中文

  • ✨新增横屏悬浮键盘。
  • 🛠横屏键盘改为独立顶层悬浮窗口,不再占用底部输入法空间或顶起文本框。
  • 💪悬浮键盘采用 1.7:1 宽高比,高度不超过屏幕 60%,整体透明度 80%。
  • 💪从 Logo 区域可在屏幕内任意拖动;候选栏出现时不会拦截前几个候选词的点按。
  • 💪横屏字母键字号缩小至竖屏的 80%。
  • 🛠修复关闭后再次点击文本框无法调起横屏键盘的问题。

Known issues in this version (will be fixed soon):

  • 🫰The dictionary may crash if you input too much using the 3x3 keyboard
  • 🫰Candidate word matching still needs optimization

该版本已知的问题(会在近期修复):

  • 🫰九宫格键盘输入过多会出现词库崩溃的问题
  • 🫰候选词的匹配仍需优化

Full Changelog: v1.2.4...v1.2.9

v1.2.4-beta

Choose a tag to compare

@github-actions github-actions released this 17 Jul 09:37

Vertick IME 1.2.4

English

  • 🛠Fixed IME state loss during landscape rotation. The active keyboard surface and unfinished Pinyin or English composition are restored after the input view is recreated.
  • 🛠Fixed accidental commitment of the final composing letter while rotating. Nine-key input retains its internal code so candidates remain correct after restoration.
  • 🛠Recording is safely cancelled during rotation, preventing stale audio or network results from being inserted into a new input connection.
  • 🛠Added a lightweight recovery for Xiaomi cases that recreate the IME service during rotation. Only the last keyboard mode is retained; no text, audio, candidate list, or cloud credential is stored.
  • ✨Added about 1.87 million new local dictionary entries to make Chinese input understand you better.

简体中文

  • 🛠修复横屏切换时输入法状态丢失:输入视图重建后会恢复当前键盘界面与未上屏的拼音或英文组合态。
  • 🛠修复旋转时最后一个组合字母意外上屏;九宫格保留原始数字编码,恢复后候选词保持正确。
  • 🛠横竖屏切换会安全停止录音,避免失效录音或旧网络结果写入新输入框。
  • 🛠针对小米系统旋转时可能重建输入法服务的情况,新增轻量模式恢复。仅保存上次键盘模式,不保存文本、录音、候选词或云端凭据。
  • ✨新增约有 187 万条本地词典,让中文输入更加懂你。

Full Changelog: v1.2.2...v1.2.4

v1.2.2-beta

Choose a tag to compare

@github-actions github-actions released this 16 Jul 13:21

Vertick IME 1.2.2

⚠️项目正处于快速迭代阶段,遇到问题请提出issues或检查更新

English

  • ✨Rime-Ice dictionary deployment is more resilient: first-run health checks allow enough time for a complete build, and incomplete tables are automatically cleared and rebuilt once.
  • 🛠Fixed overlapping long-press polish/translation UI. The selected translation target now receives the darker emphasis, and sliding to the top-right close control cancels recording.
  • 💪Long-press Delete accelerates with one synchronized haptic pulse for every deleted character.
  • 💪Dictation now waits for final ASR output, local cleanup, and punctuation handling before committing text, preventing post-insert cleanup changes.
  • 💪Reordered the nine-key keypad and optically centered sidebar punctuation.

简体中文

  • ✨Rime-Ice 词典部署更可靠:首次完整编译拥有更充足的检查时间,不完整编译表会自动清理并重建一次。
  • 🛠修复长按润色/翻译界面重叠;翻译选中态使用更深的强调色,拖动到右上角关闭按钮可取消录音。
  • 💪长按删除会逐步加速,且每删除一个字符同步一次触感反馈。
  • 💪听写等待 ASR 最终结果、本地清洗和标点处理完成后再上屏,避免上屏后再修正文本。
  • 💪重排九宫格按键,并优化侧边符号视觉居中。

Full Changelog: v1.2.1...v1.2.2