Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 3.41 KB

1.9.1

  • The extension now supports vscode.dev and github.dev.

1.9.0

  • Update icon to play well with dark backgrounds (#51) via @Pustur
  • New context menu item (#52) via @petty
  • Add tests for shuffle sorts (#56) via @merelj
  • Migrate to GitHub Actions and automate release (#56, #61, #63) via @Tyriar
  • Upgrade to TypeScript 3.7, Mocha 6 and new VS Code test framework (#62) via @Tyriar
  • New remove duplicate lines command (#57) via @merelj
  • Enable TypeScript strict mode (#64) via @Tyriar
  • Make sorts aware of multi-length characters (#65) via @Tyriar
  • Make all commands use stable sorts (#66) via @Tyriar

1.8.0

  • Added sortLines.sortEntireFile setting (defaults to false) that sorts the entire file when there is no selection #43 via @chrsmutti

1.7.0

  • Added sortLines.filterBlankLines setting (defaults to false) #35 via @SoftwareApe

1.6.0

  • Added sortLines.sortLinesVariableLength and sortLines.sortLinesVariableLengthReverse commands to sort by variable length #30 via @labithiotis
  • Added sortLines.sortLinesCaseInsensitiveUnique command to sort case insensitively and remove duplicates #29 via @lynxnake
    • Convert to TypeScript
    • Add TSLint
    • Add CI
    • Add tests

1.5.0

  • Added sortLines.sortLinesNatural command sort lines alphabetically but group together digits #26 via @Gerrit-K
  • Remove backtick from install heading #23 via @wald-tq
  • Made a note in the README about default keybinding overriding toggle breakpoint #22 via @Tyriar

1.4.1

  • Added sortLines.sortLinesLineLengthReverse command to sort lines by line length (descending) #21 via @prplx
  • Improved clarity of command titles #20 via @Eldaw

1.3.0

  • Added sortLines.sortLinesShuffle command to shuffle lines randomly #12 via @mhavas.