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.rnbopackextension instead of.tar. - Upload: replaced the per-request OSCQuery message listener with a single shared message router. This eliminates the
MaxListenersExceededWarningraised 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
- Download: the server now sends a
Client
Minor Changes
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.rnbopackextension instead of.tar. - Upload: replaced the per-request OSCQuery message listener with a single shared message router. This eliminates the
MaxListenersExceededWarningraised 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
- Download: the server now sends a
-
02bb3a4: Fix bug where parameter values weren't updating in real-time when the parameter name contained spaces.
re #350