This release brings several improvements to the virtual file system, including better handling of writeable volumes and case sensitivity on path names. It also includes fixes for the roRegex.split() return type, MicroDebugger handling of multiple statements in a single line, support for UTF-16 in StringI global function and other minor enhancements.
Release Changes
- Fixed:
stopnot working as the last statement by @lvcabral in #719 - Fixed return type for
roRegex.split()toroListinstead ofroArrayby @lvcabral in #721 - Upgraded
zenFSdependency and removedmemory-fsby @lvcabral in #725 - Added
common:/certs/ca-bundle.crtfile and upgradedzenFSby @lvcabral in #727 - Fixed issue that prevented playback of the first loaded audio by @lvcabral in #728
- Save paths in writeable volumes with original case by @lvcabral in #730
- Force ignore cache for
common.zipwhen new version is available by @lvcabral in #732 - Fixed
MicroDebuggerto properly handle a line with multiple statements separated by colon:by @lvcabral in #738 - Generate a
registryevent when loading the registry during startup of the engine by @lvcabral in #739 - Clear the display before showing icon as splash by @lvcabral in #741
- Added support for the
notoperator in the preprocessor's#ifclause evaluation by @lvcabral in #742 - Fixed exception handling for Parser and Preprocessor by @lvcabral in #743
- Added UTF-16 support for
StringIand prevented crash with negativestring.repeat()by @lvcabral in #744 - Added validation to
#ifto not allow extra text after the condition token by @lvcabral in #745 - Fixed ZIP based volumes
pkg:,common:andext1:to show the original case on path names by @lvcabral in #747 - Prevent debug error messages in
Network.tsby @lvcabral in #748
Full Changelog: v1.9.8...v1.9.9