Skip to content

Releases: DPSoftware-Foundation/PyserSSH

5.1.4

04 Jan 06:47
Compare
Choose a tag to compare

fix "can't disconnection"

Full Changelog: 5.1.3...5.1.4

5.1.3

04 Jan 06:39
Compare
Choose a tag to compare

fix loop disconnect

Full Changelog: 5.1.2...5.1.3

5.1.2

04 Jan 06:22
Compare
Choose a tag to compare

fix setup.py not found utils folder

Full Changelog: 5.1.1...5.1.2

5.1.1

04 Jan 06:15
Compare
Choose a tag to compare

This update fix ctypes is not defined in linux

Full Changelog: 5.1...5.1.1

5.1

06 Dec 16:35
Compare
Choose a tag to compare
5.1

New

  • ServerManager for manage multiple server with multiple protocol.
  • ProWrapper for translate protocol from many protocol to one protocol (function).

ProWrapper

  • New Telnet server (beta)

Fixing

  • Fix some logic make user connect to File transfer mode instead of Terminal mode.
  • Fix user disconnect when use timeout in input wait function.

and more

5.0

03 Sep 13:43
Compare
Choose a tag to compare
5.0

This version is 1 year anniversary

New main features

  • ServerManager
  • RemoDesk protocol support
  • New client system
  • Supported auth with none, password and public key
  • Support remote monitor for mobaxterm user (beta)
  • SFTP can set specific folder for user
  • Support exec_request

New function

  • Send_karaoke_effect
  • ShowCursor
  • SendBell
  • NewSend for advance sending like print()
  • Flag_TH for about
  • wait_inputmouse for mouse input

Fixing

  • (only python) fixing can't print color
    without damp11113 library or print color library only in windows on python console
  • Fixing sometime can't connect SFTP

and more

Full Changelog: 4.3...5.0

4.4

19 Apr 08:30
Compare
Choose a tag to compare
4.4

add demo to library by using python -m PyserSSH for try to use PyserSSH

update 4.3

07 Apr 10:12
Compare
Choose a tag to compare

Add new account autosave and autoload
Fix timeout keep disconnect on wait input/key/choose

sory forgot change version in library from 4.2 to 4.3 💀

4.2

31 Mar 07:09
Compare
Choose a tag to compare
4.2

New extension

  • Dialog
  • MoreDisplay
  • XHandler

Fix

  • improved performance

4.0

17 Mar 12:44
350796c
Compare
Choose a tag to compare
4.0

New

  • History command
  • X11
  • Compression

New event

  • error (error handle)
  • connectpty
  • resized
  • auth

New extensions

Fix

  • improved performance
  • fix ^H backspace on mobaxtem