5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-10 22:19:46 +08:00
wails/mkdocs-website/docs/en/changelog.md
2023-12-19 05:58:31 +11:00

2.0 KiB

Changelog

[Unreleased]

Added

  • [darwin] add Event ApplicationShouldHandleReopen to be able to handle dock icon click by @5aaee9 in #2991
  • [darwin] add getPrimaryScreen/getScreens to impl by @tmclane in #2618
  • [linux] add onKeyPress logic to convert linux keypress into an accelerator @Atterpac in#3022

Fixed

  • Fixed Doctor apt package verify by Atterpac in #2972.
  • Fixed application frozen when quit (Darwin) by @5aaee9 in #2982
  • Fixed background colours of examples on Windows by mmgvh in #2750.
  • Fixed default context menus by mmgvh in #2753.
  • Fixed hex values for arrow keys on Darwin by jaybeecave in #3052.
  • Set drag-n-drop for windows to working. Added by @pylotlight in PR
  • Fixed bug for linux in doctor in the event user doesn't have proper drivers installed. Added by @pylotlight in PR

Changed

Removed

Deprecated

Security