Releases: pinokiocomputer/pinokio
Releases · pinokiocomputer/pinokio
Release list
0.0.84
0.0.83
0.0.82
0.0.81
- Allow long paths on windows when using git
- Add
C:\\Windows\\System32to the PATH environment variable on Windows just in case it's not already there - Some URLs are not downloading, use github releases link (for nodejs and conda)
- Install LLVM via homebrew because the mac native clang throws an error with "unsupported option -fopenmp" sometimes
- disallow non ascii folder paths => conda silently fails to install when trying to install to a folder path with non ascii characters
0.0.78
support "filter" function to the menu array
{
filter: () => {
return !running
},
html: ...,
href: ....
}
0.0.77
For windows, allow long path for git (and pip installs that use git)
0.0.76
miniconda download URL fix for windows
0.0.75
Trying to fix the node.js binary download connection error => using github releases instead of the unreliable nodejs.org