Skip to content

Commit

Permalink
New version: AutoHotkey.AutoHotkey version 2.0.19 (microsoft#216665)
Browse files Browse the repository at this point in the history
  • Loading branch information
spectopo authored Jan 25, 2025
1 parent 6d6857b commit 702c843
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 "<INSTALLPATH>"
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 702c843

Please sign in to comment.