Skip to content

v2.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 23:14
203d20a

Server

Patch Changes

  • 7139bbd: Fix package download and upload in Safari.

    • Download: the server now sends a Content-Disposition: attachment; filename="*.rnbopack" header for package files, so Safari saves them with the correct .rnbopack extension instead of .tar.
    • Upload: replaced the per-request OSCQuery message listener with a single shared message router. This eliminates the MaxListenersExceededWarning raised while installing packages that add many paths at once, and ensures a missing reply surfaces as a timeout error instead of hanging the install silently.

    re #346

Client

Minor Changes

  • ae4652f: Implement datafile subdirectory navigation, uploading, deleting, mapping. re #320

Patch Changes

  • 7139bbd: Fix package download and upload in Safari.

    • Download: the server now sends a Content-Disposition: attachment; filename="*.rnbopack" header for package files, so Safari saves them with the correct .rnbopack extension instead of .tar.
    • Upload: replaced the per-request OSCQuery message listener with a single shared message router. This eliminates the MaxListenersExceededWarning raised while installing packages that add many paths at once, and ensures a missing reply surfaces as a timeout error instead of hanging the install silently.

    re #346

  • 02bb3a4: Fix bug where parameter values weren't updating in real-time when the parameter name contained spaces.

    re #350