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 # 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)` - 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. - Implement `Window::set_fullscreen`, `Window::set_maximized` and `Window::set_decorations` for Wayland.
- Added `Caret` as VirtualKeyCode and support OSX ^-Key with german input. - Added `Caret` as VirtualKeyCode and support OSX ^-Key with german input.

View file

@ -1,6 +1,6 @@
[package] [package]
name = "winit" name = "winit"
version = "0.10.0" version = "0.10.1"
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"] authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library." description = "Cross-platform window creation library."
keywords = ["windowing"] keywords = ["windowing"]