Skip to content

v2.1.0

Compare
Choose a tag to compare
@leaanthony leaanthony released this 17 Oct 20:31
· 801 commits to master since this release
d9e0773

Removed

  • The RGBA option in options.App has now been removed. Use BackgroundColour instead.

Added

Fixed

  • Embed directories auto-created if they don't exist - @leaanthony in #1983
  • Quote command arguments if they have a space - @leaanthony in #1892
  • Fixed Linux frameless window drag - @lyimmi in #1916
  • Fix gtk_window_begin_resize_drag's mouse button - @lyimmi in #1920
  • Fix binding generation special cases - @JulioDRF in #1902
  • Remove the .git directory in the template - @misitebao in #1929
  • Fix wails dev - @JulioDRF in #1931
  • Fix for considering new go files in dev filesystem watcher - @scottopell in #1946
  • Prevent type parsing to interfere with Typescript package name - @ValentinTrinque in #1942
  • [dev] Do not try to infer assetdir from fs.FS when a frontend dev server is in use - @stffabi in #1972
  • Fix init command not listed in wails help message - @lyon-lee-dev in #1976

Changed

New Contributors