Skip to content

Releases: FlexVaultSCM/fxv-unreal-plugin

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 21:44
f7690e2

0.6.0 (2026-09-21)

Features

  • auto-add default ignores to .fxvignore instead of prompting (#29) (ae75641)

Bug Fixes

  • add plugin icon and improve search discoverability (#27) (d21ecb8)

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 18 Sep 20:50
068263a

0.5.2 (2026-09-18)

Bug Fixes

  • align revision control connection state with editor lifecycle (#25) (2620773)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 11:01
Immutable release. Only release title and notes can be modified.
fd3aa25

0.5.1 (2026-09-18)

Bug Fixes

  • tests: include FlexVaultResolveWorker.h in SCM test file (#23) (52052f9)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 15:14
Immutable release. Only release title and notes can be modified.
29f1d12

0.5.0 (2026-09-17)

Features

  • Add auto-snapshot hook for high-entropy editor operations (#20) (4a75c95)
  • prompt to exclude generated folders from .fxvignore on startup (#19) (93284eb)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 23:14
Immutable release. Only release title and notes can be modified.
18c9f6b

0.4.0 (2026-09-15)

Features

  • Upgrade plugin for fxv CLI 0.10.1+ (status schema v2) (#17) (65af46d)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 14:11
57fb5cd

0.3.0 (2026-09-10)

Features

  • switch to source distribution and widen CLI compatibility window (#14) (069448d)

Bug Fixes

  • history: parse timestamp_millis_since_epoch_utc for revision date (#13) (893a005)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 13:33
a0aad45

0.2.0 (2026-09-10)

Features

  • add notification for FlexVault SCM launch errors and update command execution parameters (fa61528)
  • ci: add CI and release-please workflows with R2 mirroring (#11) (25aa76f)
  • FlexVault Unreal Engine Source Control Plugin (full initial submission) (2e6a9b6)
  • implement file SCM history support in the plugin (c2f2e48)
  • Implement Get() via fxv cat and pin CLI compatible version range (#10) (200acfb)
  • improve status update worker and provider connection logic (5f2ccaa)
  • scc: gate publish on FlexVault login via per-user identity setting (#9) (ca09bb1)
  • switch plugin to git-like edit-based workflow (disable read-only/checkout) (06c23d9)

Bug Fixes

  • ensure proper handling of error messages in FFlexVaultRevertWorker and improve pipe reading logic in RunFlexVaultCommand (b948e1b)
  • escape double quotes in descriptions for command line safety and improve author field handling in revision info (fb46562)
  • improve status update handling and clarify check-in/check-out logic in FlexVault (1e9dd9a)
  • normalize file path separators in status update handling (4fbe68e)
  • rename GetHistory operation to GetSourceControlRevisionInfo to align with Unreal SCM API (939b818)
  • resolve C4099 and C4244 compiler errors (8d0baff)
  • resolve Slate thread crashes, status command storms, and post-submit reloads (#4) (b45edaf)
  • update CanCheckIn logic and improve output capturing in RunFlexVaultCommand (b3d5a3c)

Documentation

  • add comments on potential future Perforce-like checkout alignment (88b02cd)
  • add PR review notes as future work items to TODO (efe7866)
  • enhance FlexVault mapping comments across various worker classes for clarity (139ed4c)