Skip to content

Releases: Kir-Antipov/LineSorter

LineSorter 4.8

30 Jul 03:24
Compare
Choose a tag to compare
  • Now all my extensions work on the basis of a single API, which made it possible to simplify some things and repeatedly reduce the weight of extensions!

LineSorter 4.7

20 Jun 20:30
Compare
Choose a tag to compare
  • Improved icon for small sizes
  • Fixed exception due to blocked clipboard (#6)

LineSorter 4.6

20 Jun 20:20
Compare
Choose a tag to compare
  • Visual Studio MPF 15.0 reference fixed (#5 )

LineSorter 4.5

29 Apr 18:16
Compare
Choose a tag to compare
  • New cool icon by Dessader :3
  • New compilers support (no more limitations when creating custom sorts)
  • Fixed inappropriate create-custom-sort window behavior
  • Ha-ha. From the very first version I forgot about character escaping in regex: "/*.*/"

LineSorter 4.0

13 Feb 13:01
Compare
Choose a tag to compare
  • VS 2019 support (#1)
  • Different newline representations now available to work with (#2)
  • Custom sorting's windows should now display correctly (#3)

LineSorter 3.5

13 Sep 11:00
Compare
Choose a tag to compare
  • 3 different scenarios for processing empty lines:
    • Remove
    • Process as ordinary string
    • Process as mask
  • Fixed critical bug with deletion custom sorts on extension update

LineSorter 3.0

07 Sep 04:25
Compare
Choose a tag to compare
  • Impressive refactoring
  • Add custom command functional was added

LineSorter 2.5

29 Aug 20:37
Compare
Choose a tag to compare
  • Templates are created for convenient addition of new commands
  • Random line mixing command was added