Revision history for Termbox2

0.0.1 - 12th July 2026

  * Initial release: NativeCall bindings to termbox2, covering the full
    public, non-deprecated API (see README's "Not bound" section for the
    documented exceptions).
  * Local patch to the vendored termbox2.h: CSI normal-mode arrow/Home/End
    key fallbacks, for terminals that request application mode but don't
    reliably honor it.
  * eg/ examples adapted from Sanko Robinson's Perl Termbox module.
  * Tagged exports (:errors, :keys, :styles, :events, :modes, :cells,
    :subs), inspired by José Joaquín Atria's original Raku Termbox binding.
  * Test suite covering every exported constant's value, every bound
    function, and the export set itself.

0.0.2 - 12th July 2026
  * Fixed the module setup so that fez includes the Makefile.in file in
    the build.

0.0.3 - 12th July 2026
  * Anothter try at the fez fix.

0.0.4 - 12th July 2026
  * Reverted the fex fixes, as they did not work. Manually build the
    distribution instead of using fez.

0.0.5 - 13th July 2026
  * Declared the module's version (:ver<0.0.5>) in lib/Termbox2.rakumod,
    and added a test asserting it matches META6.json and this file's
    latest entry.
  * Added a 'buildgz' script to manually build a distribution.