Skip to content

Releases: JuliaGL/GLFW.jl

v3.4.3

07 Jul 12:02
d9037c2
Compare
Choose a tag to compare

GLFW v3.4.3

Diff since v3.4.2

Merged pull requests:

  • Add new InitHint API and constants & use on Linux to prefer X11 (#238) (@jmert)

v3.4.2

02 Jul 19:26
7d50716
Compare
Choose a tag to compare

GLFW v3.4.2

Diff since v3.4.1

Merged pull requests:

Closed issues:

  • Julia loading Julia's libstdc++ instead of system, causes inscrutable errors (#198)
  • EGL support? (#208)
  • libGL error: failed to load driver: swrast (#211)
  • Don't know how to install this? (#215)
  • Going to fullscreen causes a crash on macOS (Apple M1) (#221)
  • unable to load GLMakie (#231)

v3.4.1

29 Mar 19:25
6e9092c
Compare
Choose a tag to compare

GLFW v3.4.1

Diff since v3.4.0

Closed issues:

  • GLFW does not rebuild correctly after build failure (#178)
  • Segfaulting on GLFW.CreateWindow with Julia v1.5.0 (#201)
  • GLFW.SetWindowUserPointer/GLFW.GetWindowUserPointer (#206)
  • [Vulkan] Creating window surface cannot work on macOS (#207)
  • inaccurate performance counters (#209)
  • Compatability with julia-vscode? (#210)
  • test fail for Manjaro on Renoir APU (#212)

Merged pull requests:

v3.4.0

15 Aug 07:08
5273d9a
Compare
Choose a tag to compare

GLFW v3.4.0

Diff since v3.3.0

Closed issues:

  • folder not found when building (#98)

Merged pull requests:

v3.3.0

13 Aug 02:09
05f7961
Compare
Choose a tag to compare

GLFW v3.3.0

Diff since v3.2.2

Merged pull requests:

v3.2.2

29 Jan 16:33
v3.2.2
f7a757a
Compare
Choose a tag to compare

v3.2.2 (2020-01-29)

Diff since v3.2.1

Closed issues:

  • Upgrade to 3.3.2 (#195)

Merged pull requests:

v3.2.1

26 Dec 04:32
v3.2.1
Compare
Choose a tag to compare

v3.2.1 (2019-12-26)

Diff since v3.2.0

Closed issues:

  • Missing MonitorProperties (#193)

v3.2.0

24 Dec 00:32
v3.2.0
0950b84
Compare
Choose a tag to compare

v3.2.0 (2019-11-29)

Diff since v3.1.0

Merged pull requests:

v3.1.0

12 Aug 13:43
v3.1.0
7a68794
Compare
Choose a tag to compare

v3.1.0 (2019-08-10)

Diff since v3.0.0

Merged pull requests:

  • Expose a thinner method over GetRequiredInstanceExtensions (#187) (Gnimuc)

v3.0.0

08 Aug 17:24
e3330c4
Compare
Choose a tag to compare
  • Upgraded to GLFW v3.3.
  • Dropped support for Julia v0.7.
  • Switched package metadata from REQUIRE to Project.toml.
  • Switched package build process from BinaryDeps to BinaryProvider.
  • Windows and MacOS builds are downloaded from https://github.com/JuliaGL/GLFWBuilder.
  • Linux builds continue to be from source.
  • FreeBSD builds from source are fixed (thanks @iblis17).