Version 3.6.2 - 8-Jul-2025:
- Fixed crash when status line too long.
Version 3.6.1 - 16-Jun-2025:
- Fixed "progress spinner" so that it is now enabled by default for WebMite.
Version 3.6.0 - 1-Jun-2025:
- Added status line.
- Having the status line "scroll" off the top of the display and then
redrawing it (instead of having the text scroll beneath it) is a
deliberate choice for performance reasons rather than a bug.
- Having the status line "scroll" off the top of the display and then
- Added *FONT [SMALL | MEDIUM] meta-command.
- KNOWN BUG: using *FONT SMALL on the Colour Maximite 2 causes the prompt
to "glitch" in a way I have been unable to reproduce in a small example.
- KNOWN BUG: using *FONT SMALL on the Colour Maximite 2 causes the prompt
- Added '--shell' command-line option which if used will cause Z-MIM to
RUN the program specified in the "/.mmbasic-shell" file when it exits. - Changed code to use SELECT CASE rather than IF .. THEN .. ELSEIF ..
constructs.- This should slightly improve performance.
- Changed transpiled versions of Z-MIM to remove comments and unnecessary
whitespace.- This should slightly improve performance.
- Changed code to no longer use _ as a variable name as this was incompatible
with the new PicoMite line-continuation feature. - Removed '--platform' command-line flag.
- This was specifically for MMB4L and as of MMB4L v0.8 is no longer
required due to enhancements to the RUN command.
- This was specifically for MMB4L and as of MMB4L v0.8 is no longer
- Fixed *status meta-command to display time instead of score for
"time games" such as "Deadline". - Fixed bug where cursor colour was always white rather than using the
display foreground colour. - Fixed debug help text for displays <= 40 characters wide.
- Fixed formatting of stored values when using interactive debugger.