Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 1.14 KB

File metadata and controls

65 lines (35 loc) · 1.14 KB

Changelog

0.3.0 - 2026-02-17

Fixed

  • Fix struct update warnings on Elixir 1.17+ (#3, @skeltoac)
  • Fix set_colors when only foreground or background is set (#4, @skeltoac)

Added

  • Support tmux and screen terminal types (#5, @skeltoac)
  • Support 256-color palette in 8-color terminals (#6, @skeltoac)

Maintenance

  • Update typedstruct 0.5.3 -> 0.5.4
  • Add expublish with publish alias

[0.2.2] - 2025-05-08

Fixed

  • Fix box rendering overflow [cr: ggwpez]

[0.2.1] - 2025-01-22

Fixed

  • Replace List.zip with Enum.zip

[0.2.0] - 2024-11-25

New features

  • Added support for xterm, linux and rxvt consoles

[0.1.2] - 2024-08-12

Fixed

  • Fixed version in mix file.

[0.1.1] - 2024-08-12

Fixed

  • Added description to Mix project definition.

[0.1.1] - 2024-08-12

Fixed

  • Added description to Mix project definition.

[0.1.0] - 2024-08-12

Known issues

  • The logical rendering process is relatively expensive. For views that change substantially and on a frequent basis, it is not web-scale.
  • Only xterm-256color is supported in this release.