From 2beb452207c20d7329f2d20c4beae03e55217369 Mon Sep 17 00:00:00 2001 From: Atterpac <89053530+Atterpac@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:27:59 -0400 Subject: [PATCH] Update changelog.md --- mkdocs-website/docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs-website/docs/changelog.md b/mkdocs-website/docs/changelog.md index 4f6cb8bc6..89d3a8335 100644 --- a/mkdocs-website/docs/changelog.md +++ b/mkdocs-website/docs/changelog.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - [darwin] add Event ApplicationShouldHandleReopen to able handle dock icon click by @5aaee9 in [#2991](https://github.com/wailsapp/wails/pull/2991) +- [linux] add VirtualKeyCodes for keybinds by @atterpac in [#3007](https://github.com/wailsapp/wails/pull/3007). - [darwin] add getPrimaryScreen/getScreens to impl by @tmclane in [#2618](https://github.com/wailsapp/wails/pull/2618) ### Fixed