Releases: bmorcelli/Launcher
Releases · bmorcelli/Launcher
Launcher Release 2.7.1
Latest Changelog
-
2.7.1:
- Fixed Launcher auto updater process.
-
2.7.0:
- Improved navigation on devices with 5 buttons and keyboards; now you can navigate up and down on the main menu
- Improved main menu for small screens (T-Dongle, StickC)
- Custom Partition Manager "PMan" (no more hardcoded partitions on Cardputer)
- Automatic partition maker, firmware sanity checker, and flash optimizer.
- Ability to install more than one firmware at a time
- Encrypted WiFi passwords within config.conf and NVS
- Remodeled WebUI, adding the ability to edit text files and NVS fields saved in memory
- Changed items on CFG for better understanding
- Optimized WiFi/WebUI functions to save Flash
- Enabled OTA for CYD-3248S035C and CYD-3248S035R
- Port to M5-DinMeter
- Port to Arduino Nesso N1
- Port to Reaper Board
Launcher Release 2.7.0
Latest Changelog
- 2.7.0:
- Improved navigation on devices with 5 buttons and keyboards; now you can navigate up and down on the main menu
- Improved main menu for small screens (T-Dongle, StickC)
- Custom Partition Manager "PMan" (no more hardcoded partitions on Cardputer)
- Automatic partition maker, firmware sanity checker, and flash optimizer.
- Ability to install more than one firmware at a time
- Encrypted WiFi passwords within config.conf and NVS
- Remodeled WebUI, adding the ability to edit text files and NVS fields saved in memory
- Changed items on CFG for better understanding
- Optimized WiFi/WebUI functions to save Flash
- Enabled OTA for CYD-3248S035C and CYD-3248S035R
- Port to M5-DinMeter
- Port to Arduino Nesso N1
- Port to Reaper Board
Launcher Release 2.6.10
Fix StickCPlus2, Core and other 3 Button devices navigation
Launcher Release 2.6.9
- 2.6.9:
- Port to NM-CYD-C5
- Port to 3248W535C
- Port to Waveshare-ESP32-S3-LCD-1.47
- Port to T-Dongle-C5 (tft)
- Port to T-Display S3 AMOLED Plus
- Fix issue where brightness wasnt being saved
- Fix issue where custom "downloads" folder wasn't being used
- Fix issue where some fimware downloads waren't working due to prohibited characters on firmware name
- Fixed SD Card not mounting on T-Watch Ultra and adjusted UI for Rounded edges on Main menu and file listings
- Enabled AWSD navigation for Lyligo T-LoraPager, T-Deck, T-Deck Plus and T-Deck Pro
- Added Touch Calibration for XPT2046 driven devices (Resistive touchscreens, like: CYD, Marauder, Phantom, T-HMI), It will be prompted when no calibration data is found (First boot), or can be started on
CFG > Calibrate Touch, or by sending "calibrate" over Serial. - Adds "OFF" Option to main screen to turn off (DeepSleep when PMIC is not available) the device.
- Centralized Main libraries, using git submodules, so it doesn't download many copies of the same library to the
.pio/libdeps/**/folder - Speed up workflow, using Github cache for framwork and libs
Thanks to @richrd @konsumer @RLee203 @RockBase-iot
Launcher Release 2.6.8
- 2.6.8:
- Increased Gamestation Partitions sizes. #299
- Added option to erase App Partition
- Added option to always boot into Launcher #292
- Added "APP" menu item to reboot into the last installed firmware
- Enhanced NVS partition and partition schemes for UiFlow2
- Fix M5Stack Tab5 Wifi scan and WebUI in AP mode.
- New Device: Lilygo T-Watch-S3
- New Device: Lilygo T-Watch-Ultra
- New Device: Lilygo E-Paper S3 Pro H752-x
Launcher Release 2.6.7
- 2.6.7:
- Restablished Tab5 SdCard on SPI for WiFi compatibility and refactored reboot process to powercycle the SDCard, resetting the Sdcard communication bus.
- Tab5 Now has MassStorage interface!
- Fixed M5Stack Paper S3 USB MassStorage issue #287 and OTA will show only S3 firmwares.
- Added App offset parameter to allow Launcher to be updated in Tab5, and firmwares that are placed at different factory/app0 addresses.
- Set to StickC and CPlus devices to see only ESP32 firmwares on OTA, excluding ESP32-S3 (StickS3) firmwares
- Adjusted binary of firmware binaries that are not merged to have a partition table, allowing attaching SPIFFS partition into it. This binary will be valid ONLY for Launcher, can't be flashed alone because it doesn't have a valid bootloader and partition table. #289
Launcher Release 2.6.6
Release 2.6.6:
- M5-StickS3 port
- (Beta) M5-DinMeter port
- Arduino Nesso N1 port
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