QueryStorm 2.9.x

Released: May 5, 2023

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 defining custom data contexts.

2.9.8566.22073

Updated Jun 15, 2023

Fixes

  • Fixed an issue with the QueryStorm Runtime where Excel was crashing when starting apps that register context menu commands, e.g. MondayLink.

2.9.8558.14920

Updated Jun 7, 2023

Fixes

  • VBA API was broken in the last few versions (since 2.9.8553.18963).

2.9.8556.16519

Updated Jun 5, 2023

Fixes

  • Fixed Monday.com data context issues.

2.9.8553.23923

Updated Jun 2, 2023

Fixes

  • Fixed the "Function Insights" functionality in the code editor.

2.9.8553.18963

Updated Jun 2, 2023

Fixes

  • Compilation (build) was failing to resolve .NET references on machines that don't have the .NET SDK (installed with Visual Studio).
  • Excel would hang for 15s on close whenever a dialog was shown by the IDE, runtime, or an app.
  • QueryStorm runtime would not load if a running file explorer instance has started Excel in the preview pane.
  • Switching to the latest version of ExcelDNA to fix a bug that was crashing Excel on load when apps that define context menus are used.

2.9.8525.20169

Updated May 5, 2023

Features

  • Apps can now specify a 'minRuntimeVersion'.
  • Added HTTP request infrastructure for throttling and API key management (request/try/retry loop).
  • Improved handling of licensing prompts (avoid multiple prompts for licensed functions evaluating in multiple cells).
  • 'IDialogServiceExt' interface has been added which allows apps to show dialogs from XAML files and VM objects.
  • Added support for C# scripts returning 'ExpandoObjects'.
  • IDialogService: All dialogs are now shown center screen, close on 'Esc' key and allow hyperlinks that open the browser.
  • All licensing dialogs will now share remembered username regardless of app.
  • Synchronization context is now assigned inside async Microsoft Excel functions (so execution after async calls will resume on the main thread).

Fixes

  • Fixed referencing BCL types in the IDE (using ReferenceAssemblies folder instead of GAC).