Skip to content

Releases: embedded-graphics/embedded-text

0.6.1: internal improvements

01 Sep 06:08
Compare
Choose a tag to compare

0.6.0: embedded-graphics update

01 Sep 06:07
Compare
Choose a tag to compare
v0.6.0

Prepare 0.6.0

v0.5.0

08 Sep 16:21
Compare
Choose a tag to compare

Stable release of embedded-text 0.5.0.

This release fixes a whitespace rendering inconsistency and hides a small number of private API.

0.5.0-beta.4

16 Aug 20:26
Compare
Choose a tag to compare

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

08 Aug 10:55
Compare
Choose a tag to compare

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

04 Jun 17:56
Compare
Choose a tag to compare

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

25 Apr 18:42
Compare
Choose a tag to compare

This release fixes an issue where the ansi sequence support was not available in no_std environments.

v0.4.0: Stylish tables

26 Nov 14:30
Compare
Choose a tag to compare

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!

02 Oct 13:05
Compare
Choose a tag to compare

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})

v0.2.0: New features

15 Aug 11:48
afa7a71
Compare
Choose a tag to compare

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)