Skip to content

v2.0.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 19:32
· 106 commits to main since this release
  • Completely redesigned fully portable build using the new hadron build system (xpm + meson / node-api + conan)
    • Fully self-contained static build that does not depend on any system libraries (conan)
    • Identical on all three supported OS - Linux, Windows and macOS - and browser WASM (meson / node-api)
    • No other requirements for the host machine besides Node.js and npm
    • Optional built-in C++ compiler (xpm)
    • Optional light build against the system-installed shared libraries
    • Fully configurable from the npm install command
    • New CMake-based build system for ImageMagick itself available as a stand-alone project targeted at portable open-source projects that distribute ImageMagick as source - https://github.com/mmomtchev/ImageMagick
    • Support rebuilding from source with Python 3.12 without distutils
  • Drop macOS 11 support