Skip to content

Commit 77914c2

Browse files
author
Giovanni D'Andrea
authored
Update CHANGELOG.md
Updated changelog with new 0.5.0 version
1 parent 757be3b commit 77914c2

1 file changed

Lines changed: 28 additions & 5 deletions

File tree

codeishot_extension/CHANGELOG.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
1-
# Change Log
1+
# v0.5.0
22

3-
All notable changes to the "codeshot" extension will be documented in this file.
3+
## Features:
4+
- Implemented Codeishot authentication feature.
5+
- Created a global Axios instance.
6+
- Utilized Axios interceptor for toggling between authenticated and unauthenticated APIs.
7+
- Introduced new data types.
8+
- Developed custom response and error handling for Axios.
9+
- Added login methods for authentication.
10+
- Established services utilizing the newly configured Axios instance.
11+
- Integrated URI handler to capture token parameters from the URI string.
12+
- Updated workspace configuration to store tokens for specific users instead of projects.
13+
- Implemented a function to launch an external browser for authentication.
414

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
15+
## Fixes and Refactoring:
16+
- Documented complex functions for better understanding.
17+
- Documented all files within the project.
18+
- Included license information in the entry point file.
19+
- Removed redundant code to improve codebase cleanliness.
620

7-
## [Unreleased]
21+
## What's Changed
22+
* fix: added logo on marketplace by @gdjohn4s in https://github.com/Exifly/codeishot_vscode_ext/pull/1
23+
* feat: added snippet authentication by @gdjohn4s in https://github.com/Exifly/codeishot_vscode_ext/pull/3
24+
* feat: created uri handler by @gdjohn4s in https://github.com/Exifly/codeishot_vscode_ext/pull/4
25+
* fix: refactored whole extension by @gdjohn4s in https://github.com/Exifly/codeishot_vscode_ext/pull/5
826

9-
- Initial release
27+
## New Contributors
28+
* @gdjohn4s made their first contribution in https://github.com/Exifly/codeishot_vscode_ext/pull/1
29+
30+
# v0.1.0
31+
32+
- Initial release

0 commit comments

Comments
 (0)