Releases: bmorcelli/Launcher
Releases · bmorcelli/Launcher
Launcher Release 2.6.5
Latest Changelog
- 2.6.5:
- M5-Tab5 using SDMMC driver for compatibility with other firmware
- Added possibility to order by "Latest update"
- Port to OpenSourceSRDLabs WaveSentry and WaveSentry Pro
- Battery ADC measurement fix for Cardputer, Tdeck, StickCPlus2, T-Display S3, T-HMI
Launcher Release 2.6.4
- 2.6.4:
- Fixed CYD 3243S035R touchscreen rotation
- Fixed Marauder V7 screen issues
- Enhanced M5-PaperS3 display, using Sprites now for better drawing resolution
- Fixed M5Stack Cardputer ADV keyboard not adding '*' and '('
- Add New Partition Scheme for Cardputer Game Station, allowing 4.5Mb game ROMs
Launcher Release 2.6.3
- 2.6.3:
- Fixed Marauder keyboard
- Changed from EEPROM to NVS to save configs and Wifi creds Issue 232
- Port to M5-PaperS3
- Fixed SelPress leaking into main menu
- T-Embed (all) and T-LoraPager Encoder enhancement
- WebUi session enhancement and fixes
Launcher Release 2.6.2
- 2.6.2:
- Fixed T-Embed CC1101 OTA Link
- Changed SD file listings for speed (PR 230) Issue 229 thanks @geo-tp and @emericklaw
Launcher Release 2.6.1
- 2.6.1:
- Fixed T-Deck Plus touchscreen (added new env for it)
- Fixed M5Stack CoreS3, SE and Lite SD Card not mounting
- Add Delete from Favorites option
Launcher Release 2.6.0
- 2.6.0:
- Pulling data from my new api, integrating all devices list with m5burner api and counting downloads into the m5burner database.
- OTA Pagination (pages of 100 firmware ordered by download-default)
- New Device: M5Stack Tab5.
- New Device: Lilygo T-HMI
- New Feature: Backup SPIFFS/FAT now prompts to merge data into a chosen binary, so you can install firmware and data choosign
SPIFFS Yeson install and backup B Binaries now have incremental names. - New Feature: Added Filter and ordering to the fimware list.
- New Feature: Added Starred firmware list (controlled by me.. support the project to have yout firmware into the starred list.).
- New Feature: Added "Favorite" (Need SD Card), where you an add the firmwares from the OTA list, or Manually add your binary links from your local server or whatever.
- config.conf changes:
...
"favorite": [
{ // Example of firmware added into Favorites through OTA function
"name": "Evil-Cardputer-7h30th3r0n3",
"fid": "2128851a0c98a4c1d15ac1a327b49812",
"link": ""
},
{ // Example of my custom link file added manually editiing this file
"name": "Launcher Beta link",
"fid": "", // leave it blank
"link": "https://github.com/bmorcelli/Launcher/releases/download/beta/Launcher-m5stack-cardputer.bin"
},
{
"name": "Bruce Beta link",
"fid": "",
"link": "https://github.com/pr3y/Bruce/releases/download/betaRelease/Bruce-m5stack-cardputer.bin"
},
],
"aa:bb:cc:11:22:33": 1, // Rotation is now bound to hardware MAC
...
Launcher Release 2.5.3
2.5.3:
- Restored T-Deck OTA
- Refined T-Deck Touchscreen inputs
Launcher Release 2.5.2
2.5.2:
- Fixed Marauder V6 touchscreen and CYDs touchscreen unresponsive and fixed Dim screen
- Fixed Smoochiee board inputs and SDCard
- Fixed Longpress on Cardputer ADV
- Fixed folder creation on subfolders
Launcher Release 2.5.1
2.5.1:
- Fixed Cardputer ADV Keyboard compatibility
- Fixed issue where OTA firmware list wasn't being fully downloaded.
Launcher Release 2.5.0
Changelog
- 2.5.0:
- Moving to pioarduino 3.3 based framework (ESP-IDF 5.5)
- Enable USB Mass Storage to SD_MMC devices (T-Display-S3 and touch and T-Dongle S3 tft)
- Partition changes
- Firmware updates
- OTA lists and install
- Added keyboard support to T-Deck Pro #180
- Fixed compatibility with UIFlow 2.3.x #192
- Added CSS, JS, Html online minifier
- Moved to ESP32Async/ESPAsyncWebServer official repo
- Port to Cardputer ADV thanks to @n0xa
- Port to Lilygo Lora Pager by @emericklaw
- Port to CYD-4827S043R -> WIP
- Fixed first line filelist
- Moving to pioarduino 3.3 based framework (ESP-IDF 5.5)