vty v5.26 Release Notes

Release Date: 2019-10-01 // over 4 years ago
    • โš  Resolved various import warnings (thanks @glguy)
    • โœ‚ Removed the MonadIO constraint from the Output type's fields and removed MonadFail uses (PR #177, thanks @glguy)
    • ๐Ÿ“š Clarified documentation for ANSI colors (thanks Colby Jenn)
    • Graphics.Vty.Attributes no longer re-exports Graphics.Vty.Attributes.Color
    • The Graphics.Vty.Attributes.Color module is now exposed (thanks Colby Jenn)
    • Raised upper bound for microlens to 0.4.12 (thanks Artyom Kazak)
    • ๐Ÿ”„ Changed from using System.Posix.Env.getEnv to System.Environment.lookupEnv (thanks Jonathan Osser)
    • โž• Added Graphics.Vty.Image functions for dealing with character width computations on Text values instead of Strings:
      • safeWctwidth
      • safeWctlwidth
      • wctwidth
      • wctlwidth