Skip to content

Releases: jean-emmanuel/open-stage-control

v0.8.0

11 Oct 15:08
Compare
Choose a tag to compare

Changelog:

  • main
    • the headless server/clients model is now the only one beeing used : the GUI mode is nothing more than an embedded chromium (electron) client
    • when a new client opens a session on the server, it is synchronized with the other clients
    • new switches : --no-gui, --gui-only, --port, --osc-port, --version (see docs)
  • ui
    • explicit loadings
  • widgets
    • make push's backlight only respond to external osc messages (not to synchronization messages from other widgets or clients)
    • removed special false value case for push/toggles (which used to disable osc sending)
    • add norelease option to push for disabling osc messages when releasing the button
    • true and false values are now properly sent as boolean
  • engine
    • electron 1.4.3
  • misc
    • rewritten matrices with prototypes inheritance

v0.7.0

28 Sep 22:14
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • osc messages with 0-item and 1-item args are correctly unpacked and routed
    • buttons can handle messages with 0 arg if one of their state has the value "null"
  • ui
    • nice and bigger scrollbar
    • right-click no longer starts a dragging gesture
  • editor
    • copy/paste data auto-incrementation fix
  • widgets
    • new equalizer plotter
    • push/toggles made more obvious
    • knob's new options: angle and origin
    • fader's new option: origin
  • engine
    • electron 1.4.1 (chrome 53, node 6.5.0)
  • misc
    • added --examples switch for showing the availabe example sessions instead of the history
    • rewritten sliders and plots using canvas and prototypes inheritance
    • reorganized package using the two-package.json structure: js and css assets are now create at build time, and only necessary dependencies are shipped with the app

v0.6.3

09 Sep 14:40
Compare
Choose a tag to compare

Changelog:

  • bug fixes
    • regression (since 498ba4a) breaking the editor on touch devices

v0.6.2

07 Sep 22:49
Compare
Choose a tag to compare

Changelog:

  • cool stuff
    • armv7l prebuilt binaries ! (raspberry 2, etc)
  • engine
    • electron 1.3.5

v0.6.1

17 Aug 08:53
Compare
Choose a tag to compare

v0.6.0

08 Jun 11:31
Compare
Choose a tag to compare

v0.5.4

05 Jun 16:44
Compare
Choose a tag to compare

v0.5.3

20 May 17:47
Compare
Choose a tag to compare

v0.5.2

17 May 06:53
Compare
Choose a tag to compare

v0.5.1

16 May 12:49
Compare
Choose a tag to compare