Skip to content

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 10:16

What's New in v1.5.2

WebView2 Improvements

  • Remote HTML URLs auto-cached locally (5min TTL, %APPDATA%/TaskPin/webview_cache/)
  • Fix: text/plain response from GitHub raw handled correctly
  • Fix: JS bridge (window.taskpin) available on page load
  • System resources display in demo (CPU, Memory, Network via JS bridge)
  • China users: auto gh-proxy for remote HTML URLs

JS ↔ Lua Bridge

let cpu = await taskpin.sys.cpu();
let mem = await taskpin.sys.memory();
let net = await taskpin.sys.net_speed();
await taskpin.sys.notify("Title", "Content");

Auto-Download WebView2Loader.dll

  • Detect system architecture (x64/x86)
  • Try multiple sources with gh-proxy fallback
  • i18n error messages with manual download URL on failure