Skip to content

v2.2.1

Compare
Choose a tag to compare
@W2Wizard W2Wizard released this 01 Dec 21:23
· 207 commits to master since this release
7c7b119
42MLX_Logo

Version: 2.2.1

Its been a while and I have just enough to push out a minor update. This version includes several documentation fixes as well as some minor bugfixes.

Bugfix

  • Fixed a memory leak due to incorrect freeing of XPM textures.
  • Fixed Typos in docs.
  • Set the correct errno when mlx_texture_to_image fails.

Feature Summary

  • Switched from int to double for mlx_get_time.
  • Added test cases to check if the functionality still persists.
  • Updated GLAD and lodepng to latest.

What's Changed

  • Added WSL set up steps by @Tishj in #48
  • Improve README by @VNNCC in #51
  • Make-it-pretty.mk dude. by @SwenneHacks in #42
  • Fix linking error in makefile docs by @execrate0 in #56
  • Fix readme example code compiler warning by @JellevanKraaij in #57
  • fixed xpm deallocation and switched from int to double for mlx_get_time (more precision) by @senolem in #60
  • Update Basics.md by @ugoi in #64
  • Code cleanup and fixed some typos by @Jeroenvh99 in #63
  • Make a more descriptive functionname and reformulate some documentation by @Jeroenvh99 in #68

New Contributors

  • @Tishj made their first contribution in #48
  • @VNNCC made their first contribution in #51
  • @execrate0 made their first contribution in #56
  • @JellevanKraaij made their first contribution in #57
  • @senolem made their first contribution in #60
  • @ugoi made their first contribution in #64
  • @Jeroenvh99 made their first contribution in #63

Full Changelog: v2.2.0...v2.2.1