Skip to content

Releases: SRombauts/UEPlasticPlugin

0.9.0-beta

18 Sep 20:51
Compare
Choose a tag to compare

Extends source control menu for UE 4.13:

  • top-menu global "Sync" instead of on folder's context menu
  • top-menu global "undo unchanged" and "undo all checkout"

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.

0.8.1-beta

02 Sep 20:33
Compare
Choose a tag to compare

First release for UE 4.13:

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.

0.8.0-beta

17 Aug 08:55
Compare
Choose a tag to compare

First release for UE 4.12:

  • fix UpdateStatus for UE4.12: handle case of "directory status" without a list of files

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.

0.7.1-beta

04 Aug 12:28
Compare
Choose a tag to compare

Bugfixes release for UE 4.11:

  • fix for init screen not showing correctly the first time or after an error
  • improve layout with adjacent Workspace/Repository fields
  • increase size of the "Create workspace" button

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.

0.7.0-beta

26 Jun 21:34
Compare
Choose a tag to compare
0.7.0-beta Pre-release
Pre-release

Second beta release for UE 4.11:

  • add the Resolve operation to conclude a Merge with conflicts
  • fix for connection not working when the workspace is create manually outside the Editor
  • fix for Sync/update workspace

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.

0.6.0-beta

16 Jun 22:03
Compare
Choose a tag to compare
0.6.0-beta Pre-release
Pre-release

First beta release:

  • add status of conflicted files
  • add 3-way visual diff of conflicted files
  • fix for concurrent/multithread operations (multiple UpdateStatus)
  • fix for checkin of Changed (not checked out) files
  • asynchronous initial checkin, with multi-line commit message
  • cm shell now runs in the workspace root directory: uses relative paths

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.

0.5.0-alpha

30 May 19:49
Compare
Choose a tag to compare
0.5.0-alpha Pre-release
Pre-release

Polish release:

  • Add proper rename/move support
  • Improve Init screen for better understanding
  • Workaround for status not updating after an edit without checkout of an asset
  • Workaround for very slow UpdateStatus in case of no server connection
  • Fix for missing status tooltips (when hovering above status icons in checkin window)
  • Improved a few status messages

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.

0.4.1-alpha

11 May 05:48
Compare
Choose a tag to compare
0.4.1-alpha Pre-release
Pre-release

Bugfixes only release:

  • Do no show the "add ignore.conf file" button when the workspace is not initialized.
  • Fix for wrong {ServerName} showing when hovering over the source control status icon
  • in case of timeout, do not restart 'cm shell' process but only print warning log

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.

0.4.0-alpha

09 May 14:33
Compare
Choose a tag to compare
0.4.0-alpha Pre-release
Pre-release

New features:

  • initialize a new workspace to manage your UE4 Game Project.
  • create an appropriate ignore.conf file as part as initialization
  • make the initial commit
  • also permit late creation of the ignore.conf file

Bugfixes:

  • Renamed source control provider to "Plastic SCM"
  • Fix locking system not working when workspace name differs from repository name
  • Fix for incorrect "conflict/not up-to-date" icon displayed on new/unknown files
  • Fix for "checkin failing silently" in an outdated workspace
  • Fix some wrong debug log message, and an error message when trying to fetch history of a new file
  • Increase technical timeout for RunCommandInternalShell() up to 600s

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.

0.3.0-alpha

02 May 20:52
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release

Bugfix release

  • fix "submit to source control" on template projects (referencing Engine content)
  • check server connection status
  • improved error detection on 'cm shell' (timeout, crash) and relaunch it on next command
  • "Sync" operation now apply on workspace root instead of in a subfolder

See README file for Quick Setup, full list of features and known issues.

Windows Only binary release.