Skip to content

Tags: nabijaczleweli/BearLibTerminal.rs

Tags

v2.0.0

Verified

This tag was signed with the committer’s verified signature.
And so life has been thrusted upon her once more

BREAKING:
  * Support named fonts
    (effd270)
    (f86fa21)
    (b22224a)
    (25e9e4d)
    (#8) (@HenryTheCat)

Fixed:
  * Copypasta error in Bitmap documentation referring to true_type()
    (2f8de00)
  * Broken RawGit links to GitHack
    (5e95a49)
  * CI deployment credentials
    (ea5f3af)
    (28bb46f)

New:
  * @HenryTheCat in authors list
    (5e95a49)

v1.4.0

Verified

This tag was signed with the committer’s verified signature.
…only embers remain.

Fixed:
  * PRs not building due to lack of checks around encrypted variables
    (e6800ee)

New:
  * Alt key handling
    (83bccdb)
    (b7fa45a)
    (#5) (#6) (@mbilker)
  * @mbilker in authors list
    (a120d78)

Changed:
  * Protocol to HTTPS for crate version image
    (4464bb5)

v1.3.3

Verified

This tag was signed with the committer’s verified signature.
Fixbuggers

Fixed:
  * Correct arguments are passed through in clear()
    (332a411)
    (#4)
    (@Ryan1729)

v1.3.2

Verified

This tag was signed with the committer’s verified signature.
FEATURES!

But not any new ones from this crate. Move along, citizen.

v1.3.1

Verified

This tag was signed with the committer’s verified signature.
Once we Fn, we will no longer be truly ourselves

Delta:
  * terminal::with*() functions take FnOnce() instead of Fn() for
    callbacks

v1.3.0

Verified

This tag was signed with the committer’s verified signature.
Add infinite Event iterator

Used as:
```rust
for event in terminal::events() {
    // event processing
}
```
Which is Rustier, than the while-let one.

v1.2.0

Verified

This tag was signed with the committer’s verified signature.
Add checking for terminal state.

Resides inside the `terminal::state` module.

v1.1.1

Verified

This tag was signed with the committer’s verified signature.
Fix bug, where `config::font::Bitmap` wouldn't add `size` to the conf…

…ig string

v1.1.0

Verified

This tag was signed with the committer’s verified signature.
Added new terminal dimensions to `Event::Resize`

v1.0.1

Verified

This tag was signed with the committer’s verified signature.
Update bear-lib-terminal-sys to 1.1.1