Skip to content

Releases: cfourney/OpenHarmony

openHarmony 0.5.0

07 May 18:31
0275047
Compare
Choose a tag to compare

New additions for the pieMenu, following a complete refactor, and addition of $.oPieButton class and subclasses.

openHarmony 0.4.10

23 Apr 17:16
Compare
Choose a tag to compare

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

25 Feb 18:26
Compare
Choose a tag to compare

fixed bug in $.scn.environment which broke $.scn.renderWriteNodes for online scenes.

openHarmony 0.4.8

25 Feb 16:48
Compare
Choose a tag to compare

$.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

23 Feb 15:56
Compare
Choose a tag to compare

added oShape.deleteShape() and oArtLayer.clear() to remove drawing contents

openHarmony 0.4.6

02 Feb 18:04
Compare
Choose a tag to compare

minor fixes for selectedFrames/alertBox

openHarmony 0.4.5

02 Feb 16:50
Compare
Choose a tag to compare

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

23 Nov 17:33
Compare
Choose a tag to compare

patch for typo in attribute.getLinkedColumns()

openHarmony 0.4.3

02 Nov 14:01
Compare
Choose a tag to compare

bugfix for oLineStyle

openHarmony 0.4.2

02 Nov 09:36
Compare
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.