Skip to content

Titan (1.0)

Latest
Compare
Choose a tag to compare
@muhammadmuzzammil1998 muhammadmuzzammil1998 released this 29 Mar 14:33
0624a95

github banner

After being in the "Beta stage" for 6 months, I am excited to announce the first stable release of SWSH!

Special Thanks to @drieseng and @tonerdo for their libraries.

Introducing

  • Direct connections. [Notes] Pull Request #56
  • (IsAdmin) ? Title += (admin) : ""; Pull Request #58
  • Enhanced History. Pull Request #59
  • New encoding format. Commit b4bced5

Fixes

  • Deal with "Index and count must refer to a location within the string." Issue #61

Enhancements

  • Source code management. Pull Request #57
  • Help update. Pull Request #60

Notes

Nicknames were created to store connection information like where is the private key, host and username but mainly because of private key. In earlier builds, SWSH couldn't generate its own private key so it had to rely on already generated RSA keys to connect.

Now that SWSH can generate its own keys, it eliminates the need to store private key location. SWSH can now use a single data file to store information, which will be located in %appdata%/SWSH/ directory.

SWSH keygen was introduced in beta 1.4.

For more details, visit

  • Project #2
  • Milestone #5
  • Pull Request #55