Releases: OpenForgeProject/vscode-ext-magento-log-viewer
Releases · OpenForgeProject/vscode-ext-magento-log-viewer
1.7.0
1.6.0 | add Reports to watcher
What's Changed
Full Changelog: 1.5.1...1.6.0
1.5.1
Full Changelog: 1.5.0...1.5.1
1.5.0
1.4.0
1.3.0
- Added Feature in Workspace configuration option to group log entries by message content.
- Added Video to
README.md
- Added Setting to group Logfile Messages. The counter will display "grouped" (e.g.,
INFO (128, grouped)
).
What's Changed
- feat: add option to group log entries by message content in workspace configuration by @dermatz in #4
Full Changelog: 1.2.2...1.3.0
1.2.2
1.2.1 - TS Security fixes
Added
- Added Codacy Code Quality Badge to
README.md
Fixed
- Fixed TypeScript ES2022 issues
Full Changelog: 1.2.0...1.2.1
1.2.0
Added
- Comprehensive bug report template
- Detailed feature request template
Changed
- Settings are now saved in the workspace instead of globally in the USER.
Full Changelog: 1.1.0...1.2.0
1.1.0
Added
- Improved the user interface of the webview panel.
- Added line number formatting with leading zeros.
- Removed timestamp and dot from log entries in the summary.
Changed
- Log levels are now displayed in uppercase format (e.g. ERROR, WARN, DEBUG, INFO, ...)
Fixed
- Fixed potential security issue with non-literal argument in
fs.existsSync
. - Fixed potential object injection issue in
groupLogEntries
method.
Full Changelog: 1.0.2...1.1.0