Skip to content

Commit b27de5e

Browse files
New version: abgox.InputTip version 2.31.0 (#213617)
1 parent 172c723 commit b27de5e

File tree

4 files changed

+166
-0
lines changed

4 files changed

+166
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Created with DuckDuckStudio's Automation.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: abgox.InputTip
5+
PackageVersion: 2.31.0
6+
UpgradeBehavior: install
7+
ReleaseDate: 2025-01-15
8+
Installers:
9+
# From GitHub repository
10+
- Architecture: x64
11+
InstallerType: zip
12+
NestedInstallerType: portable
13+
NestedInstallerFiles:
14+
- RelativeFilePath: InputTip/InputTip.exe
15+
InstallerUrl: https://github.com/abgox/InputTip/releases/download/v2.31.0/InputTip.zip
16+
InstallerSha256: 6a7c29e938d613c14d0097980dc9d86050f2f68418f22be0f6ba67ec8f3248b5
17+
- Architecture: x64
18+
InstallerType: portable
19+
InstallerUrl: https://github.com/abgox/InputTip/releases/download/v2.31.0/InputTip.exe
20+
InstallerSha256: 757a015f2bdf96d66f476b175e0926681718db8a97357d9e6238284ce3e7754c
21+
# From Gitee repository
22+
- Architecture: x64
23+
InstallerLocale: zh-CN
24+
InstallerType: zip
25+
NestedInstallerType: portable
26+
NestedInstallerFiles:
27+
- RelativeFilePath: InputTip/InputTip.exe
28+
InstallerUrl: https://gitee.com/abgox/InputTip/releases/download/v2.31.0/InputTip.zip
29+
InstallerSha256: 6a7c29e938d613c14d0097980dc9d86050f2f68418f22be0f6ba67ec8f3248b5
30+
- Architecture: x64
31+
InstallerLocale: zh-CN
32+
InstallerType: portable
33+
InstallerUrl: https://gitee.com/abgox/InputTip/releases/download/v2.31.0/InputTip.exe
34+
InstallerSha256: 757a015f2bdf96d66f476b175e0926681718db8a97357d9e6238284ce3e7754c
35+
ManifestType: installer
36+
ManifestVersion: 1.9.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Created with DuckDuckStudio's Automation.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json
3+
4+
PackageIdentifier: abgox.InputTip
5+
PackageVersion: 2.31.0
6+
PackageLocale: en-US
7+
Publisher: abgox
8+
PublisherUrl: https://github.com/abgox
9+
PublisherSupportUrl: https://github.com/abgox/InputTip/issues
10+
Author: abgox
11+
PackageName: InputTip
12+
PackageUrl: https://inputtip.pages.dev/
13+
License: MIT License
14+
LicenseUrl: https://github.com/abgox/InputTip/blob/main/LICENSE
15+
Copyright: Copyright (c) 2023-present abgox
16+
CopyrightUrl: https://github.com/abgox/InputTip/blob/main/LICENSE
17+
ShortDescription: An input method status tip tool.
18+
Tags:
19+
- autohotkey
20+
- cursor
21+
- ime
22+
- input
23+
- inputmethod
24+
- tip
25+
ReleaseNotes: |
26+
## New
27+
1. Hide symbols when hovering over them.
28+
This feature was removed in 2.28.0 due to problems, now it is added again.
29+
2. added state code rule, toggle code rule, and which state is the basis for judgement in the customisation of setting input method mode.
30+
3. added independent configurations for symbols in different states.
31+
4. added a new software icon when the app is paused.
32+
33+
## Changes
34+
1. merge 讯飞输入法 and 手心输入法 modes in the setting of Input Method modes into Custom.
35+
There are now only two input method modes: General and Custom.
36+
2. All configurations in the text symbols are independent and no longer depend on the configurations in the box symbols.
37+
Before 2.31.0, the transparency, offset, border style and background colour of text symbols are determined by the same configurations in box symbols.
38+
3. the calculation of values for configuration items has been standardised so that some items that previously scaled with DPI no longer scale with DPI
39+
This can cause symbols to become smaller after a version change, and you will need to resize the width and height.
40+
4. no longer use powershell to unzip mouse style folders
41+
But this has also caused InputTip.exe to become much larger, but only by about 6 MB!
42+
43+
## All code has been refactored
44+
45+
## Other fixes and optimisations
46+
ReleaseNotesUrl: https://github.com/abgox/InputTip/releases/tag/v2.31.0
47+
Documentations:
48+
- DocumentLabel: README (GitHub)
49+
DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md
50+
- DocumentLabel: README (Gitee)
51+
DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md
52+
- DocumentLabel: Some Frequently Asked Questions & Tips (FAQ)
53+
DocumentUrl: https://inputtip.pages.dev/FAQ/
54+
- DocumentLabel: README (v2)
55+
DocumentUrl: https://inputtip.pages.dev/v2/
56+
- DocumentLabel: README (v1)
57+
DocumentUrl: https://inputtip.pages.dev/v1/
58+
ManifestType: locale
59+
ManifestVersion: 1.9.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Created with DuckDuckStudio's Automation.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: abgox.InputTip
5+
PackageVersion: 2.31.0
6+
PackageLocale: zh-CN
7+
Publisher: abgox
8+
PublisherUrl: https://github.com/abgox
9+
PublisherSupportUrl: https://github.com/abgox/InputTip/issues
10+
Author: abgox
11+
PackageName: InputTip
12+
PackageUrl: https://inputtip.pages.dev/
13+
License: MIT License
14+
LicenseUrl: https://github.com/abgox/InputTip/blob/main/LICENSE
15+
Copyright: Copyright (c) 2023-present abgox
16+
CopyrightUrl: https://github.com/abgox/InputTip/blob/main/LICENSE
17+
ShortDescription: 一个输入法状态实时提示工具。
18+
Tags:
19+
- autohotkey
20+
- 光标
21+
- 鼠标
22+
- 鼠标指针
23+
- 输入
24+
- 输入法
25+
- 状态
26+
- 提示
27+
- 实时
28+
- 工具
29+
ReleaseNotes: |
30+
## 新增
31+
1. 当鼠标悬浮在符号上时,符号立即隐藏
32+
此功能在 2.28.0 中由于存在问题被移除,现在重新添加
33+
2. 在 设置输入法模式 的 自定义 中,添加了 状态码规则、切换码规则 和 以哪一种状态作为判断依据
34+
3. 为符号添加了不同状态下符号的独立配置
35+
4. 新增了应用暂停时的软件图标
36+
37+
## 变动
38+
1. 将 设置输入法模式 中的 讯飞输入法 和 手心输入法 模式合并到 自定义 中
39+
现在只有两种输入法模式: 通用 和 自定义
40+
2. 文本符号中所有配置独立,不再依赖方块符号中的配置
41+
2.31.0 之前的版本,文本符号的透明度、偏移量、边框样式、背景颜色由方块符号中的相同配置决定
42+
3. 统一配置项的值的计算,部分之前跟随 DPI 缩放的配置项不再跟随 DPI 缩放
43+
这会导致从版本更改后符号可能会变小,你需要重新调整宽高大小
44+
4. 不再使用 powershell 对鼠标样式文件夹解压缩
45+
但是这也导致了 InputTip.exe 变大了许多,不过也只有大约 6 MB 左右
46+
47+
## 所有代码完成重构
48+
49+
## 其他的修复和优化
50+
ReleaseNotesUrl: https://github.com/abgox/InputTip/releases/tag/v2.31.0
51+
Documentations:
52+
- DocumentLabel: README (GitHub)
53+
DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md
54+
- DocumentLabel: README (Gitee)
55+
DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md
56+
- DocumentLabel: 一些常见问题及使用技巧 (FAQ)
57+
DocumentUrl: https://inputtip.pages.dev/FAQ/
58+
- DocumentLabel: README (v2)
59+
DocumentUrl: https://inputtip.pages.dev/v2/
60+
- DocumentLabel: README (v1)
61+
DocumentUrl: https://inputtip.pages.dev/v1/
62+
ManifestType: defaultLocale
63+
ManifestVersion: 1.9.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with DuckDuckStudio's Automation.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: abgox.InputTip
5+
PackageVersion: 2.31.0
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)