Release v2.4.0
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, 5now sorts correctly instead of lexicographically.
Fixed
- Natural sorting now treats dashes as separators, not negative signs.
item-10, item-2sorts asitem-2, item-10instead of reversed (#18).