yFlowGen Changelog

What's new in yFlowGen 5.2

Feb 5, 2024
  • [yFlowGen.exe] The version of yFlowGen is now listed in the log.
  • [yFlowGenGUI.xlsm] The size and content of the progress window have been improved.

New in yFlowGen 5.1 (Nov 11, 2023)

  • yFlowGen.exe: Support when the input file path specified with options -d or -f contains double-byte characters.
  • yFlowGenGUI_EN.xlsm: Added "Run the command prompt window in minimized view" option.

New in yFlowGen 5.0 (Nov 5, 2023)

  • Added option "-copy_org_code".
  • If "-copy_org_code" is set, it will copy the input source code to the results folder.
  • This allows you to move and open just the results folder to another environment and still be able to see the code.
  • Previously, it had the .exe extension .ex_, but this version provides it as .exe.

New in yFlowGen 4.4 (Aug 13, 2023)

  • Supported #if-#elif.

New in yFlowGen 4.2 (Jul 22, 2023)

  • Added the option pj_name" (project name).
  • Supported the case where multiple processes are described using ";" in one line. For example, "if (a) sub01(); else sub2();"
  • Fixed blocking connection when handling if condition is empty.

New in yFlowGen 3.4 (Feb 18, 2023)

  • Support for uppercase letter extensions.
  • Added option "Additional extension".

New in yFlowGen 3.3 (Feb 12, 2023)

  • Added the option "-left_flow_is_no" (set IF branch left to NO, right to YES).

New in yFlowGen 3.2.1 (Sep 20, 2022)

  • Added the option "-ignoredef" (specifying an invalid #define name).
  • Added the option "-disp_invalid_def" (display invalid #define descriptions as comments).

New in yFlowGen 3.0 (Jul 3, 2022)

  • The following functions have been added:
  • Generates DOT+SVG files using Graphviz.
  • Generates a list of generated results as "result_yFlowGen.html".

New in yFlowGen 2.10 (Apr 10, 2022)

  • Fixed the connection with the break statement.

New in yFlowGen 2.9.1 (Mar 21, 2022)

  • The manual document was updated.

New in yFlowGen 2.9 (Mar 21, 2022)

  • Added the option "no_connection_point (No connection point)"

New in yFlowGen 2.8 (Feb 13, 2022)

  • Fixed connection when using if.

New in yFlowGen 2.7 (Aug 3, 2021)

  • In case of if-else description, it had been changed so that the process works properly even if it is not described in else.