Skip to content

Releases: yongchaofan/tinyTerm

libssh2 update

02 Sep 15:03
33e7225
Compare
Choose a tag to compare

libssh2 updated to 1.10.0

add modeless script control dialog

10 Oct 22:24
40dc775
Compare
Choose a tag to compare

show/hide script control dialog automatically on start/stop of command batches
rearranged menu items for "Disconnect", "Local Echo", "About tinyTerm"

bug fixes

06 Sep 23:31
8733a14
Compare
Choose a tag to compare

make consistent use of mutex around libssh2 calls
finish one drop file transfer before starting another one

Bug fixes

24 Aug 02:28
a77cd34
Compare
Choose a tag to compare

fixed bug which cause program to hang when network disconnected unexpectedly
sort sftp directory listing output by filename

bug fixes and code cleanup

13 Aug 16:23
b7bdfda
Compare
Choose a tag to compare

ESC[nL and ESC[nM was not erasing the bottom line in rolling region
use mutex to make sure two sftp operations are not running at the same time, which causes crash
make sftp get and scp copy is showing byte counts while in progress
term_Parse and term_Parse_XML receive length as one of the parameter, doesn't require null terminated string as second parameter any more.

fix bugs in escape sequence handling

02 Aug 17:06
b311282
Compare
Choose a tag to compare

ESCD, move to the next line, scroll up if needed, without assuming that line length equals size_x as in alterscreen
ESC[n0;n1f, make sure every line between current and new cursor_y is initialized
ESC[J, erase to end of screen, just change line index to 0 when not in alterscreen
32bit executable compiled with mbedtls crypto backend, and /MD
remove winXP executable

code cleanup and bug fixes

23 Jul 02:58
4f23e12
Compare
Choose a tag to compare

Fixed memory violation bug in tunnel worker
Add Mbyte count for scp and sftp transfer to show progress
Add handling of space in filenames for scp and sftp
open script with default system app, ie, wscript for js/vbs, notepad for txt

source code cleanup

30 Jun 19:51
df1bca9
Compare
Choose a tag to compare

X64 executable is now 244KB in size.
Also made disconnect message more consistent

Fix handling of ESC[K

23 Jun 02:52
0f531a8
Compare
Choose a tag to compare

also changed disconnect message format

better vt100 control sequence support

07 Jun 01:38
4539f60
Compare
Choose a tag to compare

major update to term.c, to add better vt100 control sequence support, now passing most test cases with vttest