Skip to content

Releases: yongchaofan/tinyTerm

libssh2 update for compatibility with Windows 10 build 1903 and higher

23 May 15:17
67fb4f4
Compare
Choose a tag to compare

Built with libssh2 master branch snapshot 20200522 plus pull request #395, because older versions will fail with session failure for ssh connections on Windows 10 build 1903 or newer

adding xmodem send function, plus bug fixes

29 Sep 21:09
4fb70b6
Compare
Choose a tag to compare

now compiled with Visual Studio 16 2019, optimized for code size, with dynamic linking of ucrtbase.dll and static linking of vcruntime.dll, new exe size for x64 is 240KB and for x86 is 208KB

Features:
1. added basic xmodem support on serial connection, drag&drop a file to send
only send function with 128 byte block size is supported, CRC supported

Bug fixes:
1. Connect Dialog remembers hostname/ipaddress used for last connection
2. menu item check status updated when ftpd/tftpd timed out

libssh2 update and bug fixes

01 Sep 02:48
bdb389f
Compare
Choose a tag to compare

libssh2 updated to Release 1.9.0

bug fixes:

  1. ssh2.c, adding line feed after each input during keyboard interactive authentication for ssh
  2. tiny.c, fixed "!Loop" command handling so no extra character added at beginning of second iteration
  3. host.c set hostname to port name for serial connection, avoid null pointer when scripting from HTTP interface

Bug fixes

21 May 15:45
8817316
Compare
Choose a tag to compare
  1. Fixed out of bound memory access bug that could cause crash when script is ran right after program start
  2. Fixed support for bright/bold text through xterm escape sequences
  3. Added support for bracketed paste for hosts supporting the feature

bug fixes

16 May 15:59
5de5187
Compare
Choose a tag to compare

Release 1.6.1
Bug Fix

  1. fixed out of bound memory access problem that could cause crash when new data comes from while scrolled
  2. fixed escape sequence handling that's causing man page display problem on unix/linux host

Feature improvements

13 May 20:34
8c9a2bc
Compare
Choose a tag to compare
  • Local edit mode, tab key cause current text sent immediately for host to complete partial word
  • TCP connection failure, display failure reasons like "host unreachable", "connection refused" etc.
  • SSH hostkey mismatch, Yes to accept and save new key, No to disconnect without saving new key
  • SSH hostkey unknown/new host, Yes to accept and save key, No to connect without saving hostkey
  • SSH username/password input timeout changed to 1 minute, sftp timeout changed to 5 minutes.
  • Netconf client, hello message sent automatically on connection and local echo enabled by default
  • Menu entries added for Script->Pause and Script->Quit, Pause key has same effect as menu selection.

Bug fix:

IPv6 address handling was incorrect in previous releases, only first 16 bit was used, fixed in this release

improved script menu and script management

29 Apr 04:35
f140a1b
Compare
Choose a tag to compare

Release 1.5
new features:

  1. added a simple shell in local edit mode, simply type ssh/telnet/sftp/netconf command to make connection, or type commands like "ping" , "ipconfig", "tracert" to run in tinyTerm
  2. each time a connection is made through Term->Connect dialog, an entry is added to the Term menu; each time a script is executed through Script->Run dialog, an entry is added to the Script menu. Added entries are saved through tinyTerm.hist file between sessions. Right click on any of the added entries to delete if the menu is becoming too crowded

bug fixes:

  1. fixed out of bound memory access bug when only one byte is displayed at the beginning of a new connection
  2. fixed HTTP server request time out issue by closing connection after serving each file
  3. fixed sftp client rm with wildcard character operation

Save and restore options through history file

07 Apr 02:52
ad67054
Compare
Choose a tag to compare

Options like font, local edit, transparency are saved to history file at exit, then restored at restart.

Bug fix release, removed connect progress dots

30 Mar 04:24
7cb7486
Compare
Choose a tag to compare

Previous release prints "." every second when tcp connection is been established, this causes crashes on installations from Microsoft Store, removing it to avoid crashing.

Remove double buffering for improved display speed

13 Mar 01:03
Compare
Choose a tag to compare
1.2

Merge branch 'master' of https://github.com/zoudaokou/tinyTerm