Skip to content

Conversation

@Kamyil
Copy link
Owner

@Kamyil Kamyil commented Nov 27, 2025

Summary

  • Fixes issue T/L open bowser Not work with params #42 where T/L browser opening didn't work with URLs containing query parameters
  • On Windows, the & character in URLs was being interpreted as a command separator by cmd.exe
  • Refactored browser opening code into a dedicated helper function

Changes

  • Extract open_url_in_browser() helper function for cleaner, DRY code
  • Fix Windows implementation: use start "" url instead of start url to properly handle URLs with & characters
  • Add test cases for Zentao-style URLs with query parameters

- Extract open_url_in_browser() helper function for cleaner code
- Fix Windows: use 'start "" url' to prevent & being interpreted as command separator
- Add tests for URLs with query parameters (issue #42 Zentao-style URLs)

Closes #42
@Kamyil Kamyil force-pushed the fix/issue-42-url-query-params branch from c651dd2 to 852dbef Compare November 27, 2025 14:23
@Kamyil Kamyil merged commit 117dd10 into main Nov 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants