This release contains a backport from the main development to fix a linker/runtime issue on systems only providing core OpenGL 4.1 libraries or lower, as the code contained one function call that is only available from core OpenGL 4.2 and later. This mainly affects macOS, but also some older Linux distributions as well.
GLES builds were not affected as the function wasn't used when building libprojectM for GLES.
What's Changed
- Fix Opengl 4.1 linker issue by @kblaschke in #866
Full Changelog: v4.1.3...v4.1.4