Tags: duzefu/D4keyHelp
Tags
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.
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.
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.
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.