Skip to content

Commit b43108b

Browse files
committed
fix: update changelog for version 1.10.2 and correct README typos
1 parent 5d01e7a commit b43108b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

33
All notable changes to the "magento-log-viewer" extension will be documented in this file.
4-
## [1.10.2] - 2025-xx-xx
5-
- fix: update configuration keys for Magento project selection
4+
5+
## [1.10.2] - 2025-05-28
6+
- update: `readme.md` update
7+
- fix: update configuration keys for Magento project selection to correctly save "Is this a Magento project" response
68

79
## Latest Release
810

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ The Magento Log Viewer extension for Visual Studio Code provides a convenient wa
1010

1111
- Tree view of log files from Magento's `var/log` directory
1212
- Section for Grouped log entries by severity level (ERROR, WARN, DEBUG, INFO)
13-
- Section for Report files with parsed and opimized titels
13+
- Section for Report files with parsed and optimized titles
1414
- Option to group log entries by message content
1515
- Direct file opening with line highlighting
1616
- One-click log file clearing with confirmation popup
1717
- Status bar showing total log entries
1818
- Real-time log file monitoring
1919
- Badge in the tree view showing the total number of log entries
2020
- Improved report file titles by parsing content for better readability
21+
- Color-coded icons for different log levels (ERROR, WARN, DEBUG, INFO)
22+
- Individual report file deletion through context menu
23+
- Automatic update notifications for new extension versions
24+
- Line-by-line navigation within log files
25+
- Collapsible sections for identical report error titles
26+
- Project setting retention between workspace sessions
2127

2228
## Setup
2329

@@ -37,6 +43,8 @@ Note: Settings are workspace-specific, allowing different configurations for eac
3743
- **Navigate**: Click on log entries to jump to specific lines
3844
- **Filter**: Expand log files to see entries grouped by severity
3945
- **Group by Message**: Enable or disable grouping of log entries by message content in the settings. When enabled, the counter will display "grouped" (e.g., `INFO (128, grouped)`).
46+
- **Delete Reports**: Right-click on a report file entry and select "Delete Report File" from the context menu
47+
- **View Updates**: Review update notifications when the extension is updated with links to changelog and GitHub
4048

4149
## Requirements
4250

0 commit comments

Comments
 (0)