asciimatics v1.0.0 Release Notes

    • โž• Added Bressenham line drawing algorithm with anti-aliasing.
    • โž• Added Random Noise effect.
    • โž• Added support for blessed as well as curses - if you want to continue to use curses, construct the Screen using the from_curses() class method.
    • ๐Ÿ›  Fixed up some docs errors.