Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 2.89 KB

This document has been translated by DeepL Translator.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

If you want to see what the next version of the plan is, check out the here. Also want to check the development status, check the commit history of the develop branch.


[Released]

0.0.4 - 2023-03-17

Added

  • #10 Add MousePositionCondition
  • #14 Add the option to specify each monitor and primary monitor in "monitor" and "screen" of origin such as "monitor-primary" and "monitor-1"
  • #20 Add "monitors" (alias "screens") to origin

Fixed

  • #13 Origin "monitor" and "screen" return coordinates of the primary monitor, instead of the active monitor
  • #22 CommandPaletteCombiAction is not searched correctly when searching for certain characters
  • #23 When using the R option in PasteAction etc., if the string to expand contains a string such as ${abc}, it will not be embedded correctly
  • #24 ExitAllAction does not terminate some AutoHotkey scripts

0.0.3 - 2022-10-30

Fixed

  • #15 Hotkey options not set on CustomHotkey constructor
  • #16 CustomHotkey.setOptions overwrites unspecified options with an empty string
  • #17 Passing a string to the CustomHotkey.TrayTipAction constructor does not display a tray tip

0.0.2 - 2022-10-27

Fixed

  • #3 When combined KeyStrokeCombiAction, temporarily disabled hotkeys are no longer restored to their original state

0.0.1 - 2022-10-22

First released