-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 3.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "com.unity.collab-proxy",
"displayName": "Version Control",
"version": "2.6.0",
"unity": "2021.3",
"unityRelease": "0f1",
"description": "The package gives you the ability to use Unity Version Control in the Unity editor. To use Unity Version Control, a subscription is required. Learn more about how you can get started for free by visiting https://unity.com/solutions/version-control",
"dependencies": {},
"keywords": [
"backup",
"cloud",
"collab",
"collaborate",
"collaboration",
"control",
"devops",
"plastic",
"plasticscm",
"source",
"team",
"teams",
"version",
"vcs",
"uvcs"
],
"category": "Editor",
"relatedPackages": {
"com.unity.collab-proxy.tests": "2.6.0"
},
"_upm": {
"changelog": "### Added\n\n- Added the ability to merge a branch or a changeset, using a new context menu actions\n- Added file conflict & dir conflict context menu actions to the merge view\n- Added diff and merge settings in Project Settings -> Version Control -> Unity Version Control Settings\n- Added merge options dialog to the merge view\n- Added copy path & history context menu actions in all menus where they apply\n- Added an menu entry to 'Open in Unity Cloud' showing the repository in the Unity Dashboard\n\n### Changed\n\n- Updated the minimum supported version to Unity 2021.3.0f1\n- Removed support for migrating old Collaborate workspaces to Unity Version Control\n- Hide from the public documentation all internal APIs that were previously visible by mistake\n- Optimized switching operations to only triggers the Package Manager to reinstall packages when needed\n- Optimized incoming changes to only reload the Package Manager when needed (Gluon/partial workspace only for now)\n- Automatically add UnityDirMonSyncFile rule for existing ignore.conf to avoid triggering unnecessary finding changes operation\n- Improved the “search” edit box so it can resize when there is not enough space in the toolbar\n- Replaced the \"D\" DevOps icon by the branching icon used in the Hub\n- Replaced the logo of Unity in the Sign in to Unity VCS window\n\n### Fixed\n\n- Fixed files getting checked out even though they are in hidden_changes.conf\n- Fixed manual login to Cloud that didn't work with an Enterprise installation\n- Fixed resolve conflicts not informing about lack of UVCS installation\n- Fixed the Invite users to cloud organization when using an Enterprise installation\n- Fixed new child branch not created from HEAD after update\n- Fixed the learn more (here) link that showed the hex color value in Unity 6\n- Fixed link to invite members in Unity Cloud.\n- Fixed a crash in the create workspace window when unable to resolve a @unity organization\n- Fixed incoming changes view that was not kept as selected after resolving some conflicts\n- Fixed workspace name that was not refreshed after repository manual creation or selection\n- Added a warning message to inform users about mismatching cloud project.\n- Removed from the Create Workspace window the Local server that was present with no installation of UVCS\n- Replaced hardcoded urls pointing to plasticscm.com"
},
"upmCi": {
"footprint": "fc4e0698620846175f9b6d9b9256fcf458050d5c"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.cloud.collaborate.git",
"type": "git",
"revision": "b7effc6b40a40af218ae30084906471699330ac9"
}
}