Version 0.9.60
Ylian Saint-Hilaire committed
Dec 13, 2021 at 19:27 UTC
0ab4dcd971d5b39dc73c92fdf9e24c27c8c740ad
2 files changed
+2
-2
meshcentral-config-schema.json
+1
-1
@@ -310,7 +310,7 @@
310
"guestDeviceSharing": { "type": "boolean", "default": true, "description": "When set to false, the desktop/terminal sharing link feature is not available." },
311
"autoRemoveInactiveDevices": { "type": "integer", "default": 0, "minimum": 0, "maximum": 2000, "description": "Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value." },
312
"deviceSearchBarServerAndClientName": { "type": "boolean", "default": false, "description": "When set to true, the devices search box will match on both the server name and client name of a device." },
313
- "AgentSelfGuestSharing": {
313
+ "agentSelfGuestSharing": {
314
"type": [ "boolean", "object" ],
315
"default": false,
316
"description": "When set to true, MeshCentral Asssitant can create it's own guest sharing links.",
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.9.59",
3
+ "version": "0.9.60",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",