Skip to content

tachyonfx-0.10.0

Compare
Choose a tag to compare
@junkdog junkdog released this 07 Dec 11:45
· 8 commits to development since this release
2de5e85

tachyonfx 0.10.0 - 2024-12-07

Added

  • fx::dissolve_to(): dissolves both the characters and style over the specified duration.
  • fx::coallesce_from(): reforms both the characters and style over the specified duration.
  • Example gifs and better rustdoc for the fx module.

Changed/Deprecated

  • Motion replaces Direction to to avoid name clashing with ratatui's Direction enum.
    The deprecated Direction is a type alias for Motion.

Fixed

  • fx::with_duration: clarified misleading documentation.