mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Add changelog entry for clipboard mojibake fix on macOS
This commit is contained in:
parent
77238407d8
commit
cf15fd6286
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Fixed
|
||||
|
||||
- Fixed clipboard mojibake on macOS by setting LANG environment variable for pbpaste/pbcopy operations [#5012](https://github.com/wailsapp/wails/pull/5012) by @veeceey
|
||||
- Fixed `wails init` to prevent initialization in non-empty directories when using the `-d` flag, avoiding accidental data loss [`#4940`](https://github.com/wailsapp/wails/issues/4940) by `@leaanthony`
|
||||
- Fixed missing `EventsOffAll` in runtime templates for all frontend frameworks [#4883](https://github.com/wailsapp/wails/pull/4883) by @narcilee7
|
||||
- Fixed Linux crash on panic in JS-bound Go methods due to WebKit overriding signal handlers [#3965](https://github.com/wailsapp/wails/issues/3965) by @leaanthony
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue