Skip to content

Commit b1c0f21

Browse files
committed
chore: update version to 1.11.0 in package.json and reorganize changelog
1 parent eec4f4c commit b1c0f21

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22

33
All notable changes to the "magento-log-viewer" extension will be documented in this file.
44

5-
65
## Next release
76

7+
---
8+
9+
## Latest Release
10+
11+
### [1.11.0] - 2025-05-29
12+
813
- feat: improved timestamp formatting for log entries
14+
- i18n: add translations added
15+
- test: add log reader test suite with file existence and content validation
16+
- test: add report reader test suite with file existence and content validation
917
- fix: Pre-compilation of regular expressions for timestamps: Prevents repeated compilation on each call.
1018
- fix: Caching for JSON reports: Avoids redundant reading and parsing of JSON files.
1119
- fix: Optimized line counting with caching: Reduces time spent counting lines in large files and avoids repeated calculations for unchanged files.
1220
- fix: Improved badge updates with throttling and debouncing: Prevents too frequent updates and implements more efficient counting methods.
1321
- fix: improve type safety in report handling functions
14-
- i18n: translations added
15-
- test: add log reader test suite with file existence and content validation
16-
- test: add report reader test suite with file existence and content validation
17-
---
18-
19-
## Latest Release
2022

2123
### [1.10.2] - 2025-05-28
2224
- update: `readme.md` update

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento-log-viewer",
33
"displayName": "Magento Log Viewer",
44
"description": "A Visual Studio Code extension to view and manage Magento log files.",
5-
"version": "1.10.2",
5+
"version": "1.11.0",
66
"publisher": "MathiasElle",
77
"icon": "resources/logo.png",
88
"repository": {

0 commit comments

Comments
 (0)