Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Simplification without encryption

Latest
Compare
Choose a tag to compare
@npanuhin npanuhin released this 04 Sep 09:21
· 24 commits to master since this release
4bc4451

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