From eb403ca591ae61ac01b5463c05b27de626b3d0d1 Mon Sep 17 00:00:00 2001 From: Mathias Elle Date: Tue, 19 Nov 2024 11:52:33 +0100 Subject: [PATCH] chore: update changelog for version 1.3.0; add video to README and group log entries feature --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187a5ce..43053be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [1.3.0] - 2024-11-19 + ### Added - Added Feature in Workspace configuration option to group log entries by message content. -- When grouping is enabled, the counter will display "grouped" (e.g., `INFO (128, grouped)`). +- Added Video to `README.md` +- Added Setting to group Logfile Messages. The counter will display "grouped" (e.g., `INFO (128, grouped)`). ## [1.2.2] - 2024-11-19 diff --git a/package.json b/package.json index 6ea3a91..c0c56f2 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.2", + "version": "1.3.0", "publisher": "MathiasElle", "icon": "resources/logo.png", "repository": {