M5Stack SD Updater Versions Save

💾 Customizable menu system for M5Stack and ESP32-Chimera-Core - loads apps from the Micro SD card. Easily add you own apps

v1.2.8

7 months ago

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: https://github.com/tobozo/M5Stack-SD-Updater/compare/v1.2.7...v1.2.8

v1.2.7

11 months ago

What's Changed

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

Full Changelog: https://github.com/tobozo/M5Stack-SD-Updater/compare/v1.2.5...v1.2.7

v1.2.5

1 year ago

What's Changed

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

Special thanks to @GOB52 for thinking out of the box :+1:

Full Changelog: https://github.com/tobozo/M5Stack-SD-Updater/compare/v1.2.4...v1.2.5

v1.2.4

1 year ago

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: https://github.com/tobozo/M5Stack-SD-Updater/compare/v1.2.1...v1.2.4

v1.2.1

1 year ago

Added support for:

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

Full Changelog: https://github.com/tobozo/M5Stack-SD-Updater/compare/v1.2.0...v1.2.1

v1.2.0

2 years ago
  • 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)

v1.1.9

2 years ago

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.

v1.1.8

2 years ago

What's Changed

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

v1.1.7

2 years ago

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: https://github.com/tobozo/M5Stack-SD-Updater/compare/v1.1.6...v1.1.7

v1.1.6

2 years ago

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 [email protected] and [email protected] core compliance
  • Detached M5Core2 from custom touch UI, now using native Buttons emulation from LovyanGFX.h/M5Core2.h/ESP32-Chimera-Core.h
  • Updated examples