Releases: salt-die/batgrl
Fix sixel support.
Include cython files in source distribution. (Part 3)
Include cython files in source distribution.
Include cython files in source distribution.
Include cython files in source distribution.
Include cython files in source distribution.
Include cython files in source distribution.
Fix for terminals incorrectly reporting support for SGR Pixels.
Fix for terminals incorrectly reporting support for SGR Pixels.
In the buf
Added read_buffer function in texture_tools to read textures from bytes.
Sitting in trees.
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
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_gadgethad an unfortunate typo.- Use
libc.stdintinteger types in fbuf.h
It wasn't my fault, I swear.
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_gadgethad an unfortunate typo.
The Incredible, Editable Egg.
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.