File tree Expand file tree Collapse file tree 4 files changed +336
-33
lines changed Expand file tree Collapse file tree 4 files changed +336
-33
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ All notable changes to the "magento-log-viewer" extension will be documented in
6
6
## Next release
7
7
8
8
- feat: improved timestamp formatting for log entries
9
+ - fix: Pre-compilation of regular expressions for timestamps: Prevents repeated compilation on each call.
10
+ - fix: Caching for JSON reports: Avoids redundant reading and parsing of JSON files.
11
+ - fix: Optimized line counting with caching: Reduces time spent counting lines in large files and avoids repeated calculations for unchanged files.
12
+ - fix: Improved badge updates with throttling and debouncing: Prevents too frequent updates and implements more efficient counting methods.
13
+ - fix: improve type safety in report handling functions
14
+ - i18n: translations added
9
15
10
16
---
11
17
Original file line number Diff line number Diff line change 66
66
"command" : " magento-log-viewer.deleteReportFile" ,
67
67
"title" : " Delete Report File" ,
68
68
"icon" : " $(trash)"
69
+ },
70
+ {
71
+ "command" : " magento-log-viewer.openFile" ,
72
+ "title" : " Open Log File" ,
73
+ "icon" : " $(file)"
74
+ },
75
+ {
76
+ "command" : " magento-log-viewer.openFileAtLine" ,
77
+ "title" : " Open Log File at Line" ,
78
+ "icon" : " $(go-to-file)"
69
79
}
70
80
],
71
81
"configuration" : {
You can’t perform that action at this time.
0 commit comments