Skip to content

Releases: mergi72/tc-wfx-plugin

v1.1.2

Choose a tag to compare

@mergi72 mergi72 released this 19 Aug 21:46

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@mergi72 mergi72 released this 19 Aug 18:40

Full Changelog: v1.1.0...v1.1.1

tc-wfx-plugin v1.1.0

Choose a tag to compare

@mergi72 mergi72 released this 19 Aug 17:25

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

Choose a tag to compare

@mergi72 mergi72 released this 23 Jun 15:01

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

Choose a tag to compare

@mergi72 mergi72 released this 20 Jun 20:44

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

Choose a tag to compare

@mergi72 mergi72 released this 20 Jun 13:08

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

Choose a tag to compare

@mergi72 mergi72 released this 20 Jun 10:26

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

Choose a tag to compare

@mergi72 mergi72 released this 17 Jun 19:23

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

Choose a tag to compare

@mergi72 mergi72 released this 14 Jun 14:28

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

Choose a tag to compare

@mergi72 mergi72 released this 13 Jun 10:12

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.