QueryStorm Releases
Released: Dec 11, 2023
Updates in 2.11.513.1
Fixes
- Fixed Monday.com data context issues.
- Fixed installer in-place upgrade issue.
Released: Dec 8, 2023
Updates in 2.11.512.0
Features
- The logic for building connector apps has been added to QueryStorm to make it easier to build connectors to other systems.
- This version contains a breaking change in the API between the runtime and apps. This means that QueryStorm apps created with this version of the IDE will not run on previous versions of the runtime (2.10 or lower), they will require version 2.11 of the runtime. This change was done to better support the ability to license apps but a minor cleanup of the API was...
Released: Oct 31, 2023
Updates in 2.10.511.1
Features
- Made several internal changes to code cleanup and refactoring.
Released: Sep 22, 2023
Updates in 2.10.509.0
Fixes
- Issue with multiple auto-complete dialogs showing for the same code file.
- Issue of the code editor losing focus each time a script is executed (now focus stays on the editor, but the results/message pane still gets brought to front if needed).
- Issue with functions returning an empty 2d array (was showing up as 0 instead of blank).
- Issue with writing large number of guid values to an Excel table.
- Issue with WorkbookDataStore not saving the timestamp when files change (so workbookdatacontext...
Released: Aug 10, 2023
Updates in 2.10.505.0
Features
- C# scripts can now reference the containing project's output DLL via the following directive: #r "output". This allows C# scripts to use classes defined inside the containing project.
- Added a statusbar service to show the status for sync operations.
- monday.com tabular: Added support for Persons column type.
- All first-chance exceptions are now saved to the log to ease debugging.
Fixes
- Fixed a deadlock scenario that prevented uninstallation of apps that fail to load.
- LogViewer dialog no...
Released: Aug 3, 2023
Updates in 2.10.504.0
Fixes
- Fixed Excel interop issue which was introduced in the previous version (v2.10.503).
- Additional fix for non-model dialogs e.g. the log viewer in the QueryStorm runtime (fixes issues with keyboard focus, resizing, moving).
- Fixed an issue with list of installed packages being wrong when user removes packages and then rebuilds a new one.
Released: Jul 23, 2023
Updates in 2.10.503.0
Fixes
- Several UI fixes and tweaks.
- Fix for "Log viewer" dialog drag/resize freezing windows UI.
- Fix for QueryStorm external application shutdown behavior (to avoid leaving excel hanging after close).
- Fix potential deadlock scenarios when debugging with external QS application.
- Added missing XML documentation files for QueryStorm.
Released: Jul 19, 2023
Updates in 2.10.502.0
Features
- Added text wrapping to the 'Summary' field.
- Separated 'Summary' and 'Release notes' into two tabs.
- Added an icon to releases that have dedicated release notes.
Fixes
- Fixed hyperlink click behavior.
- Scripts now work right away, without manually selecting the active project (auto-selecting workbook project).
- Removed deprecated commands from the main menu.
- The IDE was unable to collect log messages from the runtime, now fixed.
- Displaying error message in a dialog in case of exception for...
Released: Jul 12, 2023
Updates in 2.10.501.0
Features
- Since the runtime is an XLL addon, it could not be installed per-machine. This version includes a new VSTO add-in that acts as a loader for the runtime, effectively allowing the runtime to be installed per-machine.
Fixes
- The UpgradeID of the runtime installer has been changed to match the one that the IDE uses. This prevents the user from installing both the Full and the Runtime version (which could cause problems).
- Until now, runtime users did not get an "Update available" ribbon...
Released: May 5, 2023
Updates in 2.9.x
2.9.8581.26987
Updated Jun 30, 2023
Features
- All dialogs have been polished and are now consistent across the IDE, runtime, and user apps.
Fixes
- The Runtime will no longer crash after an Excel file has been opened in the Windows Explorer's Preview pane. QueryStorm apps will connect to the correct instance of Excel (not the one in the preview pane). This should solve all issues related to the preview pane in Windows Explorer.
2.9.8577.30373
Updated Jun 26, 2023
Fixes
- Fixed issues with scripts for...