Skip to content

Comma Chameleon - v0.2.3

Choose a tag to compare

@TekWizely TekWizely released this 03 Nov 18:20
509417b

For port numbers, in both command-line arguments and the config file, this change allows:

  • Quoted numbers (e.g., "54321")
  • Comma-separated numbers (e.g., 54,321)
  • Quoted comma-separated numbers (e.g., "54,321")

This improves usability, especially when copying the port number from JetBrains IDE debug server logs, which often include commas.

Full Changelog: v0.2.2...v0.2.3