Skip to content

Releases: bkw777/dl2

v2.2.003

04 Feb 20:20
Compare
Choose a tag to compare

fix parsing -i arg

v2.2.002

31 Jan 16:51
Compare
Choose a tag to compare
  • enable attr-stored-in-xattr by default
  • add client compatibility profiles

v2.1.001

01 Feb 23:55
Compare
Choose a tag to compare
  • Automatically scan /dev/ for ttys matching platform-specific default prefix defined in Makefile.
    If exactly one match, use it.
    If more than one match, display list and prompt user to select.

Full Changelog: v2.1.000...v2.1.001

v2.1.000

01 Feb 23:50
Compare
Choose a tag to compare
  • rename to DeskLink2 / dl2
  • support cygwin/msys2
  • add co2ba
  • add pakdos
  • add TSLOAD
  • document (though do not impliment) NADSBox extensions in constants.h
  • more correct pdd2 constants (commands, responses, & error codes) thanks to service manual
  • add pdd2 version & sysinfo commands
  • pdd2 sector access, headers increased from 4-byte ID to 12-byte ID + 1-byte unknown
  • add pdd1 fdc search ID command
  • REXCPM directions
  • bootstrap BASIC hints match the current baud setting

Full Changelog: v2.0.000...v2.1.000

v2.0.000

25 Aug 19:20
Compare
Choose a tag to compare
  • overhauled main command loop
  • FDC mode , aka sector access for tpdd1
  • sector access for tpdd2
  • disk images
  • ts-dos directories
  • Sardine

v1.5.010

10 Jul 06:38
Compare
Choose a tag to compare

Add a minimal fallback built-in help/hint prompt for bootstrap, if no pre-install.txt found to go with the -b=... file, for when using -b to send an arbitrary file.

v1.5.009

10 Jul 06:18
4cac648
Compare
Choose a tag to compare

Add single missing trailing linefeed on the end of the last line at the end of each file TS-DOS.100, TS-DOS.200, TS-DOS.NEC

v1.5.008

10 Jul 06:06
Compare
Choose a tag to compare

Ignore rts/cts by default, add -c option to enable

Remove the 64k file size checks entirely, even as a compile-time option

v1.5.007

10 Jul 05:57
Compare
Choose a tag to compare

Fix -u option. Uppercase / case-insensitive. Treat all filenames on the host as all uppercase, give all uppercase versions of all filenames to the client, find upper/lower/mixed/anycase versions of files on the host from uppercase names from the client.

v1.5.006

10 Jul 05:48
Compare
Choose a tag to compare

Add TEENY for Olivetti M10 (TEENY.M10 ,TNYO10.TXT)

Modify DSKMGR.M10 to avoid unhelpful himem error.

Hide the -u option from --help because it's definitely broken.