Skip to content

v1.1.1 – Platform Palette

Latest

Choose a tag to compare

@mhucka mhucka released this 21 Nov 17:39
· 1 commit to main since this release

Notable changes:

Updated the set of precompiled wheels:

  • Added Python versions 3.13, 3.14.

  • Added platforms arm64 for macosx and aarch64 for manylinux distributions. The complete set of platforms is: macosx_11_0_arm64, macosx_11_0_x86_64, manylinux_2_26_aarch64, manylinux_2_27_x86_64, and win_amd64.

  • Dropped platform macosx_10_15_x86_64. GitHub has retired macOS 13 workflow runners, which prevents us from testing Chromobius builds on that platform.

Notable bug fixes:

  • Fixed core dump when invoking chromobius without any arguments.
  • Fixed undefined sort function during compilation on some platforms.
  • Avoid exceeding Windows' default path length limits during pip install.