Releases: cfourney/OpenHarmony
openHarmony 0.5.0
New additions for the pieMenu, following a complete refactor, and addition of $.oPieButton class and subclasses.
openHarmony 0.4.10
FINALLY added oGroupNode.getNodesByType/oScene.getNodesByType
wrapped undo in a counter to allow the undo stack to ignore functions wrapped in their own undo
throw explicit errors when using unavailable oDrawing functions in batchmode
openHarmony 0.4.9
fixed bug in
openHarmony 0.4.8
$.batchMode now properly detects if harmony is run windowless in cli or subprocess. Any widget spawned in batch mode is replaced by a print or ignored.
openHarmony 0.4.7
added oShape.deleteShape() and oArtLayer.clear() to remove drawing contents
openHarmony 0.4.6
minor fixes for selectedFrames/alertBox
openHarmony 0.4.5
fixed some doc, added some new functions to oDrawingNode:
oDrawingNode.timingColumn property (quick access to the oDrawingNode.attributes.drawing.element.column)
oDrawingNode.getDrawingAtFrame() function to get the drawing object displayed at a given frame
added global scope access to the $ object by adding it to this.proto
openHarmony 0.4.4
patch for typo in attribute.getLinkedColumns()
openHarmony 0.4.3
bugfix for oLineStyle
openHarmony 0.4.2
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.