Suplemon v0.1.32 Release Notes

Release Date: 2015-08-12 // over 8 years ago
  • Full Changelog

    Implemented enhancements:

    • ๐Ÿ‘‰ Use Sphinx notation for documenting parameters/return values etc #54
    • Pygments syntax highlighting #52
    • ๐Ÿ‘‰ Make jumping between words also jump to next or previous line when applicable. #48
    • Retain cursor x coordinate when moving vertically. #24
    • โž• Add line number coloring to linelighters. #23
    • ๐Ÿ‘ Native clipboard support #73
    • Installing system-wide #75
    • โž• Added a changelog. The new version is much more mature than before, and there are a lot of changes. That's why this is the first changelog (that should have existed long before)

    Closed issues:

    • Auto hide keyboard shortcuts from status bar #70

    ๐Ÿ›  Fixed bugs:

    • Using delete at the end of multiple lines behaves incorrectly #74

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Implemented jumping between lines. Fixes #48. #72 (richrd)
    • Pygments-based highlighting #68 (Jimx-)