Skip to content

Commit

Permalink
Merge pull request #148 from Nazariglez/develop
Browse files Browse the repository at this point in the history
v0.7.1
  • Loading branch information
Nazariglez authored Oct 8, 2022
2 parents f86b2cc + 0888aca commit 0dd6636
Show file tree
Hide file tree
Showing 34 changed files with 398 additions and 132 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## Unreleased
-
## UNRELEASED

-

## v0.7.1 - 08/10/2022

- Added support for clipboard events using `egui` behind the feature `clipboard`.
- Exposed `GlowBackend::add_inner_texture` to allow more flexibility extending the backend.
- Example `input_keyboard` uses not `delta time`.
- Added `WindowConfig::mouse_passtrhough` to allow mouse events to pass through the window.
- Fix a minor bug in the `egui` plugin recognizing the `CMD` key on `osx`.

## v0.7.0 - 29/09/2022

Expand Down
132 changes: 111 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0dd6636

Please sign in to comment.