Skip to content

Releases: getmilpa/live-tui

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 18:14
65357f3

0.4.1 (2026-08-01)

Bug Fixes

  • deps: el pin de milpa/core acepta la linea 0.7 (241a56a)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 08:19
1b7a0ca

0.4.0 (2026-07-31)

Features

  • a screen that captures text can choose its own quit keys, and see the raw one (562a590)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 00:10
1aa9630

0.3.1 (2026-07-29)

Bug Fixes

  • accept milpa/live ^0.4, which this package already required and nobody could install (d8e8e17)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 01:18
dae6e75

0.3.0 (2026-07-28)

Features

Bug Fixes

  • Grapheme nunca usaba intl — los dos usos eran inalcanzables (dfb636a)
  • la columna del cursor se mide desde su propio renglón (98f1ef4)
  • los loops preguntan a KeyMatcher qué tecla es, en vez de a una tabla propia (cf02a72)
  • un componente que rechaza una acción ya no reporta éxito (884a71e)

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 27 Jul 07:30
d799546

0.2.3 (2026-07-27)

Bug Fixes

  • assemble escape sequences the way a terminal actually delivers them (#8) (89555e4)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Jul 06:55
4648b99

0.2.2 (2026-07-27)

Bug Fixes

  • adopt the terminal's size, at startup and on resize (#6) (2c6fcce)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 06:20
d0ebb6c

0.2.1 (2026-07-27)

Bug Fixes

  • keep every cell, every shape and every attribution header (#4) (127097b)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 03:29
997074b

0.2.0 (2026-07-27)

⚠ BREAKING CHANGES

  • TerminalInterface gains pollInput() and atEndOfInput(). Existing signatures are unchanged, but any external implementor must add the two methods. There are none today — zero dependents on Packagist.

Features

  • drive both TUI loops through TerminalInterface (#2) (a79249d)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 02:16
7cb5445

0.1.0 (2026-07-27)

Features

  • milpa/live-tui — the terminal transport layer for Milpa Live (cbcc8c5)

Bug Fixes

  • docs: map Milpa\Docs\ so the API reference can build (86b8c8d)

Miscellaneous Chores