v0.2.3 (2023-10-26)
Merged pull requests:
v0.2.2 (2023-10-26)
Merged pull requests:
v0.2.1 (2023-10-26)
Merged pull requests:
v0.2.0 (2023-10-26)
Fixed bugs:
- fail to activate extension in macOS 13.6, 14 and above #26
- migrate credentials store to electron-store #27 (98sean98)
v0.1.2 (2023-09-18)
Fixed bugs:
- ssh connection doesn't seem to work on windows vscode #8
- fix critical problems with the extension #25 (98sean98)
v0.1.1 (2023-09-15)
Implemented enhancements:
- create welcome content when user is not logged in #20
- add a refresh button to refresh project tree view in
view/title
#19 - start/stop a server from the extension #11
- add welcome contents to projects TreeView #24 (98sean98)
- implement start and stop action buttons for each training server #23 (98sean98)
- add refresh button in view/title to refresh current workspace's projects #22 (98sean98)
Fixed bugs:
- vscode extension not working properly #12
- The servers list has no indication of server's status #10
- add indication to server status, and only allow open remote connection command for running servers #21 (98sean98)
v0.1.0 (2023-09-12)
Implemented enhancements:
- add graphql-codegen to generate typescript bindings for graphql queries and mutation #17
- add graphql-codegen to generate typescript bindings #18 (98sean98)
Fixed bugs:
- remove the need to input
username
when logging in #13 - upgrade dependencies and fix readme #16 (98sean98)
- migrate login functionality #15 (98sean98)
Closed issues:
- upgrade dependencies #14
v0.0.9 (2023-06-25)
Fixed bugs:
- The ssh config needs to have a endline at the start and end of appending #7
Closed issues:
- add an open source license #5
Merged pull requests:
- Fix issues with SSH configurations on POSIX systems #9 (utkarsh867)
- Create LICENSE #6 (utkarsh867)
v0.0.8 (2022-10-14)
Fixed bugs:
- BUGFIX: Set context values for login status #4 (utkarsh867)
v0.0.7 (2022-10-06)
Fixed bugs:
keyring
crashes on Ubuntu with segmentation fault #2
Merged pull requests:
- Refactor to use contexts, solve Ubuntu crashes #3 (utkarsh867)
v0.0.6 (2022-09-26)
Implemented enhancements:
- Bug fix where the personal workspace would not show as a part of the workspace selection.
- Bug fix where the SSL keys did not have the right permissions. Oops.
- The very first version of the Deploifai VSCode extension
- Connection to training servers directly in VSCode.