Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Releases: npanuhin/QuickPuTTY

Simplification without encryption

04 Sep 09:21
4bc4451
Compare
Choose a tag to compare

The package has been completely rewritten. Among the changes:

  • Password encryption has been removed as it does not provide sufficient security, but is too complex
  • The package now runs on Python 3.8 for Sublime Text 4
  • clear_on_remove setting was removed
  • Added a pure_PuTTY_enabled setting that adds a new option to the nav-bar if you want to just open PuTTY without any session
  • The path is now displayed at the top when Choosing folder

Various fixes, including:

  • The pure_PuTTY_enabled setting can now fully accept a list of strings list[str], e.g. ["putty", "-C", "-2"]

General update of README and communication messages

Appropriate storage

09 Dec 21:09
Compare
Choose a tag to compare
  • Appropriate storage for JSON and HTML: .json and .html files instead of Python variables...
  • README and installation page updates

Folders

12 Apr 19:30
Compare
Choose a tag to compare

New: Folders added


QuickPuTTY Folders

Encryption

09 Mar 13:13
Compare
Choose a tag to compare

Password encryption added
New message system

Initial release

05 Mar 11:03
Compare
Choose a tag to compare

ST3 plugin for quick access to SSH sessions