Skip to content

Releases: Exifly/codeishot_vscode_ext

v0.5.6

12 Apr 16:59
e2661c3
Compare
Choose a tag to compare

Changelog v0.5.6

What's Changed

  • fix: Configured the Auth settings to true when logged correctly by @gdjohn4s in #6

Full Changelog: 0.5.0...0.5.6

v0.5.0

12 Apr 16:02
Compare
Choose a tag to compare

Changelog v0.5.0

Features:

  • Implemented Codeishot authentication feature.
    • Created a global Axios instance.
    • Utilized Axios interceptor for toggling between authenticated and unauthenticated APIs.
    • Introduced new data types.
    • Developed custom response and error handling for Axios.
    • Added login methods for authentication.
    • Established services utilizing the newly configured Axios instance.
    • Integrated URI handler to capture token parameters from the URI string.
    • Updated workspace configuration to store tokens for specific users instead of projects.
    • Implemented a function to launch an external browser for authentication.

Fixes and Refactoring:

  • Documented complex functions for better understanding.
  • Documented all files within the project.
  • Included license information in the entry point file.
  • Removed redundant code to improve codebase cleanliness.

What's Changed

New Contributors

Full Changelog: https://github.com/Exifly/codeishot_vscode_ext/commits/0.5.0