bump playwriter to 0.0.24: auto-restart server on version mismatch, simplified logging, cross-platform kill

This commit is contained in:
Tommy D. Rossi
2025-12-21 16:49:34 +01:00
parent 6809ebea72
commit b44f3ebb02
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## 0.0.24
### Patch Changes
- **Auto-restart relay server on version mismatch**: Server now exposes `/version` endpoint, MCP checks and restarts server if versions differ after package update
- **Simplified logging**: Single `relay-server.log` file instead of timestamped files with symlinks
- **Cross-platform process killing**: Use `kill-port-process` package for Windows/Mac/Linux compatibility
- **IPv4 compatibility**: Use `127.0.0.1` instead of `localhost` to avoid IPv6 resolution issues
- **Reset tabs on disconnect**: Clear connected tabs state when extension disconnects
## 0.0.23
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.23",
"version": "0.0.24",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",