Releases: platformio/platformio-core-installer
Releases · platformio/platformio-core-installer
1.0.1
- Download portable Python from PlatformIO Trusted Registry
1.0.0
- Allow passing custom base URL of the Python Package Index using "--pypi-index-url" option (issue #290, issue #404)
- Better detecting of incompatible Conda software
- Recommend installing
python3-venv
on Linux instead ofpython3-distutils
- Install PlatformIO Core to the WinRoot when space is detected in a username (issue #221)
- Drop support for Python 2
- Other bug fixes and improvements.
v0.3.5
0.3.4
- Added support for macOS portable Python
0.3.3
- Use isolated temporary directory instead of a system's (fixes "Permission denied" on Windows)
0.3.2
- Switch to a portable Python from GitHub releases
0.3.1
- Renamed
--version-requirements
to--version-spec
forcheck core
- Updated portable Python to 3.7.7 (Windows)
- Switched to Github Actions for CI (tests on Windows, macOS, Linux, Python 2.7, 3.5-3.8)
- Fixed a bug with incorrect handling
--version-spec
option - Fixed a bug with
core_dir
on Windows when it exists in the root of a drive
0.3.0
- Allowed using
core check
command with any Python in a system - Renamed
--dump-state-path
to--dump-state
option forcore check
command - Other improvements
0.2.0
- Implemented
get-platformio.py check core --dump-state-path
option that allows dumping of installer state into JSON file
0.1.1
- Fixed a broken link to PIO Core docs