Skip to content

Releases: cfourney/OpenHarmony

openHarmony 0.4.2

02 Nov 09:36

Choose a tag to compare

added oStroke.style, and a oLineStyle class to wrap the returned value.
some doc fixes
added oArtLayer.drawPath and drawCircle methods
fixes for unlinkOutNode/inNode, now these methods use oLink under the hood.

openHarmony 0.4.1

29 Oct 18:22

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

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

Choose a tag to compare

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

openHarmony 0.3.2

20 Oct 09:25

Choose a tag to compare

added oFile/oFolder "name" setters

openHarmony 0.3.1

13 Oct 16:07

Choose a tag to compare

fixed a bug in oFolder.folders

OpenHarmony 0.3.0

31 Jul 11:13

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

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

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

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