Skip to content

Commit 4b294f8

Browse files
committed
Publish v2.5.2
1 parent b4fbf33 commit 4b294f8

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## [2.5.2] - 2025-05-09
6+
### Changed
7+
- Updated syntax coloring for error/warning log levels in syntax.ts for better visibility
8+
- Enhanced Logger class with improved log level handling and new message patterns
9+
- Cleaned up redundant comments in Tomcat command handling
10+
- Improved log level matching and syntax highlighting captures in tomcat-log.tmLanguage.json
11+
- Restructured package organization
12+
- Standardized logging messages across Browser, Builder, and Tomcat services
13+
14+
### Removed
15+
- Removed help command and associated documentation
16+
- Removed `tomcat.autoScrollOutput` configuration setting
17+
518
## [2.5.1] - 2025-05-08
619
### Added
720
- Added log encoding configuration (`tomcat.logEncoding`) with support for 15 character encodings

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Advanced Apache Tomcat management. Full server control, smart deployment, browse
77
## Features
88

99
- **Full Server Logs Monitoring**
10-
Monitor all+ Tomcat logs in real-time with syntax highlighting
10+
Monitor All+ Tomcat logs in real-time with syntax highlighting
1111

1212
- **HTTP Traffic Monitoring**
1313
Monitor Tomcat access logs dynamically with built-in syntax highlighting
@@ -174,7 +174,7 @@ For technical implementation details and contribution guidelines, see:
174174
[![Report Issue](https://img.shields.io/badge/-Report_Issue-red?style=flat-square&logo=github)](https://github.com/Al-rimi/tomcat/issues)
175175

176176

177-
## What's New in 2.5.1
177+
## What's New in 2.5.2
178178

179179
- **Real-Time Server Insights**
180180
Instant full server logging with dual-stream architecture for all server events (Thanks to @zhuxiaodics6)
@@ -191,6 +191,9 @@ For technical implementation details and contribution guidelines, see:
191191
- **Cross-Platform Stability**
192192
Fixed concurrent access during log rotation and improved multi-OS line ending handling
193193

194+
- **Removed Unnecessary Futures**
195+
Removed help command and associated documentation and `tomcat.autoScrollOutput` configuration setting
196+
194197
[View Full Changelog](https://github.com/Al-rimi/tomcat/blob/main/CHANGELOG.md)
195198

196199
---

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tomcat",
33
"displayName": "Tomcat",
44
"description": "Fully Automated Support for Apache Tomcat",
5-
"version": "2.5.1",
5+
"version": "2.5.2",
66
"publisher": "Al-rimi",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)