Skip to content

Releases: exa-studio/codeishot_vscode_ext

v0.5.6

12 Apr 16:59
e2661c3

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

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

  • fix: added logo on marketplace by @gdjohn4s in #1
  • feat: added snippet authentication by @gdjohn4s in #3
  • feat: created uri handler by @gdjohn4s in #4
  • fix: refactored whole extension by @gdjohn4s in #5

New Contributors

  • @gdjohn4s made their first contribution in #1

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