Skip to content

Commit 0f99a9a

Browse files
committed
bump version to 2.4.1
1 parent e223f8f commit 0f99a9a

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.4.1] - 2025-05-07
6+
### Fixed
7+
- Updated Microsoft Edge browser command for Windows to include `msedgewebview2` process (Thanks to @zhuxiaodics6)
8+
9+
### Added
10+
- Introduced `brutalSync` method for aggressive directory synchronization with delta based file copying and clean target pruning
11+
12+
### Changed
13+
- Changed default value of `tomcat.autoScrollOutput` to `false` for better user experience
14+
- filesystem validation in `findTomcatHome` and `findJavaHome` methods with strict path verification
15+
- Refactored `Builder.fastDeploy` with improved file synchronization and improve fault tolerance during directory synchronization operations
16+
517
## [2.4.0] - 2025-04-14
618
### Added
719
- Implemented on-demand access logging for Tomcat with dynamic log file watching

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Access via <kbd>Ctrl+,</kbd> → Search "Tomcat"
143143
| `tomcat.browser` | `Google Chrome` | Browser for app launch & debug (`Google Chrome`, `Microsoft Edge`, `Firefox`, `Safari`, `Brave`, `Opera`) |
144144
| `tomcat.port` | `8080` | Tomcat server listen port (valid range: `1024`-`65535`) |
145145
| `tomcat.protectedWebApps` | `["ROOT", "docs", "examples", "manager", "host-manager"]` | List of protected web apps during cleanup operations |
146-
| `tomcat.autoScrollOutput` | `true` | Automatically reveal and scroll output channel when new logs are added |
146+
| `tomcat.autoScrollOutput` | `false` | Automatically reveal output channel when new logs are added |
147147

148148
> ℹ️ `tomcat.home` and `tomcat.javaHome` are now auto-detected and hidden from user settings.
149149
@@ -169,7 +169,7 @@ For technical implementation details and contribution guidelines, see:
169169

170170
[![Report Issue](https://img.shields.io/badge/-Report_Issue-red?style=flat-square&logo=github)](https://github.com/Al-rimi/tomcat/issues)
171171

172-
## What's New in 2.4.0
172+
## What's New in 2.4.1
173173

174174
- **HTTP Traffic Insights**
175175
New real-time access log monitoring with dynamic file watching capabilities

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.

0 commit comments

Comments
 (0)