Skip to content

Releases: wheninspace/WIS_ScriptDependencies

WIS_ScriptDependencies 1.1.7

15 Jan 18:21
bb9105f
Compare
Choose a tag to compare

1.1.7 (15 Jan 2024)

  • Fixed bug: In LC10, ”on” handlers did not get correct arrow colouring when highlighting the node
  • Enhancement/fix: Private functions now have the correct node colour, and a different node shape, to distinguish them from private commands

WIS_ScriptDependencies 1.1.6

12 Dec 20:01
f4eecca
Compare
Choose a tag to compare

1.1.6 (12 Dec 2023)

  • Enhancement: If the Kroki service is down, so no png/svg can be produced, a dialog is presented giving the choice to render the flowchart as html instead
  • Enhancement: Improved design of the help section and the flowchart settings pane
  • Enhancement: Mermaid version can now be modified (affects html rendering only). This is not something you’d normally need to do, but it has turned out that the latest versions of Mermaid implement some kind of hard limit on the number of edges, preventing large flowcharts from rendering. So for now, Mermaid v10.5.1 is default (no edge limit), but can be changed to a later version by advanced users.
  • Fixed bug: Some actions in the mainstack triggered flowchart updates even if the flowchart substack was closed
  • Other minor fixes

WIS_ScriptDependencies 1.1.5

30 Nov 19:03
64b85a7
Compare
Choose a tag to compare

1.1.5 (30 Nov 2023)

  • Enhancement: Flowcharts can now be produced and exported as PNG or SVG. On Windows and Linux the flowchart is now always displayed in-stack, as a PNG. On all platforms the flowchart can be exported as PNG, SVG and HTML.
  • Enhancement: Node text size can now be set
  • Adjustment: Handler type naming convention changed in LC10, making ”M” mean ”on” and ”C” mean ”command” (and changing ”PM” into ”PC” for ”private command”). This is now correctly handled when using WIS_ScriptDependencies in either LC9 or LC10.
  • Fixed bug: Arrow colouring failed for private commands/functions
  • Fixed bug: The (rarely used) constructions ”before command name” and ”after command name” now get included in analysis and flowchart (displayed as ”command command name”).
  • Other minor fixes

WIS_ScriptDependencies 1.1.4

12 Sep 19:18
8d4ca9d
Compare
Choose a tag to compare

1.1.4 (12 Sep 2023)

  • Enhancement: Individual substacks can now be excluded from mapping/analysis by clicking the substack name in the stacks list. Excluded stacks/substacks are italic in the list.
    (If a mainstack is excluded, its substacks are automatically excluded, like before.)

WIS_ScriptDependencies 1.1.3

27 Aug 09:28
72886fa
Compare
Choose a tag to compare

1.1.3 (27 Aug 2023)

  • Fixed bug: Saving user projects and settings didn’t trigger properly at closeStack. Now triggers at closeCard instead.
  • Enhancement: Handler analysis and comment stripping is now considerably faster to complete, especially in large projects
  • Enhancement: If a handler is selected in the Handler dependency stats field when creating a flowchart, all the arrows leading to and from that handler node will be coloured, to make them easier to follow. On MacOS, this will also happen when clicking a handler in the flowchart (in the browser widget).
  • Enhancement: Flowchart settings moved to its own settings pane, and node colours made modifiable

WIS_ScriptDependencies 1.1.2

22 Aug 17:38
9268899
Compare
Choose a tag to compare

v1.1.2 (22 Aug 2023)

  • Fixed bug: Commented-out handlers are now skipped when mapping relations
  • Fixed bug: Sometimes when upgrading from an earlier version, the user setting for char maximum of the flowchart syntax text could be empty, causing the flowchart to display only text
  • Enhancement: If a handler has more than one ”handler host”, i.e. resides in more than one script, the number of occurrences is shown in its flowchart node

WIS_ScriptDependencies 1.1.1

20 Aug 09:49
65ac106
Compare
Choose a tag to compare

1.1.1 (20 Aug 2023)

  • Enhancement: Flowchart width limitation can now be turned off, to display the flowchart at actual size, instead of shrinking big charts to an unreadable size
  • Enhancement: Commands, functions and get/setProp nodes now have different colours to make them easier to distinguish between. Possibility for user selected colours will be implemented in a coming version.
  • Enhancement: In general settings it is now possible to increase the char maximum of the flowchart syntax text, to enable display of very large flowcharts. Only change this value if you get a "Maximum text size exceeded" error message in the flowchart.
  • Other minor fixes

WIS_ScriptDependencies 1.1.0

18 Aug 11:12
0a858f4
Compare
Choose a tag to compare

1.1.0 (18 Aug 2023)
Enhancements:

  • A major overhaul of the stack selection feature. You can now save sets of stacks as ”projects” to easily switch between stack sets when running the analysis.

  • The flowchart settings have moved into the main UI, making flowchart customisation equally accessible on all platforms.

  • Project data and general settings are now saved to an lson file in the same folder when closing the stack. Any new version of the WIS_ScriptDependencies stack placed in the same folder will automatically restore your project data and general settings.

  • Fixed bug: No browser widgets will appear when using the stack on Linux, to prevent crashing

  • Other minor fixes

WIS_ScriptDependencies 1.0.6

13 Aug 13:33
c3bfa85
Compare
Choose a tag to compare

1.0.6 (13 Aug 2023)

  • Enhancement: Flowchart can now be exported to HTML file and launched in external browser. This is currently the only option for Windows users. Mac users get the in-stack interactive flowchart per default, but can choose to create an HTML file by pressing shift while clicking the Output flowchart button
  • Enhancement: Handlers that unambiguously reside in one single stack/card/control script can be grouped together in the flowchart view. This function can be toggled on/off
  • Enhancement: Possibility to filter out and filter in certain handlers. Filtering out some handlers, such as ”log” or mouse events can make some flowcharts less crowded
  • Enhancement: The stack now looks for newer versions of itself on startup
  • Other minor fixes

WIS_ScriptDependencies 1.0.5

11 Aug 14:24
a1615de
Compare
Choose a tag to compare

1.0.5 (11 Aug 2023)
Fixed bug: Stacks with . in their name didn’t trigger correctly from the Handler hierarchy list
Enhancement: Flowchart shapes for command, function, getProp/setProp improved
Enhancement: Presentation of the number of commands, functions, getProp/setProps
Enhancement: Better activity spinner
Other minor fixes