Version 1.2.0 #66
GuardKenzie
announced in
Announcements
Replies: 1 comment 1 reply
-
Binaries are now up on PyPi |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Added bindings for most of the new API introduced in Chafa version 1.14
New stuff
Frame
,Image
andPlacement
classes which allow you to control how the image is placed on the canvas. Also added theCanvas.placement
property to assign a placement to the canvas.Tuck
andAlign
enumerators to be used withPlacement
TermInfo.emit()
method which allows you to emit terminal control sequences to do cool stuff like move the cursor around and make animations:src/chafa
directory and broke the mainchafa.py
file into multiple different Python files where appropriate.manylinux_2_28
What's missing
There are no bindings yet for
chafa_canvas_print_rows
andchafa_canvas_print_rows_strv
Full Changelog: v1.1.0...v1.2.0
If you are having trouble, head over to the discussions and if you find a bug, please open an issue.
Ps:
Sorry this release took such a long time, and for my inactivity. I have been busy with graduating with a bachelor's in mathematics, moving countries, starting my master's program, recovering from surgery and just general life stuff. Hopefully the next release will not take so long, hehe.
Have fun
❤️
This discussion was created from the release Version 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions