Ahk

Latest version: v1.7.1

Safety actively analyzes 623106 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 10

1.7.1

What's Changed
* fix ordering of TrayTip arguments for v2 by spyoungtech in https://github.com/spyoungtech/ahk/pull/296 - thanks to michaelmesser for their continued contribution in reporting this issue in GH-295
* Typo fix by filantus in https://github.com/spyoungtech/ahk/pull/294


**Full Changelog**: https://github.com/spyoungtech/ahk/compare/v1.7.0...v1.7.1

1.7.0

What's Changed

- `mouse_position`, `get_mouse_position`, `pixel_search`, and `image_search` now return a `Coordinates` named tuple (`typing.NamedTuple`) type instead of just a plain `tuple[int, int]`.
- Refactored types shared between sync and async into a common, internal, `_types` module.
- The `Position` type is now created using `typing.NamedTuple` rather than `collections.namedtuple`.
- Exposes more types directly via `__init__.py` so they can be imported without reaching into internal modules.

If you were previously importing types from internal modules and are type-checking with mypy in `--strict` mode, you may have to adjust your import statements when upgrading to this version or later to ensure mypy checks pass.

**Full Changelog**: https://github.com/spyoungtech/ahk/compare/v1.6.3...v1.7.0

1.6.3

What's Changed
* fix clip_wait in AHKv2 by spyoungtech in https://github.com/spyoungtech/ahk/pull/291


**Full Changelog**: https://github.com/spyoungtech/ahk/compare/v1.6.2...v1.6.3

1.6.2

What's Changed

* GH-289 fix message box in AHKv2 by spyoungtech in https://github.com/spyoungtech/ahk/pull/290


**Full Changelog**: https://github.com/spyoungtech/ahk/compare/v1.6.1...v1.6.2

1.6.1

What's Changed
* Refactors exceptions to the exceptions module for easier access and code de-duplication. Both sync and async versions use the same exception classes now.

**Full Changelog**: https://github.com/spyoungtech/ahk/compare/v1.6.0...v1.6.1

1.6.0

What's Changed
* Fix winmove in AutoHotkey v2 when width and height are omitted by spyoungtech in https://github.com/spyoungtech/ahk/pull/282
* Add use_hwnd parameter and attribute for Control objects by spyoungtech in https://github.com/spyoungtech/ahk/pull/283
* Fix detect hidden windows for AutoHotkey v2 by spyoungtech in https://github.com/spyoungtech/ahk/pull/285

This release includes a small potentially breaking change: the `blocking` keyword argument of some window methods is now keyword-only. Previously, these arguments were accidentally allowed to be supplied as a positional argument.

**Full Changelog**: https://github.com/spyoungtech/ahk/compare/v1.5.4...v1.6.0

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.