5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 03:29:03 +08:00

Update changelog and version

This commit is contained in:
Lea Anthony 2022-07-25 22:06:21 +10:00
parent 11d50c32bd
commit e68b419cc8
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1 @@
v2.0.0-beta.40 v2.0.0-beta.41

View File

@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [v2.0.0-beta.41] - 2022-07-25
## Added ## Added
* Added `options.NewRGBA` and `options.NewRGB` functions to create `*options.RGBA` by @leaanthony * Added `options.NewRGBA` and `options.NewRGB` functions to create `*options.RGBA` by @leaanthony
## Fixed ## Fixed
* Fixed initial build of frontend when using `wails dev` on new projects by @leaanthony
in https://github.com/wailsapp/wails/pull/1650
* Ignore empty install command when running `wails dev` by @stffabi in https://github.com/wailsapp/wails/pull/1651
* Fixed error reporting in templates
* BackgroundColour documentation fix * BackgroundColour documentation fix
* Generalize manual compile steps [Documentation] by @acheong08 in https://github.com/wailsapp/wails/pull/1644
## [v2.0.0-beta.40] - 2022-07-24 ## [v2.0.0-beta.40] - 2022-07-24