Skip to content

v.1.1.0 Release

Compare
Choose a tag to compare
@modery modery released this 26 Jan 05:58
· 71 commits to main since this release

Happy New Year & 新年快乐!

I initially planned to get this release done around Christmas, but it is now a month late due to some additional tricky bugs that took some time to get rid of (sadly there are still some other bugs left, which are hopefully going to be eliminated by version 1.2.0). But the new year brings us a brand new release with an exciting new addition: instead of documenting all properties in a Canvas App (many of which aren't actually modified), you can now decide to document only those that are changed from the default!

Here's what 1.1.0 includes:

General

Canvas Apps

  • You can now decide if you want to document ALL properties of the components in canvas apps, or only those that were changed from their default values. For both scenarios, you can also choose if you want to document the default value (if it is different from the current value). Overall, this means that you can have a much leaner documentation (e.g. instead of documenting all properties, you can only focus on the changes)
  • Bug fixes (#63, 42975f7, #71)

Flows

  • Fixed bugs where not all actions were documented (#60 , #62)
  • Fixed a bug where the action names sometimes broke the diagram layout (#73)
  • Edges between actions are now shown as dotted red if the "run after" condition is not "success" (that is, if an action fails, times out, ...)

Solutions

  • This is new! The first version of Solution documentation is now getting generated as well. It contains details on the components included in the solution (apps, Flows, Dataverse tables, ....), though a lot of it is still quite rudimentary (which means there are lots of GUIDs or internal names). But it is a start! It also contains some details about the dependencies of the solution

PowerDocu GUI

  • The GUI has been revamped a bit to include some additional configurable settings, specifically for the changed values and default values for Canvas Apps.

As usual, if you find any problems/bugs, please report them in Issues. For any feature suggestions or other recommendations and feedback, please use Discussions