Releases: echo-lalia/microhydra-frozen
v1.0 - Launcher overhaul, enhancements, and bugfixes
Version 1.0 is here! 🎉
I've incremented to version 1.0 as I think it is unlikely for the core systems to undergo more major overhauls at this point. It had to hit version 1 some day :)
Overhaul launcher.py! (FINALLY)
- overhauled scrolling graphics to use a framebuffer, now the statusbar and scrollbar don't blink out on scroll
- broke code up into smaller functions to save memory (and make it easier to read!)
- added quite a few constants to improve readability (and save ram!)
- added custom 'st7789hybrid.py' for launcher-specific use
- replaced bitmap icons with vector icons to save memory
- added support for app icons
Added log output on launch failure to main.py
Improved copy/paste in Files app
Added 'smartkeyboard' to lib (which is now used by some built-in apps)
General bugfixes for HyDE
v0.10 - new settings, HydraMenu, MPv1.23
What's Changed
- merged PDM mic support from @Lana-chan in micropython#14176
- added apptemplate
- Create HydraMenu.py by @Gabriel-F-Sousa in echo-lalia/MicroHydra#28
- merge downstream updates to M5Sound by @Lana-chan in echo-lalia/MicroHydra#29
- Settings Overhaul
- Improved indentation support for HyDE
- Updated everything for MicroPython v1.23 (preview)
v0.9 - file browser and text editor
Created files.py and HyDE.py, modified main.py to allow multiple paths.
Also added new methods to mhoverlay which are used by the new text editor, and file browser.
v0.8 - minor improvements, new modules
This update brings new modules in the library!
Specifically:
- lib.mhconfig - a wrapper for easily working with microhydra launcher config.
- lib.mhoverlay - tool for creating UI popups (and perhaps later, other UI overlays)
- lib.battlevel - wrapper for reading battery level easily
And courtesy of mavica; - M5Sound - can be used to play higher quality sounds.
v0.7 - minor improvements + new display driver
Adjusted battery level detection, improved launcher sort method,
added apps folders to import path,
added ability to jump to alphabetical location in apps list,
added new fbuf-based display driver to lib
v0.6; settings improvements
This is a relatively small update, with just some UI improvements
- Distinguished Confirm button from other menu options, added scroll bar, added wrap-around for settings scrolling.
- Fixed issue with double-input when returning from menu option.
- Added ESC to exit without saving for settings menus
- Improved RGB hinting for color submenus
v0.5
Added battery indicator and time display in top bar, added sync_time and timezone settings, fixed settings app not turning off display
Fixed crash when hitting "reload apps" after removing an SDCard,
BREAKING CHANGES: Reworked entire Beeper module, API is slightly different, and so code that used the old version will need to be updated.
I also found what I think is causing the weird sound inconsistency. It seems that the @micropython.native and @micropython.viper decorators cause code built for the ESP32-S3 to behave strangely.
0.4 release
This is a compiled release of MicroHydra 0.4, bringing a settings menu and improved looks to the launcher.