Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Releases: SMerrony/DasherG

Fix hang in mini-Expect scripts, use Go modules

08 Nov 09:51
Compare
Choose a tag to compare

Fix hang in mini-Expect (issue #13), use Go Modules.

Minor fixes

23 Feb 11:22
Compare
Choose a tag to compare

Small updates to eliminate a potential data race and remove references to terminals after D210.

A binary (zip file) is included for Windows 64 systems (tested on Windows 10).

Fix ErEOL bug

20 Feb 15:44
Compare
Choose a tag to compare

Two fixes: Erase EOL was not working properly, and there was a long-standing typo in one of the self-test strings.

Better Terminal History

12 Oct 10:10
Compare
Choose a tag to compare

The main visible change in this release is a more intuitive terminal history accessed via a scrollbar.

Various bugs are also addressed, including #9 and #10. Telnet reconnection should now work without restarting the application.

XMODEM Support

19 Jun 06:27
Compare
Choose a tag to compare

The following changes have been made:

  • Added full function key template
  • XMODEM-CRC File transfer (receive seems good, transmit needs more testing)
  • Fix to crash when serial port closed
  • Minor performance improvements
  • Console messages are now more consistent

Add Icon and Copy/Paste

29 May 11:49
Compare
Choose a tag to compare

There is now an icon in the package which can be used by desktop managers for the app.

Pasting from the clipboard is now supported from the Edit menu.

Copying to the clipboard is achieved by simply swiping over the selection with the mouse (it is temporarily underlined to highlight the selection).

First release with new serial package and BREAK handling

13 May 06:14
Compare
Choose a tag to compare

A long-overdue release as I now have third-party verification that it works fine over serial lines to a real MV-class machine.