Releases: mergi72/tc-wfx-plugin
Release list
v1.1.2
v1.1.1
tc-wfx-plugin v1.1.0
tc-wfx-plugin v1.1.0
- Identifies Total Commander WFX requests to Provider Bridge and Credential Broker as the tc-wfx VFS component.
- Enables shared platform diagnostics in VFS Debugger without changing the stable Bridge contract.
- Adds regression coverage for Bridge and Broker component headers.
Verification:
- dotnet test: 147 passed
- publish-wfx.ps1 completed successfully
tc-wfx-plugin v1.0.0
tc-wfx-plugin v1.0.0
- First stable release of the Total Commander WFX plugin.
- Compatible with DMS Provider Bridge 1.0.0 and Credential Broker 1.0.0.
- Supports connection discovery, uploads, downloads, copy, move, delete, mkdir, version prompts, overwrite prompts, and localized dialogs.
Verification:
- dotnet test: 144 passed
- publish-wfx.ps1 completed successfully
- release ZIP contains TcWfxPlugin.wfx64, config.json, config/config.json and config/localize.json
tc-wfx-plugin v0.7.3-beta
WFX beta release. Handles bridge overwrite_required responses for connection-to-connection copy/move into non-versioned targets such as WebDAV. Tests: 144 passed.
v0.7.2-beta
TC WFX plugin v0.7.2-beta\n\n- Resolves stored credentials by credential target instead of connection name.\n- Sends source_auth and destination_auth for provider-to-provider copy/move.\n- Adds regression coverage for shared credentials and split transfer auth.\n\nTests: 142 passed.
tc-wfx-plugin v0.7.1-beta
Beta update for connection-specific WFX credentials.
- Resolve credential targets per bridge connection.
- Show the connection name in provider login prompts.
- Reuse Windows Credential Manager credentials when broker lookup returns no entry.
Tests: dotnet test, 140 passed.
tc-wfx-plugin v0.7.0-beta
TC WFX plugin beta release v0.7.0-beta.\n\nContract change:\n- Aligns the plugin root discovery with the bridge connection contract.\n- Uses /bridge/wfx/connections and maps connection_names/default_connection into the existing WFX root-list layer.\n\nCompatibility:\n- v0.5.0-beta remains available as the stable downloadable five-series release.\n- This release targets dms-provider-bridge v0.7.1-beta.\n\nValidation:\n- dotnet test: 137 passed\n- publish-wfx: completed successfully
v0.5.0-beta
Beta release candidate for external Total Commander testing. Includes version-aware uploads, provider-to-provider copy/move version prompts, localized dialogs, broker-backed credential flow, and GitHub Actions CI badge/workflow.
tc-wfx-plugin v0.2.7
tc-wfx-plugin v0.2.7
- Adds German and Polish entries to config\localize.json.
- Resolves dialog localization by Total Commander LanguageIni id, for example wcmd_cz.lng, with generic fallback text when the id is not configured.
- Removes hardcoded language mapping from the WFX localization layer.
- Updates README release mapping to installer v0.3.4-alpha and bridge v0.4.21.
Validation:
- dotnet test tests\TcWfxPlugin.Tests\TcWfxPlugin.Tests.csproj: 136 passed.
- scripts\publish-wfx.ps1 completed successfully.