Bug Fix
Again fixed a lot of issues based on bug reports since 3.3
- Port 42000: all pinokio instances will now use port 42000 regardless of platform.
- UV Fix: In some cases, using the automatic python download feature of UV was not working properly because UV for some reason uses system python instead of managed python, which loses isolation. Now UV uses totally isolated managed python, which works on any OS and any system.
- visual studio installer fix
- Fix Networking issues: In some cases, having certain environment variables set messes up network connections, so Pinokio makes sure to ignore them
- Start logging immediately after the app starts (instead of after everything is initialized): Because something could go wrong while initializing, and need to capture hose too.