Skip to content

Releases: qmk/qmk_toolbox

Latest Beta

06 Apr 01:55
e9d0a62
Compare
Choose a tag to compare
Latest Beta Pre-release
Pre-release

Commits

0.3.1

09 Mar 22:51
0893ff7
Compare
Choose a tag to compare

Important Note for Windows Users

dfu-programmer v1.0.0 has dropped support for libusb-win32 (libusb0) in favour of libusb-1.0. As such the driver installation has been updated to designate WinUSB for Atmel DFU bootloader devices. You may need to manually uninstall the libusb0 driver for existing bootloaders on your machine.

Important Note for macOS Users

Although the Toolbox itself will run on Apple Silicon Macs, the flasher binaries are still Intel-based and do not work. Installing Rosetta may help, but this has not been tested.


  • [macOS] Fixed a bug when flashing using avrdude due to missing libavrdude (#454)
  • [macOS] Fixed an issue with hex/bin files not being opened properly (#456)
  • [Windows] Fixed a crash when closing HID Console window (#455)

0.3.0

22 Feb 09:51
7025569
Compare
Choose a tag to compare

Important Note for Windows Users

dfu-programmer v1.0.0 has dropped support for libusb-win32 (libusb0) in favour of libusb-1.0. As such the driver installation has been updated to designate WinUSB for Atmel DFU bootloader devices. You may need to manually uninstall the libusb0 driver for existing bootloaders on your machine.

Important Note for macOS Users

Although the Toolbox itself will run on Apple Silicon Macs, the flasher binaries are still Intel-based and do not work. Installing Rosetta may help, but this has not been tested.


  • Added WB32 bootloader support (#320, #321)
  • Added GD32V bootloader support (#376)
  • Moved HID Console output to separate window (#388)
  • Added check to make sure firmware file exists before attempting flash (#435)
  • [macOS] Converted project to Swift (#371)
  • [macOS] Switched to Storyboard (#401)
  • [macOS] Bumped minimum version to Monterey, updated flasher binaries from latest Homebrew bottles (#449)
  • [Windows] Upgraded project to .NET 6 (#421)
  • [Windows] Fixed crash when encountering USB devices with no HardwareID (#445)
  • [Windows] Improved HID Console report processing to match macOS behaviour (#447)
  • [Windows] Updated flasher binaries from latest MSYS2 packages (#448)

0.2.2

17 May 16:21
ba1cfbe
Compare
Choose a tag to compare
  • Fixed auto-flash (#365)
  • [macOS] Fixed a typo (#367)
  • [Windows] Removed a useless reference (#368)

0.2.1

05 May 08:47
a25b7c8
Compare
Choose a tag to compare
  • [macOS] Fixed USB device detection on M1 Macs (#350)
  • Dropped incomplete support for .qmk files (#353)
  • [macOS] Added missing libhidapi dependency for avrdude (#357)
  • Fixed a couple of bugs related to clearing recent files, and opening files (#355, #356)
  • Fixed handedness .eep filenames (#360)
  • Cleaned up firmware file downloading via qmk:// (#361)

0.2.0

21 Apr 01:03
9ee8c97
Compare
Choose a tag to compare

0.1.1

03 Aug 11:08
d55095d
Compare
Choose a tag to compare
  • Added libftdi, as MSYS avrdude needs it to run (#295)
  • Fixed visual bug with EEPROM submenu (#293)

0.1.0

01 Aug 07:23
374c3d2
Compare
Choose a tag to compare
  • Improved Auto-flash behaviour (#257)
  • Added support for AT90USB162 (#260, #262)
  • [macOS] Improved serial bootloader (eg. Pro Micro) detection (#254)
  • Added toolbars for easier access to things like driver installation (#263, #264, #278, #280)
  • Improved drag and drop handling (#272, #273)
  • Added support for LUFA Mass storage bootloader (#281)
  • Added support for QMK-DFU bootloader (does not require chip erase before clearing EEPROM) (#286)
  • Implemented handedness (EE_HANDS) setting for bootloaders which allow EEPROM modification (#287)
  • [Windows] Fixed bug where Toolbox may stop opening after some time (#282)
  • General cleanups (#268, #269, #270, #271, #275, #277, #279, #288, #291)
  • [Windows] Updated binaries from MSYS2 (#267, #284)
  • [macOS] Updated binaries from Homebrew (#292)
  • "beta" releases now published on every push to master (#261) - https://github.com/qmk/qmk_toolbox/releases/beta

Known issues:

  • [Windows] If the Toolbox detects the bootloader device, but fails to flash, make sure you have installed the drivers: select Tools -> Install Drivers...
  • [Windows] The BootloadHID binary included in the Toolbox package may still be picked up as a virus or prevent the Toolbox from launching. It's a false positive, because of the nature of the utility.

0.0.21

19 Jan 02:29
3741f46
Compare
Choose a tag to compare
  • Add Caterina PID for LilyPad (#226)
  • Fix crash when flashing with USBTiny (#231)
  • Remove "List HID devices" button (#232)
  • [Windows] Upgrade settings on version bump (#235)
  • [Windows] Fix crash when using file picker to select firmware in WSL filesystem (#236)
  • Add support for STM32duino DFU bootloader (#166, #229)
  • Add support for APM32 DFU bootloader (#238)
  • Update mdloader to 1.0.5 (#249)

Known issues:

  • [Windows] If the Toolbox detects the bootloader device, but fails to flash, make sure you have installed the drivers - right click in the window and select Install Drivers....
    As noted above, the current driver assigned to the device is now displayed, so please refer to this page for the correct driver for your particular bootloader.
  • [Windows] The BootloadHID binary included in the Toolbox package may still be picked up as a virus or prevent the Toolbox from launching. It's a false positive, because of the nature of the utility.

0.0.20

17 Sep 07:47
ff4c0f5
Compare
Choose a tag to compare
  • [Windows] Bootloader device drivers are now printed for easier diagnosis (#214)
  • [Windows/macOS] Added --force flag to dfu-programmer command (#215)
  • [macOS] Updated Xcode project version to 11.4 (#219)
  • [Windows/macOS] Added support for Pololu A-Star Caterina (#216)
  • [Windows/macOS] Fixed "Clear" context menu item overriding native menu on macOS and improved menu on Windows (#218)
  • [Windows] Fixed BootloadHID device detection (#221)
  • [macOS] Fixed file permissions on bootloadHID (#225)

Known issues:

  • [Windows/macOS] EEPROM clearing for stock Atmel DFU bootloader is fixed. However, you now need to flash the firmware after erasing the EEPROM.
  • [Windows] If the Toolbox detects the bootloader device, but fails to flash, make sure you have installed the drivers - right click in the window and select Install Drivers....
    As noted above, the current driver assigned to the device is now displayed, so please refer to this page for the correct driver for your particular bootloader.
  • [Windows] The BootloadHID binary included in the Toolbox package may still be picked up as a virus or prevent the Toolbox from launching. It's a false positive, because of the nature of the utility.