Skip to content

Releases: platformio/platformio-core-installer

1.0.1

04 Mar 15:08
Compare
Choose a tag to compare
  • Download portable Python from PlatformIO Trusted Registry

1.0.0

29 Jan 12:45
Compare
Choose a tag to compare
  • 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 of python3-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

16 Sep 09:47
Compare
Choose a tag to compare
  • Added workaround for "dyld: Symbol not found: _utimensat" issue for macOS < 10.13 (issue #70)
  • Catch "UnicodeDecodeError" when outputting process result (issue #56)

0.3.4

08 Sep 20:16
Compare
Choose a tag to compare
  • Added support for macOS portable Python

0.3.3

24 Jul 13:17
Compare
Choose a tag to compare
  • Use isolated temporary directory instead of a system's (fixes "Permission denied" on Windows)

0.3.2

09 Jun 18:25
Compare
Choose a tag to compare
  • Switch to a portable Python from GitHub releases

0.3.1

03 Jun 19:51
Compare
Choose a tag to compare
  • Renamed --version-requirements to --version-spec for check 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

06 Apr 20:29
Compare
Choose a tag to compare
  • Allowed using core check command with any Python in a system
  • Renamed --dump-state-path to --dump-state option for core check command
  • Other improvements

0.2.0

05 Apr 10:35
Compare
Choose a tag to compare
  • Implemented get-platformio.py check core --dump-state-path option that allows dumping of installer state into JSON file

0.1.1

05 Apr 10:33
Compare
Choose a tag to compare
  • Fixed a broken link to PIO Core docs