Skip to content

Releases: a-kenji/tui-term

v0.1.13

07 Aug 13:38
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.28.0.

What's Changed

  • refactor: prefer area() to size() by @a-kenji in #222
  • refactor: remove deprecated get_mut() function by @a-kenji in #223
  • chore: move treefmt.toml until upstream fix is in by @a-kenji in #216
  • chore: update ratatui and crossterm by @a-kenji in #221

Full Changelog: v0.1.12...v0.1.13

v0.1.12

25 Jun 19:35
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.27.0.

What's Changed

  • fix(example/smux): don't crash on some control codes by @kxxt in #189
  • chore(deps): bump cachix/cachix-action from 14 to 15 by @dependabot in #199
  • chore(deps): bump insta from 1.38.0 to 1.39.0 by @dependabot in #197
  • chore(deps): bump tokio from 1.37.0 to 1.38.0 by @dependabot in #203
  • chore(deps): bump ratatui from 0.26.3 to 0.27.0 by @dependabot in #205

Full Changelog: v0.1.11...v0.1.12

v0.1.11

04 May 10:57
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.26.2.

Consumers that implement the Screen trait manually
may want to look into how the underlying implementation changed in #182.

What's Changed

  • Fix parameter order of crossterm resize event by @kxxt in #176
  • Implement resize for the smux example by @kxxt in #177
  • examples: smux handle control characters by @a-kenji in #178
  • examples: show cursor on focused pane in the smux example by @a-kenji in #179
  • ci(fix): correct the buildbot base branch by @a-kenji in #183
  • fix: render cells that has no content but styles by @kxxt in #182

Full Changelog: v0.1.10...v0.1.11

v0.1.10

16 Apr 12:31
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.26.2.
BREAKING: MSRV is now rustc --version: 1.74.0.

Full Changelog: v0.1.9...v0.1.10

v0.1.9

28 Mar 14:03
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.26.1.

This release increases tui-term's flexibility.

The two notable changes are breaking changes:

  • Looser coupling with vt100 #152
    It is now possible to implement the Screen trait for alternative backend parser implementations.
    • PseudoTerminal now contains a generic.
    • Automatic dereferencing no longer works for the constructor e.g. PseudoTerminal::new(&parser.screen()) will fail.
  • ratatui's default features are not activated by default anymore, allowing for easier composition with backends other than crossterm
    • consumers might need to manually activate the default features of ratatui now.

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8

14 Feb 21:37
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.26.1.

What's Changed

  • chore(deps): bump ratatui from 0.26.0 to 0.26.1

Full Changelog: v0.1.7...v0.1.8

v0.1.7

02 Feb 16:23
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.26.0.

What's Changed

  • Add unstable controller interface, for oneshot commands.
    Please see the examples for more details.
  • The visibility of the cursor can now be set.

Full Changelog: v0.1.6...v0.1.7

tui-term-v0.1.6

18 Dec 14:42
8c5e88b
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.25.0.

What's Changed

  • examples: improve cross platform support in #95
  • bench: init divan in #96
  • chore(doc): fix typo by @kyu08 in #108
  • chore(doc): fix typo by @kyu08 in #109
  • fix: change note type in #123
  • chore(deps)!: bump ratatui from 0.24.0 to 0.25.0 in #124

New Contributors

Full Changelog: v0.1.5...v0.1.6

tui-term-v0.1.5

25 Oct 09:40
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.24.0.
BREAKING: MSRV is now rustc --version: 1.70.0.

What's Changed

  • chore(fmt): init taplo in #75
  • ci: init merge queue in #77
  • chore(deps): bump ratatui from 0.23.0 to 0.24.0 #92

Full Changelog: v0.1.4...v0.1.5

tui-term-v0.1.4

28 Aug 13:55
Compare
Choose a tag to compare

This release is compatible with the currently released ratatui: v0.23.0.

What's Changed

  • chore: use nightly formatter
  • chore(deps): update ratatui v0.22.0 -> v0.23.0

Full Changelog: v0.1.3...v0.1.4