Skip to content

Releases: FlorianRhiem/pyGLFW

v2.8.0

22 Nov 15:45
Compare
Choose a tag to compare
  • Update to GLFW 3.4

v2.7.0

24 Feb 10:03
Compare
Choose a tag to compare
  • Included GLFW 3.4 functions and definitions without preview

GLFW 3.4 is not included in Python wheels for glfw 2.7.0, due to issues building GLFW 3.4 on the corresponding systems, e.g. manylinux 2014.

v2.6.5

24 Jan 15:29
Compare
Choose a tag to compare
  • Fixed Python version check

v2.6.4

16 Dec 07:38
Compare
Choose a tag to compare
  • Updated to GLFW 3.3.9

v2.6.3

17 Nov 07:46
Compare
Choose a tag to compare
  • Fixed wrapper for glfwGetMonitorWorkarea

v2.6.2

30 Jun 18:35
Compare
Choose a tag to compare
  • Implemented search for GLFW library specific to frozen executables

v2.6.1

26 Jun 18:49
Compare
Choose a tag to compare
  • Revert changes made in 2.6.0
  • Do not search for GLFW library when running in a frozen executable

v2.6.0

23 Jun 17:45
Compare
Choose a tag to compare
  • Use multiprocessing for library version detection on non-Windows systems

v2.5.9

01 Apr 12:34
Compare
Choose a tag to compare
  • Fixed package version in CHANGELOG.md and glfw/init.py

v2.5.8

01 Apr 12:25
Compare
Choose a tag to compare
  • Added more wrappers for unreleased macros