v.0.2.0-alpha Release
Pre-release
Pre-release
This updated release brings with it a few improvements:
- Better output of "Expression" nodes, which are e.g. used in Condition actions (If). Instead of the expression code, we are trying to display the expression in a table format.
- Handling of special characters in filenames - some characters (e.g. diacrits such as German Umlauts, Chinese, emoji, ...) don't work properly with file and folder names. They now get replaced with a dash (-)
- the output folder and the generated files are now created in the same folder as the Flow package (zip file) instead of the program directory
- you can now call the program from other locations as well (e.g. from a different folder). Previously, this didn't work as the related resources were loaded from a relative path from where the program was executed from
- Actions now contain links to "subactions and elseactions" (that is, any action that is to be considered "inside" the current action, such as the actions executed within a Condition (if) action) within the Word document
However, it is still considered to be an early version, and it is expected that it will not always run successfully. For any issues or suggestions, please provide your feedback as an Issue or Discussion
Full Changelog: v-0.1.0-alpha...v-0.2.0-alpha