Skip to content

Releases: nabijaczleweli/BearLibTerminal.rs

v2.0.0

15 Jan 16:27
v2.0.0
28bb46f
Compare
Choose a tag to compare
And so life has been thrusted upon her once more

BREAKING:
  * Support named fonts
    (effd270fdbf7476af1426749a98eb2d85322bb3d)
    (f86fa213d39241dc46f0aabe3e3ddfa7683bd710)
    (b22224a314137715ec4fb68962862825bc6653c7)
    (25e9e4d4f67e0f69c32e49488c5a1cf20fbc41f5)
    (#8) (@HenryTheCat)

Fixed:
  * Copypasta error in Bitmap documentation referring to true_type()
    (2f8de005fb5be87872f5a66d0e824c1756f28024)
  * Broken RawGit links to GitHack
    (5e95a495bc3a9c26b5ba54b4b5d82f36bfd2f65a)
  * CI deployment credentials
    (ea5f3afee426ecf34f311c78910ae0b69d052788)
    (28bb46fb7e0a41d93d49c802988c2808c3b63e3d)

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

v1.3.3: Fixbuggers

22 Mar 22:38
v1.3.3
b3c824d
Compare
Choose a tag to compare
Fixed:
  * Correct arguments are passed through in clear()
    (332a4111b741c4e2949aaa1e18a34282405918ef)
    (#4)
    (@Ryan1729)

v1.3.1: Once we Fn, we will no longer be truly ourselves

27 Oct 00:08
v1.3.1
49bd50e
Compare
Choose a tag to compare
Delta:
  * terminal::with*() functions take FnOnce() instead of Fn() for
    callbacks

v1.3.0: Add infinite Event iterator

14 Jan 16:57
v1.3.0
f2c5db5
Compare
Choose a tag to compare
Used as:
```rust
for event in terminal::events() {
    // event processing
}
```
Which is Rustier, than the while-let one.

v1.2.0: Add checking for terminal state.

06 Jan 18:14
v1.2.0
d631f6f
Compare
Choose a tag to compare
Resides inside the `terminal::state` module.

v1.1.1: Fix bug, where `config::font::Bitmap` wouldn't add `size` to the conf…

02 Jan 17:54
v1.1.1
8e8a6f1
Compare
Choose a tag to compare

v1.1.0

02 Jan 11:00
v1.1.0
e09c32e
Compare
Choose a tag to compare
Added new terminal dimensions to `Event::Resize`

v1.0.1

31 Dec 15:54
v1.0.1
65f1ff6
Compare
Choose a tag to compare
Update bear-lib-terminal-sys to 1.1.1

Fist release.

31 Dec 15:22
v1.0.0
0b46f11
Compare
Choose a tag to compare

Fist release.

Still to do (low priority):

  • Examples for terminal:: functions.

v0.9.0: Almost release-ready.

29 Dec 17:27
v0.9.0
6e3d05d
Compare
Choose a tag to compare
Pre-release

Almost release-ready.

  • All (except for ini.) configuration options in.
  • Almost all relevant FFI functions in.
  • Everything documented.

Still to do: