-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
42 lines (32 loc) · 824 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
3.0.0.5
-------
* Change version numbering to match the GLFW3 release, version is `<GLFW3 VERSION>.version`
* Add `compatible` module for compatibility with other libraries.
* Fix build scripts
* Fix version in __init__ being 0.0.2
0.0.5
-----
* Make C example match Python
* Add more examples
* Add placeholder tests
* Fix GetWindowSize returning None
* Update README format
* Add basic examples
0.0.4
-----
* Fix typo in GetMouseButton (was GetMouseButon)
* Add missing function HideWindow
* Remove sleeps in test
0.0.3
-----
* Add tests
* Add build script
* Add .gitignore
* Remove commented out code
* Fix typo in SetFramebufferSizeCallback
* Fix CreateWindow not having Monitor/Window params
0.0.2
-----
* Add version to cyglfw3/__init__.py
* Fix SetCursorPos being called GetCursorPos
* Fix typo in setup.py