Releases: taipei49314/tw-stock-lab
Releases · taipei49314/tw-stock-lab
Release list
v0.2.0 — Local-first Taiwan stock research workstation
Changelog
[0.2.0] — 2026-08-12
Added
- FastAPI app package (
app/) with TWSE + TPEX thin clients, textbooktasignals, SMA/MACD backtests - Async scan jobs (
POST /api/scan) with progress poll; modes: liquidity / cache-only / watchlist - Persisted last scan (
data/scan_last.json,GET /api/scan/last) - Versioned disk cache + quarantine; schema key guards;
/api/metrics - Local-lab guards: loopback, cross-site block, optional
TWLAB_TOKEN - UI: overview / scan / yield screen / ex-dividend calendar / stock charts
- Watchlist + recent stocks (browser localStorage)
- GitHub Actions CI (pytest on Python 3.10 / 3.11)
python run.pydependency check + launcher
Changed
- Product focus: local-first research workstation (no homemade scoring rules)
Security
- Removed blocking
GET /api/scan?wait=1 - Scan mutex treats
queued|runningas busy
[0.1.0] — prior
Initial lab_server prototype on GitHub main before the v0.2 rewrite.