Releases: Prestapro/d2runner
Releases · Prestapro/d2runner
Release list
v1.0.11
Full Changelog: v1.0.10...v1.0.11
v1.0.10
v1.0.9
Full Changelog: v1.0.8...v1.0.9
Full Changelog: v1.0.8...v1.0.9
v1.0.8
Full Changelog: v1.0.7...v1.0.8
Full Changelog: v1.0.7...v1.0.8
v1.0.7
Full Changelog: v1.0.6...v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.4...v1.0.6
Full Changelog: v1.0.4...v1.0.6
v1.0.5
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
D2Runner v1.0.3
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/Stopstart->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.zipD2Runner-macos-arm64-v1.0.3.zipD2Runner-linux-x64-v1.0.3.tar.gzSHA256SUMS.txt
Notes
- Linux artifact is a
PyInstallerbinary package (x64); runtime compatibility may depend on distro/glibc - macOS may require Accessibility / Input Monitoring permissions for global hotkeys
D2Runner v1.0.2
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-paddetection with fallback modes:hataxesbuttons
- Added Linux build/release publishing to GitHub Releases
- Release assets now include Linux archive + updated checksums
Release assets
D2Runner-windows-x64-v1.0.2.zipD2Runner-macos-arm64-v1.0.2.zipD2Runner-linux-x64-v1.0.2.tar.gzSHA256SUMS.txt
Notes
- Linux artifact is a
PyInstallerbinary package (x64); runtime compatibility may depend on distro/glibc - macOS may require Accessibility / Input Monitoring permissions for global hotkeys