Wiki source code of 2.1.0 Release Notes

Last modified by ryanp on 2021/09/09 20:56

Show last authors
1 (((
2 * Major performance improvements to desktop client session management
3 * Improved Welcome screen
4 ** Secure connections are now supported (wss/https support)
5 *** Added icon to indicate if connection is secure
6 *** Added icon to inform user if certificate is from a trusted authority
7 *** Added screen to whitelist untrusted certificates on first connection
8 ** Connection logic streamlined to determine if valid hostname / port was entered before enabling start.
9 * The core server unique name can now be entered after connection.
10 * Added additional key listeners to improve navigation.
11 * Improved dynamic loading of new desktop client installer packages
12 ** Files can now be directly written into installers directory
13 ** Resolved a bug that caused an infinite loop while loading new package (requiring a restart of the server)
14 * Improved dependencies to be self contained in the module.
15 * Improved the way the application saves the configuration.
16 * Improved handling of disconnections, client should now attempt to reconnect for a period of time before returning to the welcome screen.
17 * Improved downloading of updates, users will now be presented with a download screen showing the download progress. After the download completes users will be able to start the installation.
18 * Changed desktop menu from falling back to the legacy installers on error to instead prompt user with an error dialog notifying them that something has been misconfigured.
19 * Resolved the following bugs
20 ** Resolved an issue where the welcome screen would close if the enter hotkey was used instead of clicking the button.
21 ** Resolved an issue where the linux extension was incorrect in the installer.properties file.
22 ** Resolved an issue where the NSIS silent install could not configure the directory.
23 ** Resolved an issue where the application would throw errors and not start if the configuration was corrupted. An option is now provided to clear a corrupted configuration for the user and return to the welcome screen.
24 ** Resolved an issue where multi tenant systems would always use default core server, resulting in incorrect server configuration being setup.
25 ** Resolved an issue where multi tenant systems without default core server would not start.
26 ** Resolved an issue where the websocket connection could die after a period of inactivity. The websocket will now ping the server to stay alive.
27 ** Resolved an issue where the application could close before the configuration was updated.
28 )))