Skip to content

0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Feb 15:21
· 4 commits to main since this release

πŸ€ Added

  • Added a new Blocktad drawing format. It works similarly to Octads, but uses blocks instead of braille characters

βš’οΈ Changed

  • Reworked the layer API into a more memory safe form
  • Improved stability and performance of the diffing step (@airblast-dev)
  • Removed unnecessary allocations (@airblast-dev)

πŸ’₯ Breaking

  • Layer is now reserved for internal use, the new public API uses LayerIndex and the create_layer() factory
  • Changed drawing function first args from &mut Layer to &mut Engine and LayerIndex
  • Removed Color::NO_COLOR in favor of Attributes::NO_FG_COLOR and Attributes::NO_BG_COLOR