🚀 Enhancements
- analysis: Open
stats.html
file automatically (#564)
🩹 Fixes
- init: Better error logging when templates fail to load (b47c150)
- Remove deprecated extension from Vue template (#534)
- Append option description error (#546)
- init: Don't overwrite existing files when initializing a new project (#556)
- dev: Don't crash dev mode when rebuild fails (#565)
📖 Documentation
- Replace
pnpx
withpnpm dlx
(#527) - Update homepage demo video (35269da)
- Update README demo video (#539)
- Add Plex skipper to "Using WXT" section (#541)
- Add documentation for Bun.sh (#543)
- Mention adding unlisted scripts and pages to
web_accessible_resources
(121b521) - Add examples for GitHub Actions (#540)
- Fixed "Reload the Extension" section (#559)
🏡 Chore
- Increase unit test timeout (d9cba55)
- Increase hook timeout for Windows/NPM tests (56b7149)
- Switch to seed plugin for testing (#547)
- vue-template: Upgrade to
vue-tsc
v2 (#549) - Add a test covering
wxt init
in a non-empty directory (#563)