Skip to content

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

1.2.2

19 Nov 00:53
0200e7b

Choose a tag to compare

What's Changed

  • refactor: extract functions for better readability and maintainability in extension.ts by @dermatz in #3

Full Changelog: 1.2.1...1.2.2

1.2.1 - TS Security fixes

19 Nov 00:29
7bc84a5

Choose a tag to compare

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

16 Nov 23:21
d94d855

Choose a tag to compare

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

16 Nov 22:50
4520ead

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

Choose a tag to compare

Update repository URL and bump version to 1.0.2 in package.json and C…