For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release Notes

Release 1.0.34

Highlights

Support tool window. Configurable session timeout

Details

  • Support Tool Window: On the taskbar of Windows Launcher, there's a monitor icon that displays system info. This information includes: Service Desk, POS components, Network Info, and Computer Info.

  • Session Timeout: In the config, there's a timer that tracks how long a computer has inactivity. The value is called "inactiveTimeInSeconds". After the amount of seconds that's set on the parameter, Launcher will either log out if "useSecondaryAuth" is set to none or lock the session if "useSecondaryAuth" is set to pin.

Release 1.0.31

Highlights

Updated app icons in the taskbar. Provisioned badge will work on different types of readers.

Details

  • App Icon Update in the Taskbar: Every app that's opened has the app's logo with a white background in the taskbar. Exceptions include Calculator & Webpage shortcuts

  • All types of readers should detect a provisioned badge:

Release 1.0.23

Highlights

Support for Microsoft Edge as a default login browser. Modification in Pin Creation Modal.

Details

  • Support for Microsoft Edge as a default login browser using config field "authBrowser": "Chrome" and "Edge" can be used for the login browser, but if the browser isn't specified, Edge will be the default.

  • Modification in Pin Creation Modal: After a user enters credentials, the "new pin" field is automatically selected so that the user can start typing. After typing the pin, the user can hit the tab key to go to the "confirm pin" field. Lastly, the user can hit the tab button once more and hit the enter key to finish login.

Last updated