2
2
3
3
All notable changes to the "magento-log-viewer" extension will be documented in this file.
4
4
5
+
6
+ ## Next release
7
+
8
+ - feat: improved timestamp formatting for log entries
9
+
10
+ ---
11
+
5
12
## Latest Release
6
13
7
- ## [ 1.10.2] - 2025-05-28
14
+ ### [ 1.10.2] - 2025-05-28
8
15
- update: ` readme.md ` update
9
16
- fix: update notification for better performance
10
17
- fix: update configuration keys for Magento project selection to correctly save "Is this a Magento project" response
11
18
12
- ## [ 1.10.1] - 2025-03-12
19
+ ### [ 1.10.1] - 2025-03-12
13
20
14
21
- fix: update notification message
15
22
16
- ## [ 1.10.0] - 2025-03-12
23
+ ### [ 1.10.0] - 2025-03-12
17
24
18
25
- feat: add update notification for new extension version
19
26
20
- ## [ 1.9.0] - 2025-03-12
27
+ ### [ 1.9.0] - 2025-03-12
21
28
22
29
- feat: add color coding for log levels in log viewer
23
30
- fix: project configuration handling and cleanup process for a smoother experience when opening or closing Magento projects.
24
31
25
- ## [ 1.8.2] - 2025-01-20
32
+ ### [ 1.8.2] - 2025-01-20
26
33
27
34
- add: conditional display of "Is this a Magento Project?" message only when project or workspace is loaded
28
35
29
- ## [ 1.8.1] - 2024-12-26
36
+ ### [ 1.8.1] - 2024-12-26
30
37
31
38
- add: Sponsor Link
32
39
- add: Install-Counter in ` Readme.md `
33
40
34
- ## [ 1.8.0] - 2024-12-25
41
+ ### [ 1.8.0] - 2024-12-25
35
42
36
43
- add: collapsed reports added if error titles are identical
37
44
- fix: Removed not used "Hello World" command
38
45
- update: Change Logo for Marketplace
39
46
40
- ## [ 1.7.1] - 2024-12-09
47
+ ### [ 1.7.1] - 2024-12-09
41
48
42
49
- add: a message when there are no report files.
43
50
- add: Support for Node.js 18.x in GitHub Actions
44
51
- add: Automated tests for releases using GitHub Workflows
45
52
- fix: an issue where the status bar item was being created multiple times.
46
53
47
- ## [ 1.7.0] - 2024-12-08
54
+ ### [ 1.7.0] - 2024-12-08
48
55
49
56
- add: a right click context menu to delete report files
50
57
- add: tests to check the extension features automaticly
51
58
- update: ` README.md ` with latest features
52
59
- update: Extension Logo
53
60
- update: Changelog Dates for 1.6.0 Release Date
54
61
55
- ## [ 1.6.0] - 2024-12-07
62
+ ### [ 1.6.0] - 2024-12-07
56
63
57
64
- add: icons for different report types based on content.
58
65
- add: folder names in titles for files in the "api" subdirectory.
59
66
- update: report file titles by parsing content for better readability.
60
67
- update: refactor code to improve performance
61
68
- fix: extend badge counter to include report files
62
69
- fix: fixed issue with empty directories being included in the report list.
63
- ## [ 1.5.1] - 2024-12-05
70
+ ### [ 1.5.1] - 2024-12-05
64
71
65
72
- fix: issue that caused the Reload button to not display any results
66
73
67
- ## [ 1.5.0] - 2024-12-04
74
+ ### [ 1.5.0] - 2024-12-04
68
75
69
76
- add: sort log entries and message groups alphabetically
70
77
71
- ## [ 1.4.0] - 2024-11-20
78
+ ### [ 1.4.0] - 2024-11-20
72
79
73
80
- add: confirmation popup to ask if you really want to delete all files
74
81
- fix: "Delete Logfiles" button visibility based on log file presence
75
82
- update: Refactored the Extension to improve readability, performance and maintainability
76
83
77
- ## [ 1.3.0] - 2024-11-19
84
+ ### [ 1.3.0] - 2024-11-19
78
85
79
86
- add: Workspace configuration option to group log entries by message content
80
87
- add: Video to ` README.md `
81
88
- add: Setting to group Logfile Messages with counter display "grouped" (e.g., ` INFO (128, grouped) ` )
82
89
83
- ## [ 1.2.2] - 2024-11-19
90
+ ### [ 1.2.2] - 2024-11-19
84
91
85
92
- fix: code duplication by extracting logic into functions for improved Extension Performance
86
93
- fix: trailing comma in ` tsconfig.json `
87
94
88
- ## [ 1.2.1] - 2024-11-19
95
+ ### [ 1.2.1] - 2024-11-19
89
96
90
97
- add: Codacy Code Quality Badge to ` README.md `
91
98
- fix: TypeScript ES2022 issues
92
99
93
- ## [ 1.2.0] - 2024-11-17
100
+ ### [ 1.2.0] - 2024-11-17
94
101
95
102
- add: Comprehensive bug report template
96
103
- add: Detailed feature request template
97
104
- update: Settings now saved in workspace instead of globally in USER
98
105
99
- ## [ 1.1.0] - 2024-11-16
106
+ ### [ 1.1.0] - 2024-11-16
100
107
101
108
- Improved the user interface of the webview panel.
102
109
- add: line number formatting with leading zeros.
@@ -105,17 +112,17 @@ All notable changes to the "magento-log-viewer" extension will be documented in
105
112
- Fixed potential security issue with non-literal argument in ` fs.existsSync ` .
106
113
- Fixed potential object injection issue in ` groupLogEntries ` method.
107
114
108
- ## [ 1.0.2] - 2024-10-10
115
+ ### [ 1.0.2] - 2024-10-10
109
116
110
117
- Repository URL to ` https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer `
111
118
112
- ## [ v1.0.1]
119
+ ### [ v1.0.1]
113
120
114
121
- Extension Logo
115
122
- Screenshot in the README file.
116
123
- add: a "Getting Started" section to the README.
117
124
118
- ## [ v1.0.0]
125
+ ### [ v1.0.0]
119
126
120
127
- View log files in the ` var/log ` directory of your Magento project.
121
128
- Open log files directly in the editor by clicking on them in the tree view.
0 commit comments