Skip to content

KLibs 0.7.5a9

Compare
Choose a tag to compare
@a-hurst a-hurst released this 25 Jan 01:22
· 109 commits to testing since this release

This is the first attempt at an official, somewhat-stable preview release of KLibs!

Unlike installation of the latest GitHub commit of KLibs, this pre-release does not require Git in order to be installed.

Installation

Under macOS and Windows, you should be able to install this release without any dependencies beyond Python (up to 3.8.x, newer versions require a working C++ compiler for a dependency that doesn't have pre-built 3.9.x binaries yet), using the following command:

python -m pip install https://github.com/a-hurst/klibs/releases/latest/download/klibs.tar.gz

On Linux, you will also need to install the SDL2, SDL2_mixer, and SDL2_ttf libraries using your distribution's package manager.

Notable changes since 0.7.5a8

  • Fixed a bug that prevented the allow_null option from working on user queries with an input type other than "str".
  • Renaming the folder of a KLibs project no longer breaks it, finally allowing for multiple variations of the same task to exist in the same folder.
  • Added support for Git-less installation from Python sdist releases.