- New `--generate-vercel-json` option to generate the `vercel.json` that would be used and output it without running the deploy. [51](https://github.com/simonw/datasette-publish-vercel/issues/51)
- You can then edit that `vercel.json` file to add custom options, then pass it to the new `--vercel-json` option for a custom deployment. [51](https://github.com/simonw/datasette-publish-vercel/issues/51)
- `--template-dir` and `--plugins-dir` options now work, thanks Romain Clement. [41](https://github.com/simonw/datasette-publish-vercel/issues/41)
- `DATASETTE_SECRET` environment variable can now be used to set a persistent Datasette secret. Thanks, Romain Clement. [43](https://github.com/simonw/datasette-publish-vercel/issues/43)