Skip to content

Releases: richrd/suplemon

v0.2.0

16 Jun 20:56
Compare
Choose a tag to compare

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.64

25 Dec 13:36
Compare
Choose a tag to compare
Release 0.1.64

v0.1.63

27 Nov 20:46
Compare
Choose a tag to compare
Release 0.1.63

v0.1.61

29 May 14:58
Compare
Choose a tag to compare
Release 0.1.61

v0.1.60

24 Mar 08:18
Compare
Choose a tag to compare
Updated readme.

v0.1.59

24 Feb 11:49
Compare
Choose a tag to compare
Release 0.1.59

v0.1.58 (Maintenance Release)

01 Dec 18:04
Compare
Choose a tag to compare

0.1.55

01 Aug 00:26
Compare
Choose a tag to compare
0.1.55 Pre-release
Pre-release
  • Faster loading when linting lots of files
  • Use invisibles setting in TextMate themes #77
  • Show key legend based on config instead of static defaults #157

Version 0.1.50

13 Mar 16:50
Compare
Choose a tag to compare
Version 0.1.50 Pre-release
Pre-release

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

27 Jan 13:50
Compare
Choose a tag to compare
Suplemon v0.1.44 Pre-release
Pre-release

Bugfixes.