Skip to content

Releases: Prestapro/d2runner

v1.0.11

Choose a tag to compare

@github-actions github-actions released this 24 Feb 16:52

Full Changelog: v1.0.10...v1.0.11

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 23 Feb 23:21

Full Changelog: v1.0.9...v1.0.10

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 23 Feb 22:58

Full Changelog: v1.0.8...v1.0.9

Full Changelog: v1.0.8...v1.0.9

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 23 Feb 22:47

Full Changelog: v1.0.7...v1.0.8

Full Changelog: v1.0.7...v1.0.8

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 23 Feb 22:12

Full Changelog: v1.0.6...v1.0.7

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 23 Feb 22:04

Full Changelog: v1.0.4...v1.0.6

Full Changelog: v1.0.4...v1.0.6

v1.0.5

Choose a tag to compare

@Prestapro Prestapro released this 23 Feb 21:48

Fix Xbox controller D-pad hotkeys not triggering in Windows build (pygame joystick state was not pumped, so hat/button values could stay at initial state).

Changes:

  • Add pygame.event.pump() in controller polling loop
  • Keep safe logging if event pumping fails

Full Changelog: v1.0.3...v1.0.5

Full Changelog: v1.0.3...v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 23 Feb 21:46

Full Changelog: v1.0.3...v1.0.4

D2Runner v1.0.3

Choose a tag to compare

@github-actions github-actions released this 23 Feb 20:36

D2Runner v1.0.3

Bugfix release for hotkeys and overlay behavior.

Changelog

  • Added hotkey repeat guard (debounce) to prevent accidental double-trigger on key hold (e.g. Start/Stop start->stop)
  • Fixed compact/mini overlay regression where duplicate run/timer widgets could remain visible after switching views
  • Fixed compact overlay timer refresh (tiny timer now updates continuously while running)
  • Added a small in-overlay button to return from compact/mini to normal view (without using system tray)

Release assets

  • D2Runner-windows-x64-v1.0.3.zip
  • D2Runner-macos-arm64-v1.0.3.zip
  • D2Runner-linux-x64-v1.0.3.tar.gz
  • SHA256SUMS.txt

Notes

  • Linux artifact is a PyInstaller binary package (x64); runtime compatibility may depend on distro/glibc
  • macOS may require Accessibility / Input Monitoring permissions for global hotkeys

D2Runner v1.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Feb 20:13

D2Runner v1.0.2

Feature release with overlay/tray improvements, better controller D-pad detection on Windows, and Linux release artifacts.

Changelog

  • Added system tray support (Show/Hide, Quit)
  • Added runtime Mini Mode / tiny overlay controls in Qt UI
  • Improved Windows controller D-pad detection with fallback modes:
    • hat
    • axes
    • buttons
  • Added Linux build/release publishing to GitHub Releases
  • Release assets now include Linux archive + updated checksums

Release assets

  • D2Runner-windows-x64-v1.0.2.zip
  • D2Runner-macos-arm64-v1.0.2.zip
  • D2Runner-linux-x64-v1.0.2.tar.gz
  • SHA256SUMS.txt

Notes

  • Linux artifact is a PyInstaller binary package (x64); runtime compatibility may depend on distro/glibc
  • macOS may require Accessibility / Input Monitoring permissions for global hotkeys