Skip to content

2.1.4

Compare
Choose a tag to compare
@SebastianMC SebastianMC released this 26 Jan 09:57
· 28 commits to master since this release

#126 - Allow to eliminate the ambiguity of four dots ....

  • by default .... means three-dots (a wildcard) with trailing dot
  • use ./... syntax to impose leading dot followed by three-dots (the wildcard)

#127 - support for scenarios when file basename and folder name are the same and their relative order is undetermined by other sorting criteria (e.g. by modified / created dates)

  • by default the last-resort last-level implicit sorting gives priority to a file in the described case
  • new syntax introduced files-first and folders-first to allow explicit controlling of the order, e.g. < a-z, files first