Added
- Add Show() and Hide() to runtime to show/hide application by @leaanthony
in #1599 - Override target platform/arch using GOOS and GOARCH environment variables by @leaanthony
in #1618 - Add option to skip frontend rebuild in dev mode by @leaanthony in #1632
Fixed
- Update svelte templates to use vite 3 by @leaanthony in #1643
- Fix plain template by @stffabi in #1609
- Fix Website layout by @leaanthony in #1616
- Fixed typo in documentation page docs/howdoesitwork by @MyNameIsAres in #1636
- Use scaling when setting min/max window by @leaanthony in #1557
Changed
- Install dev dependencies before starting dev mode by @leaanthony in #1615
- Translate and fix website text by @misitebao in #1525
- docs: add MyNameIsAres as a contributor for doc by @allcontributors in #1638
- Deprecate Fullscreen appoption by @acheong08 in #1640
Deprecated
- The
Fullscreen
application option is deprecated. Please useWindowStartState
instead.
New Contributors
- @MyNameIsAres made their first contribution in #1636