From 702c843e45e5d8d773dc80b12df7b23b7b0efed3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 25 Jan 2025 20:44:11 +0800 Subject: [PATCH] New version: AutoHotkey.AutoHotkey version 2.0.19 (#216665) --- .../AutoHotkey.AutoHotkey.installer.yaml | 41 +++++++++++++++++++ .../AutoHotkey.AutoHotkey.locale.en-US.yaml | 37 +++++++++++++++++ .../AutoHotkey.AutoHotkey.locale.zh-CN.yaml | 24 +++++++++++ .../2.0.19/AutoHotkey.AutoHotkey.yaml | 8 ++++ 4 files changed, 110 insertions(+) create mode 100644 manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.installer.yaml create mode 100644 manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.locale.en-US.yaml create mode 100644 manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.locale.zh-CN.yaml create mode 100644 manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.yaml diff --git a/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.installer.yaml b/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.installer.yaml new file mode 100644 index 0000000000000..f1119390bf6c2 --- /dev/null +++ b/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AutoHotkey.AutoHotkey +PackageVersion: 2.0.19 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent + InstallLocation: /installto "" +UpgradeBehavior: install +FileExtensions: +- ahk +ProductCode: AutoHotkey +ReleaseDate: 2025-01-25 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.19/AutoHotkey_2.0.19_setup.exe + InstallerSha256: FD55129CBD356F49D2151E0A8B9662D90D2DBBB9579CC2410FDE38DF94787A3A +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.19/AutoHotkey_2.0.19_setup.exe + InstallerSha256: FD55129CBD356F49D2151E0A8B9662D90D2DBBB9579CC2410FDE38DF94787A3A + InstallerSwitches: + Custom: /elevate +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.19/AutoHotkey_2.0.19_setup.exe + InstallerSha256: FD55129CBD356F49D2151E0A8B9662D90D2DBBB9579CC2410FDE38DF94787A3A +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.19/AutoHotkey_2.0.19_setup.exe + InstallerSha256: FD55129CBD356F49D2151E0A8B9662D90D2DBBB9579CC2410FDE38DF94787A3A + InstallerSwitches: + Custom: /elevate +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.locale.en-US.yaml b/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.locale.en-US.yaml new file mode 100644 index 0000000000000..3fa956d539306 --- /dev/null +++ b/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AutoHotkey.AutoHotkey +PackageVersion: 2.0.19 +PackageLocale: en-US +Publisher: AutoHotkey Foundation LLC +Author: Steve Gray +PackageName: AutoHotkey +License: GPL-2.0 +LicenseUrl: https://github.com/AutoHotkey/AutoHotkey/blob/alpha/license.txt +ShortDescription: Macro-creation and automation-oriented scripting utility for Windows. +Description: AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks. It is driven by a custom scripting language that has special provision for defining keyboard shortcuts, otherwise known as hotkeys. +Moniker: ahk +Tags: +- automate +- automation +- hotkey +- macro +- shortcut +ReleaseNotes: |- + Fixed memory out-of-bounds access during RegEx compilation. + Fixed externally-released modifiers to not be "restored" post-Send. + Fixed modal dialog boxes suppressing InputHook events. + Fixed key-up erroneously being suppressed after key-repeat presses it down in some cases. + Fixed Critical Error when loading large icons with no alpha channel. + Fixed MouseGetPos to make Control blank and not throw if ClassNN cannot be determined. + Fixed FileSelect to validate Options. + Fixed unexpected Catch/Else/Finally/Until not being flagged as an error in some cases. + Fixed Try/Catch/Else/Finally not executing Finally if Else returns. + Fixed execution of if-else-if-else-if containing fat arrow functions. +ReleaseNotesUrl: https://github.com/AutoHotkey/AutoHotkey/releases/tag/v2.0.19 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.autohotkey.com/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.locale.zh-CN.yaml b/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.locale.zh-CN.yaml new file mode 100644 index 0000000000000..368846fb59a9f --- /dev/null +++ b/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: AutoHotkey.AutoHotkey +PackageVersion: 2.0.19 +PackageLocale: zh-CN +Publisher: AutoHotkey Foundation LLC +Author: Steve Gray +PackageName: AutoHotkey +License: GPL-2.0 +LicenseUrl: https://github.com/AutoHotkey/AutoHotkey/blob/alpha/license.txt +ShortDescription: 用于 Windows 的宏生成器和面向自动化的脚本工具。 +Description: AutoHotkey 是一款免费(自由)、开源的宏生成器和自动化软件工具,允许用户将重复任务自动化。它由一种定制的脚本语言驱动,该语言对定义键盘快捷键(又称热键)有特殊规定。 +Tags: +- 宏 +- 快捷键 +- 热键 +- 自动化 +ReleaseNotesUrl: https://github.com/AutoHotkey/AutoHotkey/releases/tag/v2.0.19 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.autohotkey.com/docs/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.yaml b/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.yaml new file mode 100644 index 0000000000000..8b9895339d164 --- /dev/null +++ b/manifests/a/AutoHotkey/AutoHotkey/2.0.19/AutoHotkey.AutoHotkey.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AutoHotkey.AutoHotkey +PackageVersion: 2.0.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0