All Versions
15
Latest Version
Avg Release Cycle
106 days
Latest Release
2477 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.