Skip to content

Release Version 4.11.1

Compare
Choose a tag to compare
@scheffle scheffle released this 31 Aug 08:36
· 216 commits to master since this release

What's Changed

  • Update macfactory.h by @NewProggie in #250
  • replace sprintf with snprintf by @scheffle in #255
  • fix close/reopen crash on linux. Fixes #249. by @andreas56 in #251
  • avoid to read extra characters at the end in json resource on Windows
  • change error message when compiler or system is not supported
  • fix wrong mouse location in onMouseMoveEvent
  • add missing GraphicsPath::addEllipse to cairo path
  • fix wrong matrix multiplication
  • make D2DBitmap cache thread safe
  • fix detection of endianness with gcc
  • fix compilation for app on ARM64EC

Full Changelog: vstgui4_11...vstgui4_11_1