Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

44 lines (30 loc) · 1.51 KB

1.7.0

  • Added Randomize Lines
  • Added Selection As JSON String

1.6.0

  • Added Count Duplicate Lines As New Document which will count the number of occurrences of each line
  • Added Trim Lines which will trim beginning and ending of lines selected
  • Improved Align CSV and Compact CSV to allow for specifying custom delimiter

1.5.0

  • New Feature Macro Scripts
    • Write text editor macros as scripts
    • Currently this feature is Experimental - for reference d-akara#13

1.4.0

  • Enhanced Filter Lines As New Document command
    • Realtime filtering as you type for smaller documents
    • Add contextual lines relative to filtered lines to output
  • New document commands now create document title related to original instead of generic untitled
  • Updated some command descriptions and titles
  • Fixed bug in filtering commands which prevented filtering properly on selections

1.3.2

  • Added Lines As JSON command which Converts each line to a JSON string. Useful for easily creating snippet bodies from selected text

1.2.0

  • Added Select Lines command which expands all current find match results or cursors to full line selections

1.1.0

  • Changed Align CSV to preserve delimeter so that it can be used for round trip editing
  • Added Compact CSV command so that aligned CSV can be restored to its compact format

1.0.2

  • Added Copy To New Document command
  • Changed regex filters to use case insensitve

1.0.0

  • Initial release