Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2020-09-30 15:44:46 -07:00
parent 1dc2379e3c
commit 63adf9e4db
2 changed files with 17 additions and 1 deletions

View File

@ -1,4 +1,20 @@
5.31
----
New features and API changes:
* Added support for strikethrough mode. This change adds a new
`strikethrough` `Style` value and uses the `smxx` and `rmxx`
Terminfo capabilities to activate and deactivate strikethrough mode,
respectively. If the terminfo does not report those capabilities,
this style is ignored.
* `Output`: added the `setDisplayBounds` field to set the output
dimensions of the output handle; added an implementation of this for
the `TerminfoBased` backend.
Other changes:
* The C prototype for `vty_c_get_window_size` in `gwinsz.h` was fixed.
5.30
----

View File

@ -1,5 +1,5 @@
name: vty
version: 5.30
version: 5.31
license: BSD3
license-file: LICENSE
author: AUTHORS