Skip to content

Releases: tobozo/M5Stack-SD-Updater

1.2.8

13 Oct 10:31
b42994e
Compare
Choose a tag to compare

What's Changed

  • Factory partition support
  • Add factory menu example
  • Removed submodules
  • Fixed compilation warning
  • Removed some dead code, renamed methods, updated example
  • Added property enabled/disabled to BtnXAction
  • Added setWaitDelay()
  • CI: dynamic core version planner

Full Changelog: v1.2.7...v1.2.8

1.2.7

23 May 20:46
84eef98
Compare
Choose a tag to compare

What's Changed

  • Support for FFat and SdFat
  • Experimental tools for factory partition
  • M5Atom fixes

Full Changelog: v1.2.5...v1.2.7

1.2.5

03 May 13:29
62170f8
Compare
Choose a tag to compare

What's Changed

  • fixes #180
  • fixes #179
  • fix for SDUCfg.setBinFileName() crashing

Special thanks to @GOB52 for thinking out of the box 👍

Full Changelog: v1.2.4...v1.2.5

1.2.4

30 Apr 20:36
011a3db
Compare
Choose a tag to compare

What's Changed

  • SdFat support (SdFs only)
  • fix for SD_MMC
  • Optional gzipped firmware support with ESP32-targz
  • new progress bar by @armel

Full Changelog: v1.2.1...v1.2.4

1.2.1

01 Aug 09:20
4ce1679
Compare
Choose a tag to compare

Added support for:

  • espressif packages 2.0.3 and 2.0.4
  • esp32-s3-box

Full Changelog: v1.2.0...v1.2.1

1.2.0

19 Mar 19:58
221bb82
Compare
Choose a tag to compare
  • Moved fsBegin() as early init
  • Confirmed M5Unified support
  • Fixed Odroid-go support with some package versions
  • Enabled QR levels from 6 to 9
  • CI is now building with multiple packages (1.06, 2.0.0, 2.0.1, 2.0.2)

1.1.9

03 Feb 18:19
a576acc
Compare
Choose a tag to compare

M5Stack-SD-Menu changes

  • Fixed QRCode issue
  • Disabled downloader

New AppStore Example Features

  • Inherited the downloader from M5Stack-SD-Menu.
  • Apps can be downloaded/updated/hidden/deleted separately.

1.1.8

11 Dec 20:43
e159479
Compare
Choose a tag to compare

What's Changed

  • Better M5Unified and LFGX support
  • New setters for buttons and polling (see readme)

1.1.7

09 Dec 15:15
6a630f6
Compare
Choose a tag to compare

What's Changed

  • Added optional SDU_APP_AUTHOR and SDUCfg.setAuthorName() for lobby screen.
  • Improved lobby screen design and error reporting, added animation.
  • New SDUCfg.onButtonDrawCb type uses an extra argument (text shadow color), this will change again in a further release.
  • Reduced impact on binary size.

Full Changelog: v1.1.6...v1.1.7

1.1.6

09 Nov 16:14
c984795
Compare
Choose a tag to compare

Fixes & Features

  • Added config option use_rollback along with SDUCfg.useRolllback( bool ), setting it to false will disable the rollback checks and force the loading of menu.bin from the SD Card. This adresses specific partition schemes that do not use OTA1/OTA2.
  • M5Stack-SD-Menu can now be compiled with platformio, while this is sub-optimal for binary size, it can still be used along with platformio binaries that use specific or arduino incompatible partition schemes.
  • Checked arduino-espressif32@2.0.1-rc1 and arduino-espressif32@2.0.1 core compliance
  • Detached M5Core2 from custom touch UI, now using native Buttons emulation from LovyanGFX.h/M5Core2.h/ESP32-Chimera-Core.h
  • Updated examples