From e4cb62659cb6bd12aef2734b4a9172b6354ec005 Mon Sep 17 00:00:00 2001 From: Dean Belfield <36993476+breakintoprogram@users.noreply.github.com> Date: Tue, 22 Nov 2022 20:02:03 +0000 Subject: [PATCH] Version 1.02 --- TODO.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 6161f36..d2127d7 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,13 @@ # TODO ### Next Jobs -- The RUN command: modify to load file in and run either in Z80 or ADL mode -- Add code to run external * commands from SD card - Add upgrade functionality so that the MOS can be updated from SD card ### Fixed Bugs / New Features +#### Version 1.02 +- The RUN command: modify to load file in and run either in Z80 or ADL mode +- Add code to run external * commands from SD card +- MOS commands are now case-insensitive and can be abbreviated with a '.' +#### Version 1.01 +- Minor bug fixes and improvements #### Version 0.08 - Improved the line editor - Added MOS API command `REN`: Rename a file on the SD card