Skip to content

Tags: duzefu/D4keyHelp

Tags

2.2

Toggle 2.2's commit message
feat: add GitHub Actions release workflow

- Compile macro_script_v3.ahk into D4keyHelp.exe using Ahk2Exe
- Upload the executable as a workflow artifact
- Publish a GitHub Release with the built binary

This workflow triggers on version tags (v*) and runs on
windows-latest, automating the build and release process.

2.1

Toggle 2.1's commit message
docs: update README with yellow gear upgrade feature

- Clarify F3 auto-transmutation description (use screenshot color
  detection instead of memory color reading)
- Add documentation for the new '升级黄装' feature that upgrades
  rare items to legendary before transmutation
- Update mainPage.png to reflect UI changes

This change improves the documentation to accurately describe the
current behavior and introduces the new yellow gear upgrade
functionality.

v2.2

Toggle v2.2's commit message
feat: add GitHub Actions release workflow

- Compile macro_script_v3.ahk into D4keyHelp.exe using Ahk2Exe
- Upload the executable as a workflow artifact
- Publish a GitHub Release with the built binary

This workflow triggers on version tags (v*) and runs on
windows-latest, automating the build and release process.

2.0

Toggle 2.0's commit message
feat: update pic

click-suspend

Toggle click-suspend's commit message
refactor: improve mouse button handling in macro script

- Replace simple click sending with proper press/release events
- Add support for long mouse button presses
- Maintain existing pause-on-click functionality

The changes allow for more natural mouse button behavior during
macro operation, particularly for actions requiring button holds.

drop-down-list

Toggle drop-down-list's commit message
feat: 增加按住选项,改为下拉框

mouseMove

Toggle mouseMove's commit message
增加自动鼠标移动按钮,用来丢陷阱

v1.2

Toggle v1.2's commit message
增加强制移动按键

V1.1

Toggle V1.1's commit message
解决没有正确停止定时器导致反复重启宏之后出现性能问题

V1.0

Toggle V1.0's commit message
fix