0.7.0-beta.33
Pre-release
Pre-release
github-actions
released this
10 Jun 11:01
·
49 commits
to dev
since this release
Key highlights
- [Feature] Added "Site Tree" (experimental) — click the Star icon to configure your sitemap/site tree, to more easily navigate to parts of your sites and track the status of individual pages.
- [Enhancement] Added "Check for Updates" menu item (Mac)
- [Dev] Migrated to Nuxt 3, added TailwindCSS
- [Dev] Beefed up testing capabilities
- [Dev] Expose
RuntimeConfig
to better manage pathing to parts of the app in dev versus packaged app
What's Changed
- Add "check for updates" to menu by @nwittwer in #242
- Migration to Nuxt 3 by @nwittwer in #246
- Feat/refactor - Electron APIs like
ipcRenderer
directly in Nuxt, added TailwindCSS by @nwittwer in #250 - Added initial "Site Tree" implementation by @nwittwer in #251
- Improve testing -
vitest
@playwright/test
@vue/test-utils
by @nwittwer in #252 - Cross-browser screenshots refactor by @nwittwer in #254
Full Changelog: v0.7.0-beta.32...v0.7.0-beta.33