v0.0.6
Pre-release
Pre-release
Add cURL import and per-request SSL option Introduce cURL import and per-request SSL handling. - Add CurlImporter service to parse pasted cURL commands into request data and a CurlImportResult DTO. - Expose ApplyCurlImport on RequestEditorViewModel and add a "Paste cURL" button to the RequestEditorView to populate method, URL, headers, body and auth from clipboard. - Add SkipSslVerification property to YamletRequest, request DTOs, and ViewModel; persist and restore via YAML DTO mappings. - Make RequestExecutor choose an insecure HttpClient when SkipSslVerification is enabled so requests can accept self-signed/expired certs. - Integrate AvaloniaEdit SearchPanel in the code editor and add matching theme styles in Yamlet.axaml. - Minor: update Windows AppxManifest Publisher value.