From 052f4c6c6294994013db0d72f9cfd3904be26d3e Mon Sep 17 00:00:00 2001 From: Mathias Elle Date: Thu, 16 Jan 2025 19:06:03 +0100 Subject: [PATCH] Release: Update changelog for version 0.1.4; refactor codebase and add automated tests --- CHANGELOG.md | 12 +++++++++--- package.json | 3 ++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f56314b..5428849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b515409..2d529dd 100644 --- a/package.json +++ b/package.json @@ -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",