Closed lissmeister closed 1 year ago
Introduction of a new feature The team has added an interactive feature that will offer you the option to navigate to a redirection page in your default browser once you finish setting up the application. This change can be seen in the application's update log (CHANGELOG.md).
Software version update The internal version of our application (LISA_VERSION) has been updated from 2.15.4 to 2.15.5. Regular version updates like this often include minor bug fixes, performance enhancements, and other housekeeping measures to keep the app running smoothly.
Code Imports and Functionality in Summary.js The developers have made some adjustments to the imports and constants in summary.js. They've added imports for "prompts" which are now responsible for driving user interactions, such as the new question asking if users want to open the new redirection page in their browser. As part of this change, the import for "store" and "vault.js" were deemed unnecessary and thus removed.
Package version update Just as with the LISA_VERSION, the application's package version has been updated from version 2.15.4 to 2.15.5 in the package.json file. This step is crucial in ensuring consistency across the application about its current version.