Skip to content

Releases: dongyuwei/hallelujahIM

fix issues/81

25 Apr 13:39
Compare
Choose a tag to compare

翻译框可以浮动在全屏 app 上。fix #81

国内下载镜像:
https://gitee.com/newdongyuwei/hallelujahIM-releases/releases

fix bug

07 Apr 00:38
Compare
Choose a tag to compare

翻译窗口定位

fix issue/64

06 Apr 03:45
Compare
Choose a tag to compare

试图解决bug:#64
简化代码实现。

fix issues 74 and 18

26 Feb 12:34
Compare
Choose a tag to compare

fix esc key issue(especially within chrome address bar), cancel input if esc key pressed.
fix #18 and #74

在启动web server之前初始化输入法偏好preferences

16 Sep 14:46
Compare
Choose a tag to compare

可以通过命令行 defaults 命令来修改输入法配置。

  • 显示输入法所有默认配置项:
defaults read github.dongyuwei.inputmethod.hallelujahInputMethod

输出如下:

{
    commitWordWithSpace = 1;
    showTranslation = 1;
}
  • 配置输入时不显示翻译窗口(1显示,0不显示):
defaults write github.dongyuwei.inputmethod.hallelujahInputMethod showTranslation 0
  • 配置提交候选词时不自动附加空格(1加空格,0不加空格):
defaults write github.dongyuwei.inputmethod.hallelujahInputMethod commitWordWithSpace 0

拼音支持按首字母缩写输入

03 Sep 14:17
Compare
Choose a tag to compare

如:xhs 也可以输出 新华社西红柿 等中文候选词。

解决翻译窗口可能不显示问题

14 Aug 05:39
Compare
Choose a tag to compare
v1.4.7

display annotation window

fix bug: 单个数字输入时不自动附加空格

16 Jul 07:49
Compare
Choose a tag to compare
v1.4.6

fix bug: 单个数字输入时不自动附加空格

自动化测试覆盖核心逻辑

16 Jul 06:37
Compare
Choose a tag to compare
v1.4.5

fix bug when input has upper case text; add test cases

提供全自动安装包

11 Jul 08:23
Compare
Choose a tag to compare

自动注册、激活输入法。
自测不需要退出或者重启系统,但如果不能正常使用,建议退出或重启系统再试试。

fix #46