Skip to content

Commit

Permalink
Release: Update changelog for version 0.1.4; refactor codebase and ad…
Browse files Browse the repository at this point in the history
…d automated tests
  • Loading branch information
dermatz committed Jan 16, 2025
1 parent 80b8fec commit 052f4c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ All notable changes to the "awesome-projects" extension will be documented in th

## Unreleased

- Fixed Color Picker to display correct reset color
- Added Windows Support to Show Files in Explorer
## [0.1.4] - 2025-01-16

---
### Changed

- Refactored the code base to improve maintainability and performance.

### Added

- Implemented automated tests to ensure the extension's quality and reliability.
- Enhanced the extension's code handling capabilities for better user experience.

## [0.1.3] - 2025-01-13

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "awesome-projects",
"displayName": "Awesome Projects",
"description": "Manage and organize your VS Code projects with ease. Quick access to project URLs, custom colors, and project shortcuts.",
"version": "0.1.3",
"version": "0.1.4",
"preview": true,
"publisher": "MathiasElle",
"icon": "resources/logo.png",
"license": "GNU General Public License v3.0",
Expand Down

0 comments on commit 052f4c6

Please sign in to comment.