jim800121
  • Joined on 2026-02-12
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-24 17:01:17 +00:00
b806a42bcd fix: remove --tray flag for Linux server launch
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-24 16:10:55 +00:00
1a2811f8c9 fix: auto-install python3-venv when ensurepip is missing on Linux
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-24 13:48:03 +00:00
75885c5691 fix: support webkit2gtk-4.1 (Ubuntu 24.04) in Linux build script
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-24 04:12:22 +00:00
e46d179165 feat: add Linux (Ubuntu) GUI installer build script
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-23 16:16:04 +00:00
c558c9e3b8 fix: add --source winget to all winget install commands
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-23 04:45:43 +00:00
de7df88ce3 fix: detect Windows App Alias fake python in install script
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-10 03:29:14 +00:00
2d68387ed1 Add interactive guided tour with driver.js
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 18:10:32 +00:00
7b4492c41e Update PRD v3.2 + TDD v2.1: WinUSB auto-install, ffmpeg, uninstall fixes
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:49:57 +00:00
98b89fe104 Fix WinUSB driver install: self-signed cert + pnputil approach
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:41:26 +00:00
9ec1926133 Add self-signed cert + catalog approach for driver installation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:34:02 +00:00
c9b0ae5b89 Improve test tool: proper REG_MULTI_SZ parsing and device enumeration debug
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:31:17 +00:00
0c45e77911 Add SetupAPI direct device node driver install method to test tool
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:25:56 +00:00
17110a1606 Add UpdateDriverForPlugAndPlayDevicesW to driver install test tool
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:15:34 +00:00
faa4e86a19 chore: add test tool for DiInstallDriverW debugging on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:51:00 +00:00
cc1edfc89d fix: use DiInstallDriver API for WinUSB driver installation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:38:30 +00:00
2ab910d5ca fix: use Kneron official driver installer instead of pnputil
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:21:13 +00:00
22d6076568 fix: clear stale DeviceGroup before retry to prevent access violation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:01:31 +00:00
eca1363298 docs: update PRD v3.1 and TDD v2.0 with recent installer features
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:58:48 +00:00
f744e8ca26 feat: auto-install WinUSB driver for Kneron devices on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:39:36 +00:00
49bdef68c7 fix: increase device connect timeout from 30s to 60s