Releases: embedded-graphics/embedded-text
0.6.1: internal improvements
0.6.0: embedded-graphics update
v0.6.0 Prepare 0.6.0
v0.5.0
0.5.0-beta.4
This release includes a bunch of bug fixes and two new style properties to control leading and trailing space rendering.
0.5.0-beta.3
This release implements some stable plugins that can be used without enabling the experimental plugin feature. Other changes include:
- an improved editor example to demonstrate the plugin system
- change some implementations of the
Default
trait into const functions instead - fix a few issues
v0.5.0-beta.1
This release updates embedded-text to use embedded-graphics 0.7, as well as includes a few minor features and a large amount of both internal and breaking API changes.
Fix ansi in no_std
This release fixes an issue where the ansi sequence support was not available in no_std
environments.
v0.4.0: Stylish tables
This release adds new features to embedded-text and fixes issues found during testing and development. Highlights:
- Added support for
\t
with configurable tab size - Partial ANSI escape sequence support for inline styling
Scrolling
vertical alignment
v0.3.0: Going vertical!
This release adds new features to embedded-text and fixes issues found during testing and development. Highlights:
- Added support for vertical overflow modes.
- Added option to specify line spacing.
- Support for new special characters:
- soft hyphen (
\u{ad}
)
- soft hyphen (
v0.2.0: New features
This release adds new features to embedded-text. Highlights:
- Support for vertical text alignment.
- Support for some special characters:
- zero-width space (
\u{200B}
). - nonbreaking space (
\u{A0}
). - carriage return (
\r
)
- zero-width space (