Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Release 2021-11-22 - 12.0.30
Anchor
12.0.30
12.0.30

ENHANCEMENTAgents run by MarvelClient actions no longer require the "system" parameter when using NotesSession.GetEnvironmentString to get MC variables
ENHANCEMENT

Agents run by MarvelClient actions can now use fallbacks when getting values for MC variables. For example, the LotusScript code:

NotesSession.GetEnvironmentString("MC->ini:MCUploadDB=fall\back.nsf", True)

would return the value of the MCUploadDB notes.ini variable if it exists, and "fall\back.nsf" if it does not.

ENHANCEMENTInternal improvements to license handling code
ENHANCEMENT / FIX

OS

platform

version string properly reports Windows 11 and MacOS Monterey

NOTE: the initial release of Windows 11 has a version number of 10.0.22000, so the "major version" for Windows 11 is "10". This is similar to what Microsoft did with Windows 7 and 8, which both had major versions of "6". For proper identification of Windows 11 machines, please use either os:version_build (should be 22000 or higher) or os:version_string (should start with "Windows 11").

Release 2021-10-14 - 12.0.28
Anchor
12.0.28
12.0.28

...