From f703f88ef811e42b544b28f45a740889f415ce0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= Date: Sat, 18 Jan 2025 16:22:13 +0800 Subject: [PATCH] New version: abgox.InputTip version 2.32.0 --- .../2.32.0/abgox.InputTip.installer.yaml | 36 +++++++++++++ .../2.32.0/abgox.InputTip.locale.en-US.yaml | 46 +++++++++++++++++ .../2.32.0/abgox.InputTip.locale.zh-CN.yaml | 50 +++++++++++++++++++ .../abgox/InputTip/2.32.0/abgox.InputTip.yaml | 8 +++ 4 files changed, 140 insertions(+) create mode 100644 manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.installer.yaml create mode 100644 manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.locale.en-US.yaml create mode 100644 manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.locale.zh-CN.yaml create mode 100644 manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.yaml diff --git a/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.installer.yaml b/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.installer.yaml new file mode 100644 index 00000000000000..972c121b588213 --- /dev/null +++ b/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.installer.yaml @@ -0,0 +1,36 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 2.32.0 +UpgradeBehavior: install +ReleaseDate: 2025-01-18 +Installers: + # From GitHub repository + - Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: InputTip/InputTip.exe + InstallerUrl: https://github.com/abgox/InputTip/releases/download/v2.32.0/InputTip.zip + InstallerSha256: 2c4173338c1f1ecb2a3ee2e0b56acdc637893e909aa9af4e76e992111c6c8dae + - Architecture: x64 + InstallerType: portable + InstallerUrl: https://github.com/abgox/InputTip/releases/download/v2.32.0/InputTip.exe + InstallerSha256: bcee72e3f088948851a6b512085616d96d485279cd4df0342e5a05ff1f887afb + # From Gitee repository + - Architecture: x64 + InstallerLocale: zh-CN + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: InputTip/InputTip.exe + InstallerUrl: https://gitee.com/abgox/InputTip/releases/download/v2.32.0/InputTip.zip + InstallerSha256: 2c4173338c1f1ecb2a3ee2e0b56acdc637893e909aa9af4e76e992111c6c8dae + - Architecture: x64 + InstallerLocale: zh-CN + InstallerType: portable + InstallerUrl: https://gitee.com/abgox/InputTip/releases/download/v2.32.0/InputTip.exe + InstallerSha256: bcee72e3f088948851a6b512085616d96d485279cd4df0342e5a05ff1f887afb +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.locale.en-US.yaml b/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.locale.en-US.yaml new file mode 100644 index 00000000000000..127cce07fc078e --- /dev/null +++ b/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 2.32.0 +PackageLocale: en-US +Publisher: abgox +PublisherUrl: https://github.com/abgox +PublisherSupportUrl: https://github.com/abgox/InputTip/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.pages.dev/ +License: MIT License +LicenseUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: An input method status tip tool. +Tags: + - autohotkey + - cursor + - ime + - input + - inputmethod + - tip +ReleaseNotes: | + - Added Change User Information to the tray menu. + Domain users need to change their username to use the Task Scheduler in the bootloader. + - Confirm update after checking for a new version No more dependency on PowerShell. + - If PowerShell cannot be invoked, the following PowerShell-dependent functions are automatically disabled + - Task Scheduler in boot-up + - Enable JAB/JetBrains IDE support + - Other fixes and optimisations +ReleaseNotesUrl: https://github.com/abgox/InputTip/releases/tag/v2.32.0 +Documentations: + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: Some Frequently Asked Questions & Tips (FAQ) + DocumentUrl: https://inputtip.pages.dev/FAQ/ + - DocumentLabel: README (v2) + DocumentUrl: https://inputtip.pages.dev/v2/ + - DocumentLabel: README (v1) + DocumentUrl: https://inputtip.pages.dev/v1/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.locale.zh-CN.yaml b/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.locale.zh-CN.yaml new file mode 100644 index 00000000000000..9fde55238b87e0 --- /dev/null +++ b/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 2.32.0 +PackageLocale: zh-CN +Publisher: abgox +PublisherUrl: https://github.com/abgox +PublisherSupportUrl: https://github.com/abgox/InputTip/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.pages.dev/ +License: MIT License +LicenseUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: 一个输入法状态实时提示工具。 +Tags: + - autohotkey + - 光标 + - 鼠标 + - 鼠标指针 + - 输入 + - 输入法 + - 状态 + - 提示 + - 实时 + - 工具 +ReleaseNotes: | + - 在 托盘菜单 中添加了 更改用户信息 + 域用户需要修改用户名,才能正常使用 开机自启动 中的 任务计划程序 + - 检查到新版本后的 确认更新 不再依赖 PowerShell + - 如果无法调用 PowerShell,依赖 PowerShell 的以下相关功能会自动禁用 + - 开机自启动 中的 任务计划程序 + - 启用 JAB/JetBrains IDE 支持 + - 其他的修复和优化 +ReleaseNotesUrl: https://github.com/abgox/InputTip/releases/tag/v2.32.0 +Documentations: + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: 一些常见问题及使用技巧 (FAQ) + DocumentUrl: https://inputtip.pages.dev/FAQ/ + - DocumentLabel: README (v2) + DocumentUrl: https://inputtip.pages.dev/v2/ + - DocumentLabel: README (v1) + DocumentUrl: https://inputtip.pages.dev/v1/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.yaml b/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.yaml new file mode 100644 index 00000000000000..ef97b0b863c210 --- /dev/null +++ b/manifests/a/abgox/InputTip/2.32.0/abgox.InputTip.yaml @@ -0,0 +1,8 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 2.32.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0