Skip to content

v1.5

Latest

Choose a tag to compare

@Laoujin Laoujin released this 04 Jul 07:52

What's new

Smarter numbered-index parsing — indexes are now classified per argument instead of once on the whole line:

  • ga 012 3 splits across spaces and stages files 0, 1, 2, 3 (previously errored, treating 012 as index 12).
  • A leading zero forces a split into single-digit indexes even when 10+ files make the number a valid index: ga 017 → 0, 1, 7.
  • Unchanged: a plain in-range number stays a single index (ga 15 → index 15).

Full diff: v1.4...v1.5