nelson v0.4.8 Release Notes

Release Date: 2020-08-26 // over 3 years ago
    • multiplatforms files association based on Inter-process communication. open, load, execute files in latest created Nelson's process.

    • event loop and command queue updated.

    • fix play, playblocking, resume builtin.

    • getpid() returns current process identificator.

    • getpid('running') returns all nelson processes identificators currently running for current user.

    • hostname() returns current host name of your computer.

    • username() returns current user name used on your computer.

    • isvector checks if input is an vector.

    Compilation:

    • libffi 3.3 was not detected on Macos X.

    • libicu4c 67.1 was not detected on Macos X.

    • Qt 5.15 official package was not detected on Macos X.

    • libsndfile 1.29.0 on Windows.

    • libcurl 7.72.0 on Windows.

    • libbost 1.74.0 on Windows.

    • CMake 3.18.1 used on Windows.

    • GitHub CI MacOS x Catalina.