Skip to content

Commit 23d1bd8

Browse files
authored
Update CHANGELOG.md
1 parent b3b3444 commit 23d1bd8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# CHANGELOG
22

3+
---
4+
5+
## [2025-07-28]
6+
7+
### Added
8+
- **Browser Brand Config**: New `configs.browserBrand` option for `chromium`, `chrome`, `brave`, or `edge`, enabling perfect brand emulation.
9+
- **Brave Simulation**: Full Brave browser emulation including `userAgent`, `userAgentData`, and `navigator.brave.isBrave` properties.
10+
- **Edge Simulation**: Full Microsoft Edge emulation covering `userAgent`, `userAgentData`, and Edge-specific APIs.
11+
- **WebKit Emulation**: Preliminary WebKit engine simulation for basic Safari-like behaviors.
12+
- **Random History Injection**: `configs.injectRandomHistory` injects realistic history entries (URLs, timestamps) on new page loads without an opener.
13+
14+
### Improved
15+
- **CPU Core Count Simulation**: More precise spoofing of logical CPU cores based on profile to evade advanced detection.
16+
- **WebGPU Limits Simulation**: Emulates `maxStorageBuffersInFragmentStage`, `maxStorageTexturesInFragmentStage`, `maxStorageBuffersInVertexStage`, and `maxStorageTexturesInVertexStage` parameters.
17+
- **Android Window Defaults**: Android device simulation now defaults to `"window": "profile"`, using profile-defined screen and window dimensions for pixel-perfect accuracy.
18+
- **Debugger Statement Blocking**: Blocks `debugger` statements by default to prevent DevTools detection by antibot scripts.
19+
20+
### Fixed
21+
- **Android DevTools Window Mode**: Ensures DevTools open in a separate window (not docked) during Android simulation to avoid UI rendering issues.
22+
- **Auto Language/Locale Sync**: Fixed issue where `configs.languages = "auto"` sometimes failed to update the browser’s locale automatically.
23+
24+
25+
---
26+
327
## [2025-07-21]
428

529
### Major Update

0 commit comments

Comments
 (0)