Skip to content

Releases: CooLearning/playground

v1.1.2

10 Nov 16:30
Compare
Choose a tag to compare

1.1.2 (2021-11-10)

Bug Fixes

  • release: Handle asset generation and upload directly with semantic-release (830b51c)

v1.1.1

10 Nov 16:23
Compare
Choose a tag to compare

1.1.1 (2021-11-10)

Bug Fixes

  • release: Improve publish-and-deploy performance + Correctly add the archive to released assets (fa47dd3)

v1.1.0

10 Nov 16:16
Compare
Choose a tag to compare

1.1.0 (2021-11-10)

Features

  • Add devices UI for dynamic selection of MIDI ports + Make the MIDI service populate the state of available devices + Add various improvements (bb08a36)
  • Handle disconnections for picked devices (selector/controller) + Add dynamic rendering to devices UI (85fd764)

v1.0.2

10 Nov 02:07
Compare
Choose a tag to compare

1.0.2 (2021-11-10)

Bug Fixes

  • network: make sure to keep weight dead if dest./source node is disabled (6fc9b3a)

v1.0.1

10 Nov 01:39
Compare
Choose a tag to compare

1.0.1 (2021-11-10)

Bug Fixes

  • a long click with the mouse on the playground to disable a neuron now correctly unselect it + migrate playground UI logic from facade to view model (f478ec4)
  • device/controller: add a check when trying to update a undefined input weight (0100772)

Performance Improvements

  • migrate learn/unlearn logic from state to view model (d09d9b7)
  • migrate old state into new model + add parameters UI view model (6d6b484)
  • remove prototypes methods + remove unused statements (1e796fd)

v1.0.0

09 Nov 20:09
Compare
Choose a tag to compare

1.0.0 (2021-11-09)

Features