Skip to content

Releases: salt-die/batgrl

Fix sixel support.

01 Jan 00:56

Choose a tag to compare

Last release introduced a bug that prevented enabling sixel support. This should fix it.

Include cython files in source distribution. (Part 3)

23 Dec 19:30

Choose a tag to compare

Include cython files in source distribution.

Include cython files in source distribution.

23 Dec 19:14

Choose a tag to compare

Include cython files in source distribution.

Include cython files in source distribution.

23 Dec 18:05

Choose a tag to compare

Include cython files in source distribution.

Fix for terminals incorrectly reporting support for SGR Pixels.

04 Dec 18:08

Choose a tag to compare

Fix for terminals incorrectly reporting support for SGR Pixels.

In the buf

22 Nov 01:44
f78c945

Choose a tag to compare

Added read_buffer function in texture_tools to read textures from bytes.

Sitting in trees.

21 Oct 05:56

Choose a tag to compare

Replaced pygments with tree-sitter!
Check out https://github.com/salt-die/batgrl/blob/main/examples/basic/syntax_highlighting.py to see it in action.

It wasn't my fault, I swear. Part 2

29 Jun 03:19

Choose a tag to compare

A couple of bug fixes:

  • Numpy changed how it casts IntFlag between 2.0 and 2.1 which breaks bitwise-or with Style.
  • Gadget.collides_gadget had an unfortunate typo.
  • Use libc.stdint integer types in fbuf.h

It wasn't my fault, I swear.

29 Jun 02:12

Choose a tag to compare

A couple of bug fixes:

  • Numpy changed how it casts IntFlag between 2.0 and 2.1 which breaks bitwise-or with Style.
  • Gadget.collides_gadget had an unfortunate typo.

The Incredible, Editable Egg.

15 Jun 08:46

Choose a tag to compare

Refactor TextPad and Textbox editable text gadgets. Added public replace_text methods for both which replaces private _del_text and _add_text methods and simplifies undo/redo stack handling. Contiguous text edits are now joined in undo/redo stacks to save space.

Continue to try to fix dtype size issues on different systems, revisiting #39 once again.