From 678e4fdb928a320e67debee14affaa161a026888 Mon Sep 17 00:00:00 2001 From: Mathias Elle Date: Tue, 19 Nov 2024 01:19:48 +0100 Subject: [PATCH] chore: update changelog for version 1.2.1 and add Codacy badge to README --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ README.md | 2 ++ package.json | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f6c47..1ecc34b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,37 +6,62 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [1.2.1] - 2024-11-19 + +### Added + +- Added Codacy Code Quality Badge to `README.md` + +### Fixed + +- fixed TypeScript ES22-Issues + ## [1.2.0] - 2024-11-17 + ### Added + - Comprehensive bug report template - Detailed feature request template + ### Changed + - Settings are now saved in the workspace instead of globally in the USER. ## [1.1.0] - 2024-11-16 + ### Added + - Improved the user interface of the webview panel. - Added line number formatting with leading zeros. - Removed timestamp and dot from log entries in the summary. + ### Changed + - Log levels are now displayed in uppercase format (e.g. ERROR, WARN, DEBUG, INFO, ...) ### Fixed + - Fixed potential security issue with non-literal argument in `fs.existsSync`. - Fixed potential object injection issue in `groupLogEntries` method. ## [1.0.2] - 2024-10-10 + ### Changed + - Repository URL to `https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer` ## v1.0.1 + ### Added + - Extension Logo - Screenshot in the README file. - Added a "Getting Started" section to the README. ## v1.0.0 + ### Added + - View log files in the `var/log` directory of your Magento project. - Open log files directly in the editor by clicking on them in the tree view. - Expand log files to view individual lines. @@ -46,5 +71,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Repository field in `package.json`. ### Changed + - Status bar item now shows the total number of log entries instead of the number of log files. - Updated README to reflect the change in the status bar item text. diff --git a/README.md b/README.md index bd8314d..f68e1fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Magento Log Viewer +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/04d20d74a4bb4f7fb144d320f7008edb)](https://app.codacy.com/gh/OpenForgeProject/vscode-ext-magento-log-viewer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) + The Magento Log Viewer extension for Visual Studio Code provides a convenient way to view and manage Magento log files directly in your workspace. ## Features diff --git a/package.json b/package.json index 1bcba3a..5589c50 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "magento-log-viewer", "displayName": "Magento Log Viewer", "description": "A Visual Studio Code extension to view and manage Magento log files.", - "version": "1.2.0", + "version": "1.2.1", "publisher": "MathiasElle", "icon": "resources/logo.png", "repository": {