Skip to content

Releases: OctoPrint/OctoPrint-FirmwareUpdater

1.11.0b7

14 Apr 08:22
Compare
Choose a tag to compare
1.11.0b7 Pre-release
Pre-release

Changes

  • Add an option to the LPC176x method to set a custom firmware filename (partial implementation of #231)
  • Add BootCommander as a flash method for for updating boards running an OpenBLT bootloader (final part of #231)
  • Add dfu-util as a flash method for STM32 DFU boards (e.g. MKS Rumba 32) (#241)
  • OctoPrint serial connections will be blocked while a flash is in progress. Requires OctoPrint >=1.6.0. (addresses #132)
  • Increase plugin file upload limit to allow larger firmware uploads
    • Limit increased from 1MB to 5MB
    • Plugin will show an error message if the upload exceeds the limit
    • Limit is configurable in config.yaml as maximum_fw_size_kb
      E.g., add maximum_fw_size_kb: 10240 in the firmwareupdater section in config.yaml to set it to 10MB
      Changing this requires restarting OctoPrint

1.11.0b6

14 Apr 08:22
Compare
Choose a tag to compare
1.11.0b6 Pre-release
Pre-release

Changes

  • Add an option to the LPC176x method to set a custom firmware filename (partial implementation of #231)
  • Add BootCommander as a flash method for for updating boards running an OpenBLT bootloader (final part of #231)
  • OctoPrint serial connections will be blocked while a flash is in progress. Requires OctoPrint >=1.6.0. (addresses #132)
  • Increase plugin file upload limit to allow larger firmware uploads
    • Limit increased from 1MB to 5MB
    • Plugin will show an error message if the upload exceeds the limit
    • Limit is configurable in config.yaml as maximum_fw_size_kb
      E.g., add maximum_fw_size_kb: 10240 in the firmwareupdater section in config.yaml to set it to 10MB
      Changing this requires restarting OctoPrint

1.11.0b5

06 Apr 14:35
5d14c99
Compare
Choose a tag to compare
1.11.0b5 Pre-release
Pre-release

Changes

  • Add an option to the LPC176x method to set a custom firmware filename (partial implementation of #231)
  • Add BootCommander as a flash method for for updating boards running an OpenBLT bootloader (final part of #231)
  • OctoPrint serial connections will be blocked while a flash is in progress. Requires OctoPrint >=1.6.0. (addresses #132)
  • Increase plugin file upload limit to allow larger firmware uploads
    • Limit increased from 1MB to 5MB
    • Plugin will show an error message if the upload exceeds the limit
    • Limit is configurable in config.yaml as maximum_fw_size_kb
      E.g., add maximum_fw_size_kb: 10240 in the firmwareupdater section in config.yaml to set it to 10MB
      Changing this requires restarting OctoPrint

1.11.0b4

05 Apr 10:14
840fb5e
Compare
Choose a tag to compare
1.11.0b4 Pre-release
Pre-release

Changes

  • Add an option to the LPC176x method to set a custom firmware filename (partial implementation of #231)
  • Add BootCommander as a flash method for for updating boards running an OpenBLT bootloader (final part of #231)
  • OctoPrint serial connections will be blocked while a flash is in progress. Requires OctoPrint >=1.6.0. (addresses #132)

1.11.0b3

04 Apr 18:16
Compare
Choose a tag to compare
1.11.0b3 Pre-release
Pre-release

Changes

  • Add an option to the LPC176x method to set a custom firmware filename (partial implementation of #231)
  • Add BootCommander as a flash method for for updating boards running an OpenBLT bootloader (final part of #231)

Changes since 1.11.0b2

  • Add option to reset the board before BootCommander is run to force the board into the bootloader. Option is enabled by default.

1.11.0b2

02 Apr 09:01
d3a324b
Compare
Choose a tag to compare
1.11.0b2 Pre-release
Pre-release

Changes

  • Add an option to the LPC176x method to set a custom firmware filename (partial implementation of #231)
  • Add BootCommander as a flash method for for updating boards running an OpenBLT bootloader (final part of #231)

1.11.0b1

31 Mar 11:03
8f20ad0
Compare
Choose a tag to compare
1.11.0b1 Pre-release
Pre-release

Changes

  • Add an option to the LPC176x method to set a custom firmware filename (partial implementation of #231)

1.10.10

27 Mar 19:00
cfed8fb
Compare
Choose a tag to compare

Changes

  • Change Pyserial requirement to pySerial=<3.4 instead of pySerial=<3.5 for better compatibility with old OctoPi versions (#223)

Fixes

  • Fix pre-flash system commands not running (#227)
  • Fix avdrude baudrate override causing flash to fail (#230)
  • Fix settings tabs not appearing if another plugin has a DOM element with the same ID (#232)

1.10.10b3

27 Mar 17:13
Compare
Choose a tag to compare
1.10.10b3 Pre-release
Pre-release

Beta release for v1.10.10.

Changes

  • Change Pyserial requirement to pySerial=<3.4 instead of pySerial=<3.5 for better compatibility with old OctoPi versions (#223)

Fixes

  • Fix pre-flash system commands not running (#227)
  • Fix avdrude baudrate override causing flash to fail (#230)
  • Fix settings tabs not appearing if another plugin has a DOM element with the same ID (#232)

1.10.10b2

25 Mar 07:55
Compare
Choose a tag to compare
1.10.10b2 Pre-release
Pre-release

Beta release for v1.10.10.

Changes

  • Change Pyserial requirement to pySerial=<3.4 instead of pySerial=<3.5 for better compatibility with old OctoPi versions (#223)

Fixes

  • Fix pre-flash system commands not running (#227)
  • Fix avdrude baudrate override causing flash to fail (#230)