Skip to content

Commit 424e745

Browse files
committed
feat: update README to reflect confirmation popup for log clearing and bump version to 1.4.0
1 parent 53d2950 commit 424e745

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ The Magento Log Viewer extension for Visual Studio Code provides a convenient wa
1212
- Grouped log entries by severity level (ERROR, WARN, DEBUG, INFO)
1313
- Option to group log entries by message content
1414
- Direct file opening with line highlighting
15-
- One-click log file clearing
15+
- One-click log file clearing with confirmation popup
1616
- Status bar showing total log entries
1717
- Real-time log file monitoring
18+
- Badge in the tree view showing the total number of log entries
1819

1920
## Setup
2021

@@ -29,7 +30,7 @@ Note: Settings are workspace-specific, allowing different configurations for eac
2930
## Usage
3031

3132
- **View Logs**: Open the Magento Log Viewer sidebar (M logo)
32-
- **Clear Logs**: Click the trash icon in the view header
33+
- **Clear Logs**: Click the trash icon in the view header. A confirmation popup will appear to confirm the action.
3334
- **Refresh**: Click the refresh icon or wait for auto-update
3435
- **Navigate**: Click on log entries to jump to specific lines
3536
- **Filter**: Expand log files to see entries grouped by severity

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.3.0",
5+
"version": "1.4.0",
66
"publisher": "MathiasElle",
77
"icon": "resources/logo.png",
88
"repository": {

0 commit comments

Comments
 (0)