Skip to content

Commit eb403ca

Browse files
committed
chore: update changelog for version 1.3.0; add video to README and group log entries feature
1 parent cc7bfe9 commit eb403ca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [1.3.0] - 2024-11-19
10+
911
### Added
1012

1113
- Added Feature in Workspace configuration option to group log entries by message content.
12-
- When grouping is enabled, the counter will display "grouped" (e.g., `INFO (128, grouped)`).
14+
- Added Video to `README.md`
15+
- Added Setting to group Logfile Messages. The counter will display "grouped" (e.g., `INFO (128, grouped)`).
1316

1417
## [1.2.2] - 2024-11-19
1518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento-log-viewer",
33
"displayName": "Magento Log Viewer",
44
"description": "A Visual Studio Code extension to view and manage Magento log files.",
5-
"version": "1.2.2",
5+
"version": "1.3.0",
66
"publisher": "MathiasElle",
77
"icon": "resources/logo.png",
88
"repository": {

0 commit comments

Comments
 (0)