Releases: platformio/platformio-node-helpers
Releases · platformio/platformio-node-helpers
5.1.1
- Use
%USERPROFILE%when looking for a home directory on Windows - Generate
pip.confinpenv, use officialget-pip.pyinstaller - Lock
penvto the system version and arch - Automatically expand env var patterns on Windows in %xxx% format
- Windows: Python is valid when Scripts folder exists or venv is built-in
5.1.0
- Python 3 has the highest priority over the Python 2
- Use Python 3.7 as a default installer for Windows
5.0.5
5.0.4
- Catch "ModuleNotFoundError: No module named 'distutils" error
5.0.3
- Show multi-environment tasks when more than one env is declared
- Automatically add
autolabel for autogenerated issue
5.0.2
- Fix issue when non-multi-environment tasks were listed in Project Tasks
5.0.1
- Fix for support Node.JS >=8
5.0.0
- Add support for Python 3 and its "venv" module
- Add "Fuses" related project tasks (issues #5, #6)
- Add "Erase" project task for Espressif and Nordic dev/platforms
- Add PIO Remote project tasks
- Implement ProjectConfig parser follows PIO Core 4.0 specification
- Support custom port for PIO Home server
- Override default
~/.platformio/penvfolder with environment variablePLATFORMIO_PENV_DIR(issue #4) - Do not encode Github title and description (issue #7)
4.1.0
- Use EnvBinDir as CWD for runCommand by default
- Use ".platformio" directory in the root of disk if it was created before (Windows)
4.0.0
- Catch errors when upgrading PIP
- Drop SockJS, switch to native WebSockets
- Update dependencies
- Check for official Python installation on Windows (resolve issue with static sys.prefix and custom python builds)