Skip to content

Releases: BlackEdder/plotd

Further fixes to gtk version

14 Feb 14:38
Compare
Choose a tag to compare
Pre-release

Improve stability of gtk window.

Make sure release is picked up by code.dlang.org

12 Feb 15:40
Compare
Choose a tag to compare
Donnot strip gtk builds. Stripping seems to cause problems when opening

multiple windows

Testing travis deployment

12 Feb 14:28
Compare
Choose a tag to compare
Pre-release

This release is only to test building release files with travis. Nothing else was changed.

Use ggplotd as the backend and changes to commandline interface

12 Feb 10:19
Compare
Choose a tag to compare

During this update we switched from using cairoD directly to building on ggplotd for the drawing. We also revamped the command line options. This means that you cannot use plotcli with the same arguments as before. This change was made because the new version more directly maps to ggplotd design, making it easier to support all the power of ggplotd, just from the command line.

As a side benefit it also allows us more freedom, because it enables us to use the same column both for x data and for y data, which allows us much more freedom in how to create multiple plots. I.e. if I want to plot column 1 versus column 2 and column 3 versus column 1, this is now possible.

Wider compiler support

16 Aug 11:15
Compare
Choose a tag to compare

Added testing support for more compilers (ldc and gdc) courtesy of @MartinNowak