Skip to content

Releases: chfoo/cobbletext

Version 0.2.1

05 May 22:54
v0.2.1
c8a4d0e

Choose a tag to compare

  • Fixed a memory leak (#2)
  • Fixed compatibility with latest version of stb

Unfortunately, builds for macOS and Emscripten are not available. You will need to build the libraries yourself. Sorry for any inconvenience. This is due to a mix of complicated build configuration, third-party server download quotas, cloud services, etc. Microsoft regularly removes old build environments, services, and tooling from GitHub Actions and vcpkg, and updating the project's build configs and dependencies take up time.

v0.2.0

08 May 02:14
v0.2.0
cb61ea2

Choose a tag to compare

  • Removed library clear_glyphs() and added engine clear_tiles().
  • Changed add_inline_object() to accept width and height instead of size.
  • Fixed Engine OutputInfo containing uninitialized values if lay_out() was not called.
  • Fixed dynamic library symbol exports on Windows.
  • Added CMake variable COBBLETEXT_CPP_API to enable C++ API on a dynamic library build for Windows.

v0.1.0

30 Apr 02:19
v0.1.0
0e45a2e

Choose a tag to compare

  • First release

Update: Added zips for Windows for portability. Future releases won't use 7z since it's not saving much bytes anyway.