Skip to content

termsnap-v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 08:45
· 27 commits to main since this release
af16b70

Breaking

  • (lib) [breaking] rename cols -> columns
    (c0fe244)

Features

  • (lib) add methods to access terminal grid cells to Screen
    (a1883d7)
  • implement rendering from ANSI-escaped data on stdin
    (e603f97)

Bug Fixes

  • separate main logic and CLI arguments consistency checks
    (501e629)

Refactor

  • explicitly pass around I/O handles, fixes test
    (0f35410)
  • remove unused code
    (adfb990)

Testing