Skip to content

v0.10.0

Compare
Choose a tag to compare
@skx skx released this 02 Jun 06:18
· 79 commits to master since this release

This release features a couple of quality of life improvements:

  • There is a new "#.COM" binary added, which allows "comments" in SUBMIT files
    • For example the AUTOEXEC.SUB file we support might read "# QUIET 1" to have a default.
  • User-numbers are persisted across restarts, as well as the current drive-letter.
  • Our glob-handling was updated to handle the embedded utility binaries we include from the static/ directory.
  • The DDT.COM binary, which is a simple debugger, now works more than it did in the past.

What's Changed

This is a list of pull-requests merged:

  • Added "#.com", which allows us to have comments by @skx in #107
  • Persist the usernumber across restarts by @skx in #109
  • 110 glob by @skx in #111
  • Allow DDT.COM to run by @skx in #113

Full Changelog: v0.9.0...v0.10.0