All Versions
15
Latest Version
Avg Release Cycle
106 days
Latest Release
1673 days ago

Changelog History
Page 1

  • v0.2.1 Changes

    August 29, 2019

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix a bug introduced by 0.2.0, where key bindings weren't set up if the user key config file was missing.
  • v0.2.0 Changes

    June 16, 2019

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix not using the delta argument in the cursor move_up method.
    • ๐Ÿ›  Fix issue where mouse events in prompts could crash suplemon #247
    • ๐Ÿ›  Fix not being able to override default keys with user key bindings

    Implemented enhancements:

    • ๐Ÿ‘ Allow help to be toggled with the help shortcut. Credit @caph1993
    • ๐Ÿ‘ Allow opening files at specific row and column from command line.
  • v0.1.65 Changes

    March 11, 2019

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ”€ Merge all the default config into user config. Credit @Consolatis
    • ๐Ÿ›  Fix diff command highlighting
    • โž• Add shift+pageup and shift+pagedown bindings
    • ๐Ÿ Reuse existing windows on resize. Credit @Consolatis
    • Replace link to gitter chat with freenode webchat. Credit @Consolatis
    • ๐Ÿ”€ Merge default module configs into user config. Credit @Consolatis
    • ๐Ÿ‘• Use daemon mode for lint thread to fix shutdown delay. Credit @Consolatis
    • Simple xterm-256color imitation for curses. Credit @abl

    Implemented enhancements:

    • ๐Ÿ‘ Allow line number padding using spaces instead of zeros. Credit @Consolatis
    • Highlight current line(s) Credit @Consolatis
    • โž• Add crypt module for encrypting buffers with a password
  • v0.1.64 Changes

    December 17, 2017

    Full Changelog

    Implemented enhancements:

    • โœ‚ Add bulk_delete and sort_lines commands.
    • ๐Ÿ’… Lots of code style fixes and improvements. Credit @Gnewbee
    • โž• Add xclip support for system clipboard. Credit @LChris314
    • โž• Added command docs to readme and help.
  • v0.1.63 Changes

    October 05, 2017

    Full Changelog

    Implemented enhancements:

    • โž• Add autocomplete to run command prompt (fixes #171)
    • Increase battery status polling time to 60 sec (previously 10 sec)
    • ๐Ÿ”„ Change the top bar suplemon icon to a fancy unicode lemon.
    • โž• Add paste mode for better pasting over SSH (disables auto indentation)

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Keep top bar statuses of modules in alphabetical order based on module name. (fixes #57)
    • ๐Ÿ›  Prevent restoring file state if file has changed since last time (fixes #198)
  • v0.1.62 Changes

    September 25, 2017

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fixed and re-enabled fancy unicode symbols.
    • ๐Ÿ›  Fixed typos in default configuration. Credit @1fabunicorn (#192)
    • ๐Ÿ›  Fixed error message when loading valid but empty config file (Fixes #196).

    Implemented enhancements:

    • โž• Add ctrl+t shortcut for trimming whitespace
  • v0.1.61 Changes

    May 29, 2017

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • 0๏ธโƒฃ Disable fancy unicode symbols by default. Caused problems on some terminals.
  • v0.1.60 Changes

    March 23, 2017

    Full Changelog

    Implemented enhancements:

    • โž• Add support for the MacOS native pasteboard via pbcopy/pbpaste. Credit @abl
    • โž• Added shift+tab for going backwards when autocompleting files.
    • โž• Added F keys with modifiers and fixed some ctrl+shift keybindings.

    ๐Ÿ›  Fixed bugs:

    • Broader error handling in hostname module.
    • ๐Ÿ–จ Don't print log message when opening file that doesn't exist.
  • v0.1.59 Changes

    February 16, 2017

    Full Changelog

    Implemented enhancements:

    • โž• Added pygments as a dependency.

    ๐Ÿ›  Fixed bugs:

    • โž• Added error handling to hostname module should it fail.
  • v0.1.58 Changes

    December 01, 2016

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fixed tests by using newer flake8.
    • Treat .ts files the same as .js so (un)commenting .ts files works.