Skip to content

Releases: dahuapp/dahu

v0.3 June 2014

18 Jun 14:12
Compare
Choose a tag to compare

New features:

  • tooltips are now displayed
  • tooltips can now be added and are editable in the editor.
  • events onClick and afterPrevious can now be changed directly in the editor.

Enhancements:

  • compilation is more efficient.

Fixes:

  • some bugs have been fixed.

Requirements:

  • requires Java Runtime Environment 8.

To use the .jar file, run java -jar Dahu-0.3.jar or java -jar Dahu-0.3.jar /path/to/project/.

v0.2 Oct 2013

16 Oct 08:39
@moy moy
Compare
Choose a tag to compare
v0.2 Oct 2013 Pre-release
Pre-release

Fixes:

  • fixed packaging

Notes: v0.1 worked when ran with "gradle run", but the generated .jar file and JavaFx native bundles did not. This v0.2 release fixes it.

  • To use the .jar file, run java -jar Dahu-0.2.jar or java -jar Dahu-0.2.jar /path/to/project/.
  • To use the native bundle for Linux, execute the DahuEditor program.

First release of Dahu

13 Oct 17:02
@moy moy
Compare
Choose a tag to compare
First release of Dahu Pre-release
Pre-release

The Dahu editor is far from complete, but the presentation generation works relatively well. If you're ready to use a text editor to edit the "presentation.dahu" file, then Dahu is already usable for you!