Skip to content

v1.0.0-beta.3

Choose a tag to compare

@Cadons Cadons released this 15 Mar 11:14
· 36 commits to main since this release
27ea3b2

What's Changed

  • Fix VCPKG port build failures: Removed unused #include <print> and replaced std::format with fmt::format (PR #11)
  • Fix Windows x86 calling convention mismatch for HPDF error handler (PR #12)

Important Note for Users

As you mentioned, if you have installed the library and are using CMake's find_package, you must now explicitly require:

find_package(fmt CONFIG REQUIRED)

This requirement is due to the replacement of std::format with fmt::format. The next version is expected to add support for fmt as part of the Docraft find_package requirements, making this unnecessary in future releases.

View the full release | View full changelog