Skip to content

Releases: satheesh1997/webpty

v3.9 (25-7-2023)

25 Jul 06:40
Compare
Choose a tag to compare

v3.8 (25-7-2023)

25 Jul 06:15
Compare
Choose a tag to compare

Full Changelog: 3.7...3.8

v3.7 (22.12.22)

22 Dec 09:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6...3.7

3.6

16 Dec 11:43
Compare
Choose a tag to compare
3.6

What's Changed

Full Changelog: 3.5...3.6

Happy New Year Folks!!

Version 3.5

07 Feb 06:35
3c8347c
Compare
Choose a tag to compare

What's Changed

  • Support for pinging the service to prevent connection timeout by @rushabhD97 in #24

New Contributors

Full Changelog: 3.4...3.5

Version 3.4

28 Oct 06:51
26d2441
Compare
Choose a tag to compare
  • Made server listen in 0.0.0.0

Version 3.3

24 Jul 14:51
2f17585
Compare
Choose a tag to compare

ALL - All users
DEV - Developers or Contributors

New

  1. Can secure your web app with the help of a password (ALL).
  2. Pre-commit hooks are introduced to automatically format the code changes (DEV).

Improved

  1. Code quality of the python files is improved (DEV).

Known Issues

  1. Password prompt in the UI might break if the password is changed and the server is reloaded.

Password Support:

  • To secure your shell with a password use like below
  • Once the application is secured you will see this in the logs.
    webpty-1
  • On the UI the users will see a prompt like this.
    webpty-2
  • If the application is secured, without entering the password the main app won't be loaded.

Version 3.2

03 Apr 18:11
35636e1
Compare
Choose a tag to compare
  1. Supports copy & paste in the web application.
  2. Fixed scrollbar not behaving as expected

Stable 3.1

22 Mar 18:38
9cb12ae
Compare
Choose a tag to compare
  1. Fixed WebSocket not connecting over HTTPS
  2. Adding logging support
  3. Resolved most of the issues

Version 2.0.9

22 Mar 17:58
Compare
Choose a tag to compare

Fixed logging format.
Shows version name in the title of the application.