Deprecated
- The
-noGen
flag for thewails dev
command has been replaced with-skipbindings
. This is to
align with thewails build
command.
Added
- Add garble support by @leaanthony in #1793
- Make draggable CSS property customisable by @leaanthony in #1828
- Add Some WindowState by @zandercodes in #1349
- Make EventsOff capable of removing multiple listeners by @Lyimmi in #1822
Fixed
- Use
Promise<void>
when Go routine does not output by @SheetJSDev in #1821 - preact-ts template build fix by @Debdut in #1781
- fix frontend/tsconfig.js by @Lyimmi in #1795
- fix: fix bugs in website by @misitebao in #1810
- Fix vue-ts template by @leaanthony in #1813
- Remove duplicate defs in win32/window.go by @AlbinoDrought in #1832
Changed
- Upgrade React to use Vite v3 by @leaanthony in #1744
- Upgrade Lit to use Vite v3 by @leaanthony in #1745
- Support vite3 for Vue by @leaanthony in #1746
- Preact templates for vite 3 by @leaanthony in #1770
- Prevent env variables and registry overrides from changing behaviour by @stffabi in #1771
- Use go implementation to retrieve the version of a fixed runtime by @stffabi in #1790
- Change contribution guide type from "doc" to "page" by @misitebao in #1777
- feat(website): repair document content by @misitebao in #1775
- chore: sort out files by @misitebao in #1776
- Add Korean to doc by @jaesung9507 in #1774
- Add README.ja.md by @shinshin86 in #1783
- Reorganized contribution guidelines page by @misitebao in #1784
- fix(website): fix link by @misitebao in #1785
- Update templates.mdx by @KiddoV in #1799
- Better watcher by @leaanthony in #1827
- Only set GDK_BACKEND to "x11" if GDK_BACKEND is unset and XDG_SESSION_TYPE is not "wayland" by @prurigro in #1811
- Optimize images by @imgbot in #1812
New Contributors
- @shinshin86 made their first contribution in #1783
- @Debdut made their first contribution in #1781
- @KiddoV made their first contribution in #1799
- @zandercodes made their first contribution in #1349
- @prurigro made their first contribution in #1811
- @SheetJSDev made their first contribution in #1821
- @AlbinoDrought made their first contribution in #1832
- @imgbot made their first contribution in #1812
Full Changelog: v2.0.0-beta.44.2...v2.0.0-rc.1