Skip to content

Releases: madbook/seline

0.5.1

09 Feb 15:01
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Bugfixes

  • 5d73fc9 Fixed bug with state being preserved between uses when used as node module
  • 2d26665 Fixed truncated lines not reseting styles
  • 98280e7 Fixed default mode (single selection) showing checkboxes when using --no-color

0.5.0

08 Feb 22:57
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Changes

  • 6bd9f17 Added --no-color flag to not use colors to display selection state
  • 3139bc4 Added --lock-lines flag to prevent reordering lines.
    • 86c946c Enabled by default when using -i flag
  • 6c641f1 Preserve whitespace at beginning of line

Bugfixes

  • d7f022b Fix line indices returning as strings instead of numbers when using -i flag
  • 824e7be Fix -i flag not respecting --preserve-order flag
  • e69f710 Fix --preserve-order flag prepending output with a blank line
  • b25153d Fix range select (shift + s) selecting non-selectable lines
  • a76b057 Added missing descriptions of options to README

0.4.0

02 Feb 01:20
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Changes

  • Added ability to reorder lines
  • Added --skip-blanks flag to allow skipping over empty lines
  • Added --skip-char argument to allow skipping over lines that start with a specified character

Bugfixes

  • Fixed long lines not getting fully highlighted

0.3.0

12 Aug 23:28
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Changes

  • Updated visual style
  • Added ability to select a range of options (shift + s)
  • Added cursor navigation with left / right keys
  • Added --hide-numbers flag
  • Added --preserve-order flag
  • Added --compact flag

Bugfixes

  • Fixed ctrl + c not quitting

0.2.0

08 Aug 03:19
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changes

  • Added limited support for requiring as a module

0.1.2

29 Jul 01:00
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Changes

  • Removed the --harmony flag from the shebang

0.1.1

29 Jun 13:54
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Bugfixes

  • Fixed a bug where using the --version option would throw an error