Skip to content

Releases: sebastian-muthwill/powerapps-docstring

v0.4.1

15 Nov 07:49
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

What's Changed

Features

Fixes

Full Changelog: v0.4.0-alpha...v0.4.1

v0.4.0-alpha

10 Nov 07:43
b429938
Compare
Choose a tag to compare

What's Changed

New Features

  • add StartScreen support #47
  • check if CanvasManifest.json is in source folder and give hint for path in cli #46
  • remove exe file from dist folder to reduce repository size
  • guideline extended

Fixes

  • small fixes for path handling in gui and cli by @sebastian-muthwill in #39
  • fix: catch exception on GUI close
  • fix mermaid to conform with mermaid syntax #47
  • adds sys.exit and console log for cli #45

Full Changelog: v0.3.0-alpha...v0.4.0-alpha

v0.3.0-alpha

04 Nov 15:08
5ee4ab2
Compare
Choose a tag to compare

This release introduces a GUI on Windows as well as some small features and fixes.

What's Changed

  • First version of GUI by @sebastian-muthwill in #37
  • Customization options for output file based on config. (The order of chapters can be arranged) #7
  • Some small fixes

Full Changelog: v0.2.3-alpha...v0.3.0-alpha

v0.2.3-alpha

27 Oct 04:55
c2ac4d6
Compare
Choose a tag to compare

Fixes issues with blank screens and screen names containing blanks.

What's Changed

Full Changelog: v0.2.2-alpha...v0.2.3-alpha

v0.2.2-alpha

18 Oct 19:40
5ea68be
Compare
Choose a tag to compare

Features

Adds some minor improvements with screen flows:

  • the screen order is now arranged based on the order in studio (from CanvasManifest file)

  • screens can now be excluded from screen flow via config file

  • multiple lines are removed from screen flow

  • adds test cases for parser

Known issues

  • currently not tested with model driven apps

v0.2.1-alpha

13 Oct 13:42
5329ee8
Compare
Choose a tag to compare

Features

  • create documentation based on Power Apps source files
  • create used connections
  • add screen descriptions from docstrings
  • create screenflow from navigations
  • content of the documentation output is customizable via config file

Known issues / optimizations

  • screens are not in the order as in Power Apps Studio see: #10
  • mermaid graph looks wierd when to many screens and is not displayed in github since github currently does not support mermaid
  • currently not tested with modell driven apps

v0.2.0-alpha

13 Oct 08:21
8d84fd9
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Features

  • adds screenflow creation

v0.1.0-alpha

12 Oct 19:30
7754c8a
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

This is the alpha version for powerapps-docstring.

Features

  • generates a basic documentation output based on a source folder "src"
    run with:
python main.py -s src/appname -o /example/output/folder
  • output can be customized via config.yaml

Known limitations

  • .msapp needs to be unpacked bevore (currently no handling for this)
  • only tested on canvas apps