Skip to content

1.3.4

Latest
Compare
Choose a tag to compare
@cocktailpeanut cocktailpeanut released this 02 Apr 17:34

1.3.4: Bug Fix Update

  1. Remove constant logging: a recent release added a feature that keeps the most up-to-date system info to be fed into API calls. But this was not optimal because it kept refreshing the machine every few seconds even when nothing is running. Removed this and instead queries the system info only right before making an RPC call, which has the same effect but no need to keep querying.
  2. Registry fix: Some people experienced issues with recent releases where Pinokio kept saying the "registry" module is not installed. This was because of some terminal parsing issue, and has been fixed.
  3. Proxy port: Do NOT use the default 8000 to create proxies. Instead, the proxy ports start from 42420. When a proxy.start API call is made, Pinokio scans open ports starting from 42420 and starts a proxy using the first discovered port.