@@ -6,6 +6,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.8.1] - 2024-12-26
10
+
11
+ ### Added
12
+
13
+ - Added Sponsor Link
14
+ - Added Install-Counter in ` Readme.md `
15
+
16
+ ---
17
+
9
18
## [ 1.8.0] - 2024-12-25
10
19
11
20
### Added
@@ -20,6 +29,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
20
29
21
30
- Change Logo for Marketplace
22
31
32
+ ---
33
+
23
34
## [ 1.7.1] - 2024-12-09
24
35
25
36
### Added
@@ -32,6 +43,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
32
43
33
44
- Fixed an issue where the status bar item was being created multiple times.
34
45
46
+ ---
47
+
35
48
## [ 1.7.0] - 2024-12-08
36
49
37
50
### Added
@@ -45,6 +58,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
45
58
- Changed Extension Logo
46
59
- Changed Changelog Dates for 1.6.0 Release Date
47
60
61
+ ---
62
+
48
63
## [ 1.6.0] - 2024-12-07
49
64
50
65
### Added
@@ -59,18 +74,24 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
59
74
60
75
- Fixed issue with empty directories being included in the report list.
61
76
77
+ ---
78
+
62
79
## [ 1.5.1] - 2024-12-05
63
80
64
81
### Fixed
65
82
66
83
- Fixed an issue that caused the Reload button to not display any results
67
84
85
+ ---
86
+
68
87
## [ 1.5.0] - 2024-12-04
69
88
70
89
### Changed
71
90
72
91
- sort log entries and message groups alphabetically
73
92
93
+ ---
94
+
74
95
## [ 1.4.0] - 2024-11-20
75
96
76
97
### Added
@@ -82,6 +103,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
82
103
- Update "Delete Logfiles" button visibility based on log file presence
83
104
- Refactored the Extention to improve Extention readability, performance and maintainability
84
105
106
+ ---
107
+
85
108
## [ 1.3.0] - 2024-11-19
86
109
87
110
### Added
@@ -90,13 +113,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
90
113
- Added Video to ` README.md `
91
114
- Added Setting to group Logfile Messages. The counter will display "grouped" (e.g., ` INFO (128, grouped) ` ).
92
115
116
+ ---
117
+
93
118
## [ 1.2.2] - 2024-11-19
94
119
95
120
### Fixed
96
121
97
122
- Fixed code dublication by extracting the logic into functions to improve Extension Performance
98
123
- Fixed trailing comma in ` tsconfig.json `
99
124
125
+ ---
126
+
100
127
## [ 1.2.1] - 2024-11-19
101
128
102
129
### Added
@@ -107,6 +134,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
107
134
108
135
- Fixed TypeScript ES2022 issues
109
136
137
+ ---
138
+
110
139
## [ 1.2.0] - 2024-11-17
111
140
112
141
### Added
@@ -118,6 +147,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
118
147
119
148
- Settings are now saved in the workspace instead of globally in the USER.
120
149
150
+ ---
151
+
121
152
## [ 1.1.0] - 2024-11-16
122
153
123
154
### Added
@@ -135,21 +166,27 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
135
166
- Fixed potential security issue with non-literal argument in ` fs.existsSync ` .
136
167
- Fixed potential object injection issue in ` groupLogEntries ` method.
137
168
169
+ ---
170
+
138
171
## [ 1.0.2] - 2024-10-10
139
172
140
173
### Changed
141
174
142
175
- Repository URL to ` https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer `
143
176
144
- ## v1.0.1
177
+ ---
178
+
179
+ ## [ v1.0.1]
145
180
146
181
### Added
147
182
148
183
- Extension Logo
149
184
- Screenshot in the README file.
150
185
- Added a "Getting Started" section to the README.
151
186
152
- ## v1.0.0
187
+ ---
188
+
189
+ ## [ v1.0.0]
153
190
154
191
### Added
155
192
0 commit comments