This commit is contained in:
2026-06-23 13:53:55 +08:00
parent c336f176e6
commit 331e49ea29
13 changed files with 557 additions and 28 deletions

View File

@@ -151,3 +151,16 @@ Changed
Fixed
- Fixed Device Simulator not appearing in the VS Code extension launcher due to a trailing comma in tools.json causing JSON.parse to fail and fall back to a hardcoded list that excluded it.
```
**v1.0.1**
```
Added
- Added backup PLEC server (20.255.60.183) as a selectable upload target in PLEC Upload.
- Server dropdown in the PLEC Upload inputs panel — Default (167.99.227.249) or Backup (20.255.60.183).
- Backup server uses WordPress authentication (auto-login, nonce fetch) — no manual token management.
- Iteration name is used as the uploaded filename on the backup server.
- Selected server persists across sessions (VS Code globalState / localStorage in standalone).
Changed
- Build scripts moved to scripts/ and added as npm run build and npm run run-standalone.
```