v2.0.0-rc.3
Pre-release
Pre-release
·
166 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
- Fully self-contained static build that does not depend on any system libraries (
- Drop macOS 11 support