Skip to content

Commit

Permalink
chore: update changelog for version 1.2.1 and add Codacy badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatz committed Nov 19, 2024
1 parent 2b46cf4 commit 678e4fd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,62 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [1.2.1] - 2024-11-19

### Added

- Added Codacy Code Quality Badge to `README.md`

### Fixed

- fixed TypeScript ES22-Issues

## [1.2.0] - 2024-11-17

### Added

- Comprehensive bug report template
- Detailed feature request template

### Changed

- Settings are now saved in the workspace instead of globally in the USER.

## [1.1.0] - 2024-11-16

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

## [1.0.2] - 2024-10-10

### Changed

- Repository URL to `https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer`

## v1.0.1

### Added

- Extension Logo
- Screenshot in the README file.
- Added a "Getting Started" section to the README.

## v1.0.0

### Added

- View log files in the `var/log` directory of your Magento project.
- Open log files directly in the editor by clicking on them in the tree view.
- Expand log files to view individual lines.
Expand All @@ -46,5 +71,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Repository field in `package.json`.

### Changed

- Status bar item now shows the total number of log entries instead of the number of log files.
- Updated README to reflect the change in the status bar item text.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Magento Log Viewer

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/04d20d74a4bb4f7fb144d320f7008edb)](https://app.codacy.com/gh/OpenForgeProject/vscode-ext-magento-log-viewer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

The Magento Log Viewer extension for Visual Studio Code provides a convenient way to view and manage Magento log files directly in your workspace.

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento-log-viewer",
"displayName": "Magento Log Viewer",
"description": "A Visual Studio Code extension to view and manage Magento log files.",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "MathiasElle",
"icon": "resources/logo.png",
"repository": {
Expand Down

0 comments on commit 678e4fd

Please sign in to comment.