Releases: nabijaczleweli/BearLibTerminal.rs
Releases · nabijaczleweli/BearLibTerminal.rs
v2.0.0
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
Fixed: * Correct arguments are passed through in clear() (332a4111b741c4e2949aaa1e18a34282405918ef) (#4) (@Ryan1729)
v1.3.1: Once we Fn, we will no longer be truly ourselves
Delta: * terminal::with*() functions take FnOnce() instead of Fn() for callbacks
v1.3.0: 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: Add checking for terminal state.
Resides inside the `terminal::state` module.
v1.1.1
Fix bug, where `config::font::Bitmap` wouldn't add `size` to the conf…
v1.1.0
Added new terminal dimensions to `Event::Resize`
v1.0.1
Update bear-lib-terminal-sys to 1.1.1
Fist release.
Fist release.
- Implemented
terminal_read_str()
.
Still to do (low priority):
- Examples for
terminal::
functions.
v0.9.0: Almost release-ready.
Almost release-ready.
- All (except for
ini.
) configuration options in. - Almost all relevant FFI functions in.
- Everything documented.
Still to do:
- Implementing
terminal_read_str()
. - Examples for
terminal::
functions.