Releases: Ylianst/MeshCentral
Releases · Ylianst/MeshCentral
1.0.60
1.0.59
- 4a99484 Merge branch 'master' of https://github.com/Ylianst/MeshCentral
- a365f7d Version 1.0.59
- 7872d5f Merge pull request #4310 from sschoen/docker
- f48d5bf run release build only if MY_TOKEN secret is set and not empty
- c1401cf [docker] added optional build argument PREINSTALL_LIBS
- 558fe0a [docker] added SESSION_KEY environment variable for initial configuration
- e913928 [docker] added CONFIG_FILE environment variable to optionally use a different config.json file
- 6815c5d [docker] changed baseimage to alpine:latest
- 11612d5 Added /bin folder.
- 821d790 Added bin folder, required for correct NPM package.
1.0.58
- 2dfbfc5 Merge branch 'master' of https://github.com/Ylianst/MeshCentral
- 60e7509 Added indication of what certs are missing (#4299)
- 9c2086e Merge pull request #4304 from si458/docker-action
- 6d1dc26 Merge pull request #4308 from decacis/patch-1
- ddbd76e Fix for #4307
- d7e59b4 fix dockerfile
- 51f5268 fix indent
- 456b876 add docker release action
1.0.57
- da4f192 Version 1.0.57
- a4bb51f Forces [email protected] to be installed to upgrade from older versions that use SHA-1 certificate requests that is not longer supported by Let's Encrypt. (#4300)
- 3dd8531 Added code to skip the agent code signing certificate if missing and getting certs from database or vault (#4299)
- 46e511e Fixed webserver.js exception.
- 4db8ff3 Fixed webserver.js exception.
1.0.56
1.0.55
- e319b56 Version 1.0.55
- 034ebc9 LDAP debug improvements.
- 61e486b Added support for LDAP account images (#4283)
- b7bc172 ldapUserName and ldapUserRealname can now be set to for example: {{{givenName}}} {{{sn}}} (#4276)
- 58cd5e3 LDAP improvements (#4276)
- 2894b36 Merge branch 'master' of https://github.com/Ylianst/MeshCentral
- 2529b35 Typo fix (#4290)
- e3600aa Merge pull request #4291 from silversword411/master
- a895cd3 docs other port debugging #4280
- 315a5a4 agent debugging #4284
- a3719b2 typos v3
- b0b372a vscode - more dictionary additions
- d4eecf6 Merge pull request #4289 from silversword411/master
- 466c765 LDAP improvements (#4283)
- ff288bb vscode - dictionary update
- 83f5a95 vscode prefs - Adding C Spell custom Dictionary
- 3119650 typo-hunting v2
- ea51ae8 fixing typos - Check Please!
- 37617e4 Typo review and fix of schema json
- b88690b docs - adding pptx
- b98a14d docs - amt debugging #4253
- 73e5f39 docs - updating config
- 0489e2d Fixed single quote replacement in meshcmd.js.
- 49cac98 Improved session id random in meshrelay.js.
1.0.54
- a3ebfa6 Version 1.0.54
- 954e5cd ldapSaveUserToFile will now append the file (#4276)
- b3dd3d3 Added ldapSaveUserToFile option to help debug LDAP issues.
- 7e28bdd Improvements to MeshCMD amteventlog and amtauditlog event parsing.
- 12aa42f More improvements to alternate messaging system (#4274)
- f36da0a Merge branch 'master' of https://github.com/Ylianst/MeshCentral
- b24d9af Removed temporary email translations.
- 50b9870 Fixed email translations (#4282)
- 579eb70 Added privacybar console command for Windows, to modify default pinned state
- 51e0adc Fixed exception is GetSidByteArray() in meshcmd, used in meshcmd amtauditlog.
- babc199 Updated MeshCentral Router to fix desktop double backspace on login screen (#4267)
- ea977d8 Alternate messaging system improvements (#4274)
- cd99f81 Fixed SFTP Connect button and SSH/SFTP connection on non-default domains.
- 9f4c2cc Fix for SSPI auth un-authorized.
1.0.53
- 7e04293 Version 1.0.53
- acb9a5b Fixed Web-RDP when used with non-default domain (#4271)
- 410ead4 Updated MeshCentral Router to fix remote desktop double backspace (#4267)
- c7561b5 Fixed clearing timed OTP when backup codes are not allowed (#4268)
- 138fc50 Fixed using timed OTP when backup codes are not allowed (#4268)
- 636f801 Added file edit feature to My Files tab (#4243)
- 501b6ab Merge branch 'master' of https://github.com/Ylianst/MeshCentral
- 66b0315 Browser session security improvements.
- 9cc451a Merge pull request #4257 from petervanv/master
- dc5b48e Dutch lanuage update 1.0.52
1.0.52
- ef41a18 Merge branch 'master' of https://github.com/Ylianst/MeshCentral
- 7bd76be Version 1.0.52
- 0147da4 Merge pull request #4252 from silversword411/master
- 5a00b22 docs - adding more info to devicetabs and debugging
- bcc2a86 Fix for web relay using ports.
- e1a6091 Updated new account captcha in config.json schema.
1.0.51
- ab80480 Version 1.0.51
- 9286e53 Fixed dependencies.
- 04fb1f2 Added CAPTCHA option when creating new accounts on login screen.
- 4382899 Clean up cookie-session instance.
- 626c490 Switch browser cookie signature from SHA1 to SHA384.
- a151dcb Web relay can now handle connection:close responses.
- 5eca4ee Completed support for web relay with multiple DNS names.
- 1a72126 Added DELETE and OPTIONS as supported web relay methods, #4241
- a0ea6ea Put in the groundwork for web relay with multiple relay DNS names.