Releases: dchosendave/combo-macro-recorder
Releases · dchosendave/combo-macro-recorder
Release list
v1.0.13
Hamin Macro Recorder v1.0.10
What's New
- updated user interface
- new window sizing
- settings panel
Hamin Macro Recorder v1.0.9
See the assets below to download and install.
Hamin Macro Recorder v1.0.8
What's New
- Tests coverages for both ui and backend
- Run/stop button
- Import macro accepts .mcr file from Jitbit
Feel free to report any issues or bugs.
Full Changelog: v1.0.8...v1.0.8
Hamin Macro Recorder v1.0.7
What's New
- Pressing a hotkey not being recognized is now fixed
Hamin Macro Recorder v1.0.6
What's NEW
Fixed import jitbit functionality
- this should now be able to understand the D0 to D9 keys of jitbits when copying and pasting a jitbit combo arrangement to the textarea of the application.
Hamin Macro Recorder v1.0.5
See the assets below to download and install.
Full Changelog: v1.0.4...v1.0.5
Hamin Macro Recorder v1.0.4
What's New?
- Manual recording
- Directory configuration for combos/profiles
- Dropdown on the
.jsoncombos for setting up hotkeys - Cleaner file structure and file names
Hamin Macro Recorder v1.0.3
What's new
- Fixed the tag mismatch
Hamin Macro Recorder v1.0.2
What's new
Release automation
- Added GitHub Actions workflow that builds the app and creates a release on every v* tag
- Added scripts/bump-version.sh and scripts/bump-version.ps1 for easy version bumps
Startup auto-load
- Last opened combo file is remembered and auto-loaded on next launch
- Added "Auto-load last combo on startup" toggle in the Hotkeys tab (Window section)
Hotkeys tab redesign
- Cards collapsed from 3 rows to 2 — no more "Hotkey:" and "File:" labels
- Click the [F5] badge directly to change the hotkey — no separate "Change" button
- Added a pencil icon + tooltip to make the capture behavior discoverable
- Full file path shown instead of just the filename, truncated when long
-
- button uses outline variant for better visibility
- Removed the name input — the hotkey and file path are sufficient
Skills tab improvements
- Undo/Redo with Ctrl+Z / Ctrl+Shift+Z — history stack of 50 steps
- Undo/Redo toolbar buttons ↩ ↪ (visible when unlocked)
- Keyboard shortcuts: Delete to remove, Ctrl+D to duplicate, Ctrl+Arrow to reorder
- Auto-follow scroll when adding new steps
- Toolbar split into two rows — Labels & actions on top, Add-step buttons below
Timing precision
- Replaced spin-sleep with Windows waitable timers for sub-millisecond delay precision
- Fixes cumulative drift that caused combos to fail intermittently
Misc
- Hotkeys browse button changed from folder icon to + for better visibility