Version 0.10.1 (#397)

This commit is contained in:
Paul Rouget 2018-02-05 18:50:13 +01:00 committed by Pierre Krieger
parent b49abbbf17
commit 9b5254adeb
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
# Version 0.10.1 (2018-02-05)
- Added method `os::macos::WindowBuilderExt::with_movable_by_window_background(bool)` that allows to move a window without a titlebar - `with_decorations(false)`
- Implement `Window::set_fullscreen`, `Window::set_maximized` and `Window::set_decorations` for Wayland.
- Added `Caret` as VirtualKeyCode and support OSX ^-Key with german input.