Comma Chameleon - v0.2.3
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