Releases: dankamongmen/notcurses
Releases · dankamongmen/notcurses
v0.1.0—a chance to create something transcendent
https://github.com/dankamongmen/notcurses/milestone/1
- visibility=hidden by default, control exports via API macro (#56)
- signal handlers for INT, QUIT, and WINCH. they can be turned off via option (#27)
- decode AVFrames (#61)
- complete ncplanes API: movement in xy, resize, movement in z, styles (#11), destroy (#26),
- slider demo (#67)
- render z-buffer (#1)
lots of work. we're getting there.
v0.0.9—big baby jesus, i can't wait
https://github.com/dankamongmen/notcurses/milestone/3
- Initial release
- Support for 24-bit directcolor foregrounds and backgrounds (no quantization down yet, sorry, soon!)
- Support for smcup/rmcup and configurable use thereof
- Support for disabling cursor when available
- Support for hline, vline, box drawing
- Support for loading Extended Grapheme Clusters from UTF-8
- Support for EGC display
- Fast whole-screen rendering (not using a damage map yet)
- Libav support for video/images