v1.0.4
·
2 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
[1.0.4] - 2026-08-09
Fixed
- Connection import now handles unencoded special characters (
@,#,&,?,:,/, spaces) in passwords when pasting a URI — no manual percent-encoding required - Connection import now resolves the correct host when a URI contains
@in both the password and a query-parameter value (scored candidate parsing instead of rightmost-@only) - Connection import now rejects URIs with invalid ports (0, above 65535, oversized numbers) as unparseable instead of failing with an exception
- Connection string parsing now honors the
sslmodequery parameter in URIs (e.g.?sslmode=require) instead of always defaulting to Prefer
What's Changed
Full Changelog: v1.0.3...v1.0.4