@@ -4,208 +4,113 @@ All notable changes to the "magento-log-viewer" extension will be documented in
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
- ## [ Unreleased ]
7
+ ## Latest Release
8
8
9
- ## [ 1.8.2 ] - 2025-01-20
9
+ ## [ 1.8.3 ] - 2025-03-12
10
10
11
- ### Changed
11
+ - fix: project configuration handling and cleanup process for a smoother experience when opening or closing Magento projects.
12
12
13
- - Show "Is this a Magento Project?" only if a project or workspace has been loaded.
13
+ ## [ 1.8.2 ] - 2025-01-20
14
14
15
+ - add: conditional display of "Is this a Magento Project?" message only when project or workspace is loaded
15
16
16
17
## [ 1.8.1] - 2024-12-26
17
18
18
- ### Added
19
-
20
- - Added Sponsor Link
21
- - Added Install-Counter in ` Readme.md `
22
-
23
- ---
19
+ - add: Sponsor Link
20
+ - add: Install-Counter in ` Readme.md `
24
21
25
22
## [ 1.8.0] - 2024-12-25
26
23
27
- ### Added
28
-
29
- - Added collapsed reports added if error titles are identical
30
-
31
- ### Removed
32
-
33
- - Removed not used "Hello World" command
34
-
35
- ### Changed
36
-
37
- - Change Logo for Marketplace
38
-
39
- ---
24
+ - add: collapsed reports added if error titles are identical
25
+ - fix: Removed not used "Hello World" command
26
+ - update: Change Logo for Marketplace
40
27
41
28
## [ 1.7.1] - 2024-12-09
42
29
43
- ### Added
44
-
45
- - Added a message when there are no report files.
46
- - Support for Node.js 18.x in GitHub Actions
47
- - Automated tests for releases using GitHub Workflows
48
-
49
- ### Fixed
50
-
51
- - Fixed an issue where the status bar item was being created multiple times.
52
-
53
- ---
30
+ - add: a message when there are no report files.
31
+ - add: Support for Node.js 18.x in GitHub Actions
32
+ - add: Automated tests for releases using GitHub Workflows
33
+ - fix: an issue where the status bar item was being created multiple times.
54
34
55
35
## [ 1.7.0] - 2024-12-08
56
36
57
- ### Added
58
-
59
- - Added a right click context menu to delete report files
60
- - Added tests to check the extension features automaticly
61
-
62
- ### Changed
63
-
64
- - Changed ` README.md ` with latest features
65
- - Changed Extension Logo
66
- - Changed Changelog Dates for 1.6.0 Release Date
67
-
68
- ---
37
+ - add: a right click context menu to delete report files
38
+ - add: tests to check the extension features automaticly
39
+ - update: ` README.md ` with latest features
40
+ - update: Extension Logo
41
+ - update: Changelog Dates for 1.6.0 Release Date
69
42
70
43
## [ 1.6.0] - 2024-12-07
71
44
72
- ### Added
73
-
74
- - Improved report file titles by parsing content for better readability.
75
- - Added icons for different report types based on content.
76
- - Included folder names in titles for files in the "api" subdirectory.
77
- - Refactored code to improve performance
78
- - Extend badge counter to include report files
79
-
80
- ### Fixed
81
-
82
- - Fixed issue with empty directories being included in the report list.
83
-
84
- ---
85
-
45
+ - add: icons for different report types based on content.
46
+ - add: folder names in titles for files in the "api" subdirectory.
47
+ - update: report file titles by parsing content for better readability.
48
+ - update: refactor code to improve performance
49
+ - fix: extend badge counter to include report files
50
+ - fix: fixed issue with empty directories being included in the report list.
86
51
## [ 1.5.1] - 2024-12-05
87
52
88
- ### Fixed
89
-
90
- - Fixed an issue that caused the Reload button to not display any results
91
-
92
- ---
53
+ - fix: issue that caused the Reload button to not display any results
93
54
94
55
## [ 1.5.0] - 2024-12-04
95
56
96
- ### Changed
97
-
98
- - sort log entries and message groups alphabetically
99
-
100
- ---
57
+ - add: sort log entries and message groups alphabetically
101
58
102
59
## [ 1.4.0] - 2024-11-20
103
60
104
- ### Added
105
-
106
- - Added a confirmation popup to ask if you really want to delete all files
107
-
108
- ### Changed
109
-
110
- - Update "Delete Logfiles" button visibility based on log file presence
111
- - Refactored the Extention to improve Extention readability, performance and maintainability
112
-
113
- ---
61
+ - add: confirmation popup to ask if you really want to delete all files
62
+ - fix: "Delete Logfiles" button visibility based on log file presence
63
+ - update: Refactored the Extension to improve readability, performance and maintainability
114
64
115
65
## [ 1.3.0] - 2024-11-19
116
66
117
- ### Added
118
-
119
- - Added Feature in Workspace configuration option to group log entries by message content.
120
- - Added Video to ` README.md `
121
- - Added Setting to group Logfile Messages. The counter will display "grouped" (e.g., ` INFO (128, grouped) ` ).
122
-
123
- ---
67
+ - add: Workspace configuration option to group log entries by message content
68
+ - add: Video to ` README.md `
69
+ - add: Setting to group Logfile Messages with counter display "grouped" (e.g., ` INFO (128, grouped) ` )
124
70
125
71
## [ 1.2.2] - 2024-11-19
126
72
127
- ### Fixed
128
-
129
- - Fixed code dublication by extracting the logic into functions to improve Extension Performance
130
- - Fixed trailing comma in ` tsconfig.json `
131
-
132
- ---
73
+ - fix: code duplication by extracting logic into functions for improved Extension Performance
74
+ - fix: trailing comma in ` tsconfig.json `
133
75
134
76
## [ 1.2.1] - 2024-11-19
135
77
136
- ### Added
137
-
138
- - Added Codacy Code Quality Badge to ` README.md `
139
-
140
- ### Fixed
141
-
142
- - Fixed TypeScript ES2022 issues
143
-
144
- ---
78
+ - add: Codacy Code Quality Badge to ` README.md `
79
+ - fix: TypeScript ES2022 issues
145
80
146
81
## [ 1.2.0] - 2024-11-17
147
82
148
- ### Added
149
-
150
- - Comprehensive bug report template
151
- - Detailed feature request template
152
-
153
- ### Changed
154
-
155
- - Settings are now saved in the workspace instead of globally in the USER.
156
-
157
- ---
83
+ - add: Comprehensive bug report template
84
+ - add: Detailed feature request template
85
+ - update: Settings now saved in workspace instead of globally in USER
158
86
159
87
## [ 1.1.0] - 2024-11-16
160
88
161
- ### Added
162
-
163
89
- Improved the user interface of the webview panel.
164
- - Added line number formatting with leading zeros.
90
+ - add: line number formatting with leading zeros.
165
91
- Removed timestamp and dot from log entries in the summary.
166
-
167
- ### Changed
168
-
169
92
- Log levels are now displayed in uppercase format (e.g. ERROR, WARN, DEBUG, INFO, ...)
170
-
171
- ### Fixed
172
-
173
93
- Fixed potential security issue with non-literal argument in ` fs.existsSync ` .
174
94
- Fixed potential object injection issue in ` groupLogEntries ` method.
175
95
176
- ---
177
-
178
96
## [ 1.0.2] - 2024-10-10
179
97
180
- ### Changed
181
-
182
98
- Repository URL to ` https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer `
183
99
184
- ---
185
-
186
100
## [ v1.0.1]
187
101
188
- ### Added
189
-
190
102
- Extension Logo
191
103
- Screenshot in the README file.
192
- - Added a "Getting Started" section to the README.
193
-
194
- ---
104
+ - add: a "Getting Started" section to the README.
195
105
196
106
## [ v1.0.0]
197
107
198
- ### Added
199
-
200
108
- View log files in the ` var/log ` directory of your Magento project.
201
109
- Open log files directly in the editor by clicking on them in the tree view.
202
110
- Expand log files to view individual lines.
203
111
- Clear all log files with a single command.
204
112
- Status bar item showing the number of log entries.
205
113
- Badge in the tree view showing the total number of log entries.
206
114
- Repository field in ` package.json ` .
207
-
208
- ### Changed
209
-
210
115
- Status bar item now shows the total number of log entries instead of the number of log files.
211
116
- Updated README to reflect the change in the status bar item text.
0 commit comments