Skip to content

Releases: cfourney/OpenHarmony

openHarmony 0.4.1

29 Oct 18:22
Compare
Choose a tag to compare

bugfix for adding oGroup
oVertex class to model the points on the curves of drawings
oStroke.addPoints now correctly updates the path of the oStroke object and returns the oVertex objects that describe the points that were created.

openHarmony 0.4.0

27 Oct 18:34
Compare
Choose a tag to compare

added more functions to oStroke/oShape to get intersections/ add points on a stroke.

openHarmony 0.3.3

20 Oct 10:12
Compare
Choose a tag to compare

fixes for file/folder rename and oFolder.listFolders (now excludes "..")

openHarmony 0.3.2

20 Oct 09:25
Compare
Choose a tag to compare

added oFile/oFolder "name" setters

openHarmony 0.3.1

13 Oct 16:07
Compare
Choose a tag to compare

fixed a bug in oFolder.folders

OpenHarmony 0.3.0

31 Jul 11:13
Compare
Choose a tag to compare

new functions to convert to/from scene coordinates to drawing space in oPoint
fixes:
oDrawingNode.exposeAllDrawings,
oDrawingColumn.extendExposures,
oDrawingColumn/oDrawingNode.duplicate()
oDrawing.pivot
replace broken reference oDrawingLayer with oArtLayer (Thanks to https://github.com/jdresner for his contribution)

OpenHarmony 0.2.11

15 Jul 17:26
Compare
Choose a tag to compare

fix for getOutLinks when two links are coming out of the same outPort
fix for linkedInNodes and linkedOutNodes (previously would return the node themselves, not the connected node)
support export of camera Nodes in oScene.exportLayoutImage to export a blank frame.

OpenHarmony 0.2.10

09 Jul 16:56
Compare
Choose a tag to compare

small fix for oNode.getOutLinks
removed a debug trace from setting an attribute

OpenHarmony 0.2.9

05 Jul 19:04
Compare
Choose a tag to compare

fixes to oNodeLinks/oLinks: added oLink.insertNode/ oNode.linkedInNodes/ oNode.linkedOutNodes.
oLink.connect() will now attempt to guess ports to use when not provided.
fix for createBackdrop when creating in a group (thanks to https://github.com/karmakat)
fix for oNode.clone

OpenHarmony 0.2.8

20 Jun 15:46
Compare
Choose a tag to compare

small fix for oScene.selectedPalette (now returns null when no palette is selected instead of invalid oPalette).
minor documentation fixes for oNode.getLinkedInNode()