Skip to content

v0.5.0

Compare
Choose a tag to compare
@gdjohn4s gdjohn4s released this 12 Apr 16:02
· 10 commits to main since this release

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