mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-30 02:13:36 +03:00
update changelog
This commit is contained in:
parent
088b6469b3
commit
e568a9a312
10
CHANGELOG
10
CHANGELOG
@ -3,16 +3,20 @@
|
|||||||
structure of properties interface.
|
structure of properties interface.
|
||||||
* The default picture for an image now uses the "clear" background. This background fills
|
* The default picture for an image now uses the "clear" background. This background fills
|
||||||
background spans with spaces or just ends the line.
|
background spans with spaces or just ends the line.
|
||||||
|
* Previously the background defaulted to the space character. This causes issues copying
|
||||||
|
text from a text editor. The text would end up with many extra spaces at the end of the
|
||||||
|
line.
|
||||||
* Layer support
|
* Layer support
|
||||||
* Each layer is an image.
|
* Each layer is an image.
|
||||||
* The layers for a picture are a list of images.
|
* The layers for a picture are a list of images.
|
||||||
* The first image is the top-most layer.
|
* The first image is the top-most layer.
|
||||||
* The final rendering is as if the bottom layer (last image) was rendered, then the next
|
* The final rendering is as if the bottom layer (last image) was rendered, then the next
|
||||||
(second to last image) etc.
|
(second to last image) etc.
|
||||||
* Background image components are transparent. Background image components kinda mean that
|
* The transparent areas for a layer are the background image components.
|
||||||
the picture background should be shown unless the layer below defines content.
|
* If the background is clear there is no background layer.
|
||||||
|
* If there is a background character then the bottom layer is the background layer.
|
||||||
* compatibility improvements:
|
* compatibility improvements:
|
||||||
* terminfo based terminals with no cursor support are now silently accepted. The cursor
|
* terminfo based terminals with no cursor support are silently accepted. The cursor
|
||||||
visibility changes in the Picture will have no effect.
|
visibility changes in the Picture will have no effect.
|
||||||
* alternate (setf/setb) color maps supported. Though colors beyond the first 8 are just a
|
* alternate (setf/setb) color maps supported. Though colors beyond the first 8 are just a
|
||||||
guess.
|
guess.
|
||||||
|
Loading…
Reference in New Issue
Block a user