Skip to content

Releases: dchosendave/combo-macro-recorder

v1.0.13

Choose a tag to compare

@dchosendave dchosendave released this 22 Aug 18:16
2805684

1.0.13 (2026-08-22)

Bug Fixes

  • ci: synchronize cargo lockfile in release prs (f70a0e0)
  • ci: synchronize cargo lockfile in release prs (25a6aa6)
  • ui: make timeline view readonly (c6b4cb9)
  • ui: make timeline view readonly (af7df07)

Hamin Macro Recorder v1.0.10

Choose a tag to compare

@github-actions github-actions released this 14 Aug 11:34

What's New

  • updated user interface
  • new window sizing
  • settings panel

Hamin Macro Recorder v1.0.9

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:27

See the assets below to download and install.

Hamin Macro Recorder v1.0.8

Choose a tag to compare

@github-actions github-actions released this 02 Aug 20:07

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

Choose a tag to compare

@github-actions github-actions released this 22 Jul 20:42

What's New

  • Pressing a hotkey not being recognized is now fixed

Hamin Macro Recorder v1.0.6

Choose a tag to compare

@github-actions github-actions released this 22 Jul 06:15

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

Choose a tag to compare

@github-actions github-actions released this 18 Jul 06:56

See the assets below to download and install.

Full Changelog: v1.0.4...v1.0.5

Hamin Macro Recorder v1.0.4

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:44

What's New?

  • Manual recording
  • Directory configuration for combos/profiles
  • Dropdown on the .json combos for setting up hotkeys
  • Cleaner file structure and file names

Hamin Macro Recorder v1.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 17:26

What's new

  • Fixed the tag mismatch

Hamin Macro Recorder v1.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 17:12

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