Skip to content

Releases: yesworkflow-org/yw

Alpha release that treats configuration options as case insensitive.

22 Nov 22:21
Compare
Choose a tag to compare

In this release all standard configuration options are case insensitive. Option names are converted to lowercase, while option values for settings with a defined set of allowed values are converted to uppercase.

Alpha release that detects and reports YW annotation syntax errors

06 Nov 21:42
Compare
Choose a tag to compare

This release adds detection of YW annotation syntax errors and reports these errors in a way that should help the user understand, find, and correct the errors.

Alpha release supporting major versions of macOS and Windows

04 Oct 23:31
Compare
Choose a tag to compare

The executables in this alpha release have been tested on macOS 10.12 (Sierra), 10.11 (El Capitan), 10.10 (Yosemite), and 10.9 (Mavericks); and on 32-bit and 64-bit versions of Windows 10, 8.1, 7, and Vista. Windows executables are now fully statically linked.

Alpha release with optimized executables statically linked to stdc++ library

30 Sep 05:28
Compare
Choose a tag to compare

The executables in this alpha release are smaller than in previous releases (3-6 MB rather than 10-64 MB), faster (graphs produced in 100 msec), and are statically linked to the stdc++ library. On macOS a single executable nominally targets macOS versions 10.6-10.12, unlike the previous alpha releases which ran only on macOS 10.12.

Alpha release of YW 1.0 with builtin Graphviz library

29 Sep 18:39
Compare
Choose a tag to compare

This is the first release of YW that can produce SVG images of workflow graphs using a statically linked, minimal Graphviz library. A separate Graphviz installation is no longer required on the user's computer. However, YW can still output DOT format for use with a full-featured Graphviz installation, e.g. if other graphics formats are needed.

First alpha release of YesWorkflow 1.0

26 Sep 06:10
Compare
Choose a tag to compare
Pre-release

First C++ version of YesWorkflow that produces DOT representations of the three standard views of the workflow graph on current versions of 64-bit Windows, macOS, and Ubuntu,