Skip to content

Release v2.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 08:19
· 3 commits to main since this release
v2.4.0
101fdda

Added

  • Mathematical sorting for pure numeric lists. When natural sort is enabled and all items are numbers (integers, decimals, scientific notation), sorting uses numeric comparison. -90, -10, 5 now sorts correctly instead of lexicographically.

Fixed

  • Natural sorting now treats dashes as separators, not negative signs. item-10, item-2 sorts as item-2, item-10 instead of reversed (#18).