Skip to content

Releases: OpenForgeProject/vscode-ext-magento-log-viewer

1.1.0

16 Nov 22:50
4520ead
Compare
Choose a tag to compare

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

1.0.2

16 Nov 15:50
d82ed14
Compare
Choose a tag to compare
Update repository URL and bump version to 1.0.2 in package.json and C…