Releases: Nordgedanken/intellij-autohotkey
v0.10.4
[0.10.4] - 2024-04-10
(compatibility: 2024.1 - 2024.3.*)
Added
- Added download option to Ahk runner-setup notification
Changed
- Dependencies updated to support IntelliJ 2024.*
NOTE: The "Archive Browser" plugin is required to run the "IntelliJ AutoHotkey" plugin; it can be downloaded from a previous release. The "Archive Browser" plugin is not maintained by us and we do not provide any support for it. For any issues or to get newer releases of the "Archive Browser" plugin, please visit https://github.com/b3er/idea-archive-browser
v0.10.3
[0.10.3] - 2023-06-04
(compatibility: 2023.1 - 2023.3.*)
Changed
- Dependencies updated to support IntelliJ 2023.*
NOTE: The "Archive Browser" plugin has been attached to this release since it is a dependency for the "IntelliJ AutoHotkey" plugin. The "Archive Browser" plugin is not maintained by us and we do not provide any support for it. For any issues or to get updated releases of the "Archive Browser" plugin, please visit https://github.com/b3er/idea-archive-browser
v0.10.2
[0.10.2] - 2022-08-07
(compatibility: 2022.1 - 2022.3.*)
Changed
- Dependencies updated to support IntelliJ 2022.1 - 2022.3.
NOTE: The "Archive Browser" plugin has been attached to this release since it is a dependency for the "IntelliJ AutoHotkey" plugin. The "Archive Browser" plugin is not maintained by us and we do not provide any support for it. For any issues or to get updated releases of the "Archive Browser" plugin, please visit https://github.com/b3er/idea-archive-browser
v0.10.1
[0.10.1] - 2022-05-18
(compatibility: 2022.1 - 2022.1.*)
Changed
- Dependencies updated to support IntelliJ 2022.1.
NOTE: The "Archive Browser" plugin has been attached to this release since it is a dependency for the "IntelliJ AutoHotkey" plugin. The "Archive Browser" plugin is not maintained by us and we do not provide any support for it. For any issues or to get updated releases of the "Archive Browser" plugin, please visit https://github.com/b3er/idea-archive-browser
v0.10.0
[0.10.0] - 2022-03-03
(compatibility: 2021.2.* - 2021.3.*)
Added
- "Compile to exe" action available when right-clicking on Ahk files in the project tree
NOTE: The "Archive Browser" plugin has been attached to this release since it is a dependency for the "IntelliJ AutoHotkey" plugin. The "Archive Browser" plugin is not maintained by us and we do not provide any support for it. For any issues or to get updated releases of the "Archive Browser" plugin, please visit https://github.com/b3er/idea-archive-browser
v0.9.1
[0.9.1] - 2021-12-10
(compatibility: 2021.2.* - 2021.3.*)
Changed
- Dependencies updated to support IntelliJ 2021.3.
- Default name of new sdks now includes the patch version
NOTE: The "Archive Browser" plugin has been attached to this release since it is a dependency for the "IntelliJ AutoHotkey" plugin. The "Archive Browser" plugin is not maintained by us and we do not provide support regarding it. For any issues or to get updated releases of the "Archive Browser" plugin, please visit https://github.com/b3er/idea-archive-browser
v0.9.0
[0.9.0] - 2021-08-14
(compatibility: 2021.2.*)
Changed
- Dependencies updated to support IntelliJ 2021.2.
Removed
- Dropped support for IntelliJ 2020.1 - 2021.1 due to breaking API changes in 2021.2.
NOTE: The "Archive Browser" plugin has been attached to this release since it is a dependency for the "IntelliJ AutoHotkey" plugin. The "Archive Browser" plugin is not maintained by us and we do not provide support regarding it. For any issues or to get updated releases of the "Archive Browser" plugin, please visit https://github.com/b3er/idea-archive-browser
v0.8.0
[0.8.0] - 2021-05-10
(compatibility: 2020.1 - 2021.1.*)
Added
- Documentation popup (View->Quick Documentation) for built-in commands and variables.
- AutoHotkey v2 sdks are now supported
- Can select a specific exe file to use for a particular Ahk sdk while creating it
- "Default" column header in the sdk table within the Ahk settings now shows a tooltip explaining its purpose
NOTE: The "Archive Browser" plugin has been attached to this release since it is a dependency for the "IntelliJ AutoHotkey" plugin. The "Archive Browser" plugin is not maintained by us and we do not provide support regarding it. For any issues or to get updated releases of the "Archive Browser" plugin, please visit https://github.com/b3er/idea-archive-browser
0.7.0
[0.7.0] - 2021-04-26
(compatibility: 2020.1 - 2021.1.*)
Added
- Syntax highlighting now supports hotstrings and normal labels
- Can now toggle block comments using the standard block-comment-toggle action
- Errors printed to the console should now show a hyperlink allowing you to jump to any files referenced in the error
0.6.0
[0.6.0] - 2021-04-07
(compatibility: 2020.1 - 2021.1.*)
Added
- Can now select a default Ahk sdk from the Ahk settings
- Syntax highlighting now supports hotkeys
Changed
- Sdk renaming is now done in-line within the Ahk settings
- Can now produce run configs from empty Ahk files when right-clicking them in the project tree
Fixed
- Fixed a bug with run configs where creating a run config with no ahk sdks declared, and then later adding an ahk sdk, would cause the config to show an error even though editing the config showed no error (since it was showing the project sdk by default)