Skip to content

Commit

Permalink
chore: update CHANGELOG.md for version 1.8.1; add sponsor link and in…
Browse files Browse the repository at this point in the history
…stall-counter
  • Loading branch information
dermatz committed Dec 26, 2024
1 parent d3884df commit 8177b47
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [1.8.1] - 2024-12-26

### Added

- Added Sponsor Link
- Added Install-Counter in `Readme.md`

---

## [1.8.0] - 2024-12-25

### Added
Expand All @@ -20,6 +29,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Change Logo for Marketplace

---

## [1.7.1] - 2024-12-09

### Added
Expand All @@ -32,6 +43,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Fixed an issue where the status bar item was being created multiple times.

---

## [1.7.0] - 2024-12-08

### Added
Expand All @@ -45,6 +58,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Changed Extension Logo
- Changed Changelog Dates for 1.6.0 Release Date

---

## [1.6.0] - 2024-12-07

### Added
Expand All @@ -59,18 +74,24 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Fixed issue with empty directories being included in the report list.

---

## [1.5.1] - 2024-12-05

### Fixed

- Fixed an issue that caused the Reload button to not display any results

---

## [1.5.0] - 2024-12-04

### Changed

- sort log entries and message groups alphabetically

---

## [1.4.0] - 2024-11-20

### Added
Expand All @@ -82,6 +103,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Update "Delete Logfiles" button visibility based on log file presence
- Refactored the Extention to improve Extention readability, performance and maintainability

---

## [1.3.0] - 2024-11-19

### Added
Expand All @@ -90,13 +113,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Added Video to `README.md`
- Added Setting to group Logfile Messages. The counter will display "grouped" (e.g., `INFO (128, grouped)`).

---

## [1.2.2] - 2024-11-19

### Fixed

- Fixed code dublication by extracting the logic into functions to improve Extension Performance
- Fixed trailing comma in `tsconfig.json`

---

## [1.2.1] - 2024-11-19

### Added
Expand All @@ -107,6 +134,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Fixed TypeScript ES2022 issues

---

## [1.2.0] - 2024-11-17

### Added
Expand All @@ -118,6 +147,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

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

---

## [1.1.0] - 2024-11-16

### Added
Expand All @@ -135,21 +166,27 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- 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
---

## [v1.0.1]

### Added

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

## v1.0.0
---

## [v1.0.0]

### Added

Expand Down

0 comments on commit 8177b47

Please sign in to comment.