Releases: richrd/suplemon
Releases · richrd/suplemon
v0.2.0
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.64
v0.1.63
v0.1.61
v0.1.60
v0.1.59
v0.1.58 (Maintenance Release)
Release 0.1.58
0.1.55
Version 0.1.50
Changes:
- Implemented new input prompt based on Editor. Fixes #95
- Better string formatting (more use of
format
). - Refactored keymap to separate file with Sublime Text syntax.
- Mapped Ctrl+Z and Ctrl+Y to undo / redo.
- Implemented tab indicators
- Improved running modules from key bindings
- Added prompt for creating missing dirs during save_as
- Fixed logging on Python 2.6 and disabled unicode symbols on Python 2.X
- Restructured config command, added keymap command.
- Began refactoring better separation for Viewer and Editor
- Added more scopes to lexer.
- Dark status bars by default.
- Some performance optimization.
- Updated readme.
Suplemon v0.1.44
Bugfixes.