v4.0.0
This release removes the CLI tool used to create new userscripts. It shouldn't be breaking for existing userscripts, unless they `import … from "userscripter/bootstrap/…"` (which has never been intended to work; see #108) or run `userscripter init` for whatever reason. ## Migration guide Any invocations of `userscripter init` need to be replaced with a `tiged` command; see `README.md`.