Releases: dahuapp/dahu
Releases · dahuapp/dahu
v0.3 June 2014
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
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
orjava -jar Dahu-0.2.jar /path/to/project/
. - To use the native bundle for Linux, execute the
DahuEditor
program.
First release of Dahu
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!