Skip to content

v.0.10.0 Release

Compare
Choose a tag to compare
@modery modery released this 01 Sep 13:05
· 131 commits to main since this release

A brand new release with a few exciting new features:

PowerDocu GUI

  • It is now possible to select multiple source files. Instead of processing file by file manually, you can now select multiple input files (apps, Flows, solution packages) to be processed
  • Added the capability to download the list of connectors directly from the app (check out the new button!). PowerShell script will be kept as alternative
  • The output into the notification area has been slightly improved, content now gets partially formatted to improve ease of reading
  • The version number is now show in the GUI's title bar

Canvas Apps

  • Adding parsing for context variables! Instead of only documenting global variables and collections, Context Variables (as used by UpdateContext and Navigate) are now identified and documented as well
  • As we parse the Navigate function now, we also keep track of any navigation between screens. This is then used to generate a small flowchart similar to what is used to document Flow actions

Flows
No changes this time

General

  • Moved package dependencies to the Common workspace
  • bug fixes