Skip to content

Commit

Permalink
chore: add changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 21, 2023
1 parent c0b9739 commit c490f95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions v2/internal/frontend/desktop/linux/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func parseKey(key string) C.guint {
return result
}
// Check for unknown namedkeys
// Check if we only have a single character
if len(key) > 1 || len(key) == 0 {
return C.guint(0)
}
Expand Down
4 changes: 4 additions & 0 deletions website/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Avoid app crashing when the Linux GTK key is empty by @aminya in [PR](https://github.com/wailsapp/wails/pull/2672)

## [v2.5.1] - 2023-05-16

### Breaking Changes
Expand Down

0 comments on commit c490f95

Please sign in to comment.