Commit 74c1e61
chore: bump to v2.0.1 — Windows CI + favicon route
Patch release. No breaking changes.
- Fixes cross-platform bug in plugin loader where PLUGINS_DIR was
frozen at module-load time (homedir() differs on Windows vs Unix
env vars). loadPlugins() / getLoadedPlugins() / ensurePluginsDir()
now accept optional dir param; getPluginsDir() resolves fresh.
- Adds GET /favicon.ico route returning 238-byte inline SVG for
clients that don't honor the dashboard's <link rel="icon"> tag.
CI verified green on Ubuntu + Windows × Node 20 + 22.
Tests: 640 -> 641.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0e68c9d commit 74c1e61
2 files changed
Lines changed: 33 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
7 | 39 | | |
8 | 40 | | |
9 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments