Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Releases: matu6968/m5burner

3.1.1

02 May 13:19

Choose a tag to compare

M5Burner 3.1.1

Changes in this version:

  • Newer Electron build (35.0.0-beta.7 -> 36.1.0)
  • Updated version of esptool.py in terms of commits (Mac OS still has a older version where it does not depend on rich_click)
  • Updated version of nvs in terms of commits
  • Move Pi-Apps specific releases to main releases
  • Add Windows x86 support

Note: files that have a -manual suffix on it mean it was not built using the package.js script but manually by hand.

Full Changelog: 3.1.0...3.1.1

3.1.0-pi-apps

23 Feb 15:27

Choose a tag to compare

M5Burner 3.1.0 (Pi-Apps release)

This release is meant for Pi-Apps and should not be used in a traditional way.

Why?

Because the launcher is compiled to look for path /opt/M5Burner/bin/m5burner (see launcher code path for Pi-Apps specific release here) unlike the normal launcher where it looks for ./bin/m5burner (see launcher code path for normal release here) and it is meant to be used in a standalone way after extracting the zip archive for your platform (except for Mac OS platforms where you copy the app to the Applications folder). To use the Pi-Apps release, install the app from here.

The release is based off version 3.1.0 with the only change being the launcher and appVersion.info being 202502231600.

Full Changelog: 3.1.0...3.1.0-pi-apps

3.1.0

19 Feb 18:20

Choose a tag to compare

M5Burner 3.1.0

Changes in this version:

  • Newer Electron build (31.7.6 -> 35.0.0-beta.7)
  • Updated version of esptool.py in terms of commits
  • Migrate away to newer node-usb library from the legacy node-usb-detection and node-usb-native libraries used for serial detection for allowing newer Electron versions
  • (Linux/Windows only) Migrate away to better C based program launcher from the old shell based one for notification support and better error handling on Linux platforms, while on Windows recreate the program launcher in C# with error handling via message box popups
  • Fix cross platform builds so building for Mac OS or Windows is now possible

Note: All builds (except 32 bit ARM builds, those have the appVersion.info set as 202502231400 and have different commit tags due to addressing bugs found in ARM related releases) have appVersion.info with date 202502191800 (even though actual compile dates are way above that time) for the sake of keeping the builds in sync with each other like how the official M5Burner does it.

Full Changelog: stable...3.1.0

3.0.0

15 Dec 12:52
a1e2fcc

Choose a tag to compare

stable

Update README.md