crossterm v0.15.0 Release Notes

    • ๐Ÿ›  Fix CTRL + J key combination. This used to return an ENTER event.
    • โž• Add a generic implementation Command for &T: Command. This allows commands to be queued by reference, as well as by value.
    • โœ‚ Remove unnecessary Clone trait bounds from StyledContent.
    • โž• Add StyledContent::style_mut.
    • ๐Ÿ– Handle error correctly for execute! and queue!.
    • ๐Ÿ›  Fix minor syntax bug in execute! and queue!.
    • ๐Ÿ’… Change ContentStyle::apply to take self by value instead of reference, to prevent an unnecessary extra clone.
    • โž• Added basic trait implementations (Debug, Clone, Copy, etc) to all of the command structs
    • ResetColor uses &'static str instead of String