Skip to content

Commit 7b032e6

Browse files
committed
release: v4.0.1 — docs npm-coming-soon, full SonarQube scan with tests
1 parent 0d39795 commit 7b032e6

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.0.1] - 2026-04-15
8+
9+
### Changed
10+
11+
- **Quick Start**: `git clone` instructions instead of `npm install talox` — npm package coming soon
12+
- **CLI examples**: `node dist/cli/talox.js` instead of `npx talox` until npm is published
13+
- **Code examples**: Updated to v4 `TaloxController({ ... })` shorthand syntax
14+
- **Version badge**: 4.0.0 → 4.0.1
15+
- **SonarQube scan**: Full scan with tests included (118 src files, 333 issues catalogued)
16+
717
## [4.0.0] - 2026-04-15
818

919
### Breaking Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<img src="https://img.shields.io/badge/Playwright-Chromium-45ba4b?style=flat-square&logo=playwright&logoColor=white" alt="Playwright" />
3030
<img src="https://img.shields.io/badge/Node.js-18+-339933?style=flat-square&logo=nodedotjs&logoColor=white" alt="Node.js" />
3131
<img src="https://img.shields.io/badge/License-AGPL--3.0--only-0d9488?style=flat-square&logo=opensourceinitiative&logoColor=white" alt="AGPL-3.0-only" />
32-
<img src="https://img.shields.io/badge/version-4.0.0-0d9488?style=flat-square" alt="version" />
32+
<img src="https://img.shields.io/badge/version-4.0.1-0d9488?style=flat-square" alt="version" />
3333
</p>
3434

3535
<p align="center">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "talox",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Local browser runtime for agents. Persistent profiles, deep observability, structured state contracts, and resilient interaction for real-world web UIs.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)