All Versions
15
Latest Version
Avg Release Cycle
106 days
Latest Release
1972 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.2.1 Changes
August 29, 2019๐ 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๐ 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๐ 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, 2017Implemented 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, 2017Implemented 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๐ 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๐ Fixed bugs:
- 0๏ธโฃ Disable fancy unicode symbols by default. Caused problems on some terminals.
-
v0.1.60 Changes
March 23, 2017Implemented 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, 2017Implemented enhancements:
- โ Added pygments as a dependency.
๐ Fixed bugs:
- โ Added error handling to hostname module should it fail.
-
v0.1.58 Changes
December 01, 2016๐ Fixed bugs:
- ๐ Fixed tests by using newer flake8.
- Treat .ts files the same as .js so (un)commenting .ts files works.