Skip to content

Tags: Stebalien/term

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 1.0 (#120)

This crate is defacto stable so we might as well move to 1.0.

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
release v0.7.0

This release is mostly a bugfix and cleanup release, but it bumps the
MSRV to 1.36 (1.30 should still work but it's not tested).

v0.6.1

Toggle v0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
release v0.6.1

* removes the dependency on byteorder

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
release v0.6.0

* Update to 2018 edition.
* Update dirs to 2.0.0.

v0.5.2

Toggle v0.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.5.2

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.5.1

Emergency fix for broken Windows build.

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.5.0

* Works with terminfo files compiled for ncurses 0.5.0

v0.4.6

Toggle v0.4.6's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.4.6

* Add fallback support for known ANSI terminals when we can't find the
  appropriate terminfo files. This makes term "work" on, e.g., FreeBSD.

v0.4.5

Toggle v0.4.5's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.4.5

* Make terminfo search path match ncurses the ncurses manual (not the terminfo
  manual). Thanks @meh!
* Remove unnecessary `Send` bound on terminal writer. Thanks @hannobraun!
* Use the correct delete line capability for terminfo terminals. Thanks
  @sourcefrog!
* Internal: use static `&str`s in parsed terminfo database for fewer
  allocations.
* Don't pull in windows libraries unless compiling on windows. Thanks @dimbleby!
* Derive more traits (`Clone`, `Hash`, etc.).

v0.4.4

Toggle v0.4.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Stebalien Steven Allen
Release v0.4.4

No changes. This release is needed to re-upload to crates.io because
0.4.3 was packaged with a buggy cargo.