@@ -6,6 +6,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## [ Unreleased]
88
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+
918## [ 1.8.0] - 2024-12-25
1019
1120### Added
@@ -20,6 +29,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2029
2130- Change Logo for Marketplace
2231
32+ ---
33+
2334## [ 1.7.1] - 2024-12-09
2435
2536### Added
@@ -32,6 +43,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3243
3344- Fixed an issue where the status bar item was being created multiple times.
3445
46+ ---
47+
3548## [ 1.7.0] - 2024-12-08
3649
3750### Added
@@ -45,6 +58,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
4558- Changed Extension Logo
4659- Changed Changelog Dates for 1.6.0 Release Date
4760
61+ ---
62+
4863## [ 1.6.0] - 2024-12-07
4964
5065### Added
@@ -59,18 +74,24 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
5974
6075- Fixed issue with empty directories being included in the report list.
6176
77+ ---
78+
6279## [ 1.5.1] - 2024-12-05
6380
6481### Fixed
6582
6683- Fixed an issue that caused the Reload button to not display any results
6784
85+ ---
86+
6887## [ 1.5.0] - 2024-12-04
6988
7089### Changed
7190
7291- sort log entries and message groups alphabetically
7392
93+ ---
94+
7495## [ 1.4.0] - 2024-11-20
7596
7697### Added
@@ -82,6 +103,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
82103- Update "Delete Logfiles" button visibility based on log file presence
83104- Refactored the Extention to improve Extention readability, performance and maintainability
84105
106+ ---
107+
85108## [ 1.3.0] - 2024-11-19
86109
87110### Added
@@ -90,13 +113,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
90113- Added Video to ` README.md `
91114- Added Setting to group Logfile Messages. The counter will display "grouped" (e.g., ` INFO (128, grouped) ` ).
92115
116+ ---
117+
93118## [ 1.2.2] - 2024-11-19
94119
95120### Fixed
96121
97122- Fixed code dublication by extracting the logic into functions to improve Extension Performance
98123- Fixed trailing comma in ` tsconfig.json `
99124
125+ ---
126+
100127## [ 1.2.1] - 2024-11-19
101128
102129### Added
@@ -107,6 +134,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
107134
108135- Fixed TypeScript ES2022 issues
109136
137+ ---
138+
110139## [ 1.2.0] - 2024-11-17
111140
112141### Added
@@ -118,6 +147,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
118147
119148- Settings are now saved in the workspace instead of globally in the USER.
120149
150+ ---
151+
121152## [ 1.1.0] - 2024-11-16
122153
123154### Added
@@ -135,21 +166,27 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
135166- Fixed potential security issue with non-literal argument in ` fs.existsSync ` .
136167- Fixed potential object injection issue in ` groupLogEntries ` method.
137168
169+ ---
170+
138171## [ 1.0.2] - 2024-10-10
139172
140173### Changed
141174
142175- Repository URL to ` https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer `
143176
144- ## v1.0.1
177+ ---
178+
179+ ## [ v1.0.1]
145180
146181### Added
147182
148183- Extension Logo
149184- Screenshot in the README file.
150185- Added a "Getting Started" section to the README.
151186
152- ## v1.0.0
187+ ---
188+
189+ ## [ v1.0.0]
153190
154191### Added
155192
0 commit comments