Skip to content

Commit b12755e

Browse files
committed
chore: update CHANGELOG.md for version 1.8.3; improve project configuration handling and message display logic
1 parent b942e4d commit b12755e

File tree

1 file changed

+42
-137
lines changed

1 file changed

+42
-137
lines changed

CHANGELOG.md

+42-137
Original file line numberDiff line numberDiff line change
@@ -4,208 +4,113 @@ All notable changes to the "magento-log-viewer" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
## Latest Release
88

9-
## [1.8.2] - 2025-01-20
9+
## [1.8.3] - 2025-03-12
1010

11-
### Changed
11+
- fix: project configuration handling and cleanup process for a smoother experience when opening or closing Magento projects.
1212

13-
- Show "Is this a Magento Project?" only if a project or workspace has been loaded.
13+
## [1.8.2] - 2025-01-20
1414

15+
- add: conditional display of "Is this a Magento Project?" message only when project or workspace is loaded
1516

1617
## [1.8.1] - 2024-12-26
1718

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`
2421

2522
## [1.8.0] - 2024-12-25
2623

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
4027

4128
## [1.7.1] - 2024-12-09
4229

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.
5434

5535
## [1.7.0] - 2024-12-08
5636

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
6942

7043
## [1.6.0] - 2024-12-07
7144

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.
8651
## [1.5.1] - 2024-12-05
8752

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
9354

9455
## [1.5.0] - 2024-12-04
9556

96-
### Changed
97-
98-
- sort log entries and message groups alphabetically
99-
100-
---
57+
- add: sort log entries and message groups alphabetically
10158

10259
## [1.4.0] - 2024-11-20
10360

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
11464

11565
## [1.3.0] - 2024-11-19
11666

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)`)
12470

12571
## [1.2.2] - 2024-11-19
12672

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`
13375

13476
## [1.2.1] - 2024-11-19
13577

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
14580

14681
## [1.2.0] - 2024-11-17
14782

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
15886

15987
## [1.1.0] - 2024-11-16
16088

161-
### Added
162-
16389
- Improved the user interface of the webview panel.
164-
- Added line number formatting with leading zeros.
90+
- add: line number formatting with leading zeros.
16591
- Removed timestamp and dot from log entries in the summary.
166-
167-
### Changed
168-
16992
- Log levels are now displayed in uppercase format (e.g. ERROR, WARN, DEBUG, INFO, ...)
170-
171-
### Fixed
172-
17393
- Fixed potential security issue with non-literal argument in `fs.existsSync`.
17494
- Fixed potential object injection issue in `groupLogEntries` method.
17595

176-
---
177-
17896
## [1.0.2] - 2024-10-10
17997

180-
### Changed
181-
18298
- Repository URL to `https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer`
18399

184-
---
185-
186100
## [v1.0.1]
187101

188-
### Added
189-
190102
- Extension Logo
191103
- 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.
195105

196106
## [v1.0.0]
197107

198-
### Added
199-
200108
- View log files in the `var/log` directory of your Magento project.
201109
- Open log files directly in the editor by clicking on them in the tree view.
202110
- Expand log files to view individual lines.
203111
- Clear all log files with a single command.
204112
- Status bar item showing the number of log entries.
205113
- Badge in the tree view showing the total number of log entries.
206114
- Repository field in `package.json`.
207-
208-
### Changed
209-
210115
- Status bar item now shows the total number of log entries instead of the number of log files.
211116
- Updated README to reflect the change in the status bar item text.

0 commit comments

Comments
 (0)