Stop using DisplayLocks for every MakeCurrent context call.
[platform/core/csapi/opentk.git] / RELEASE_NOTES.md
1 ### 3.0.0-pre
2         * Support for OpenGL 4.6
3         * Replaced JoystickButton enum with simple long. (breaking API change)
4         * Increase available joystick buttons to 64.
5         * Add support for OpenGL ES3 through Angle + DIrect3D.
6         * Fix 2 crashes on android
7         * Move to built-in System.Diagnostics.Debug for Android + iOS
8         * Fix for certain joysticks returning invalid HID pages.
9         * Fix for certain joysticks with negative axis range being inverted.
10         * Fix Xbox controller D-pad on windows
11         * Fix joystick hat position sticking on Linux
12         * Enhance xbox button detection to include GUIDE button.
13         * Fix iOS GL bindings issue introduced by 2ea8334
14         * Fix crash on setting time to <= 0 for iOS + Android.
15         * Several minor XML documentation fixes and enhancements
16         * Fix for angle backbuffer size issue on window resize
17         * Possible fix for broken GLControl package.
18
19 ### 2.0.0
20         * Moved to new FAKE/Paket based build system
21         * Removed superfluous release configurations
22         * Numerous other fixes and enhancements