Posted March 01, 2022 by JoeStrout
#miniscript #minimicro
A maintenance update (v1.1.1) to Mini Micro has just been released. This release includes three bug fixes, three new features, and some small improvements to the content on the built-in /sys disk:
• Fixed a problem typing in "Jump to Line" and similar dialogs in the code editor.
• Fixed inability to read files with file.open mode "r".
• Added an optional codePointsToRead
parameter to FileHandle.read
.
• file.writeLines
now returns an error message when given an invalid path.
• Improved error handling & recovery (bails out immediately on runtime error, even if inside a function).
• Fixed a bug which would cause a display to fail (become invisible) if uninstalled and re-installed hundreds of times.
• Added -usr and -usr2 command-line options to set what is mounted as /usr and /usr2, respectively.
• Made minor tweaks to several demos, include modules, and built-in help.
This update is recommended for all users.