mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +11:00
Publish 0.11.0 (#404)
This commit is contained in:
parent
4cce65274f
commit
4abcc164cd
|
@ -1,13 +1,16 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# Version 0.11.0 (2018-02-09)
|
||||||
|
|
||||||
- Implement `MonitorId::get_dimensions` for Android.
|
- Implement `MonitorId::get_dimensions` for Android.
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
||||||
|
# Version 0.10.1 (2018-02-05)
|
||||||
|
|
||||||
|
*Yanked*
|
||||||
|
|
||||||
# Version 0.10.0 (2017-12-27)
|
# Version 0.10.0 (2017-12-27)
|
||||||
|
|
||||||
- Add support for `Touch` for emscripten backend.
|
- Add support for `Touch` for emscripten backend.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.10.1"
|
version = "0.11.0"
|
||||||
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"]
|
||||||
|
|
Loading…
Reference in a new issue