Skip to content

Releases: platformio/platformio-core-installer

1.2.2

20 Jan 19:22
Compare
Choose a tag to compare
  • Update PIP tool using built-in pip module

1.2.1

28 Jul 16:39
Compare
Choose a tag to compare
  • Ensure system Python has the highest priority
  • Raise "missed venv" exception only when the compatible Pythons are not found (issue #85)

1.2.0

10 Jul 10:32
Compare
Choose a tag to compare
  • Allowed to override installer script via system environment PLATFORMIO_INSTALLER_TMPDIR variable
  • Ensure that "ensurepip" module is installed

1.1.3

31 May 13:02
Compare
Choose a tag to compare
  • Ensure Python venv module is installed
  • Set 10sec default timeout to all HTTP requests

1.1.2

22 Jun 15:14
Compare
Choose a tag to compare
  • Check only the major platform release version (issue #644)

1.1.1

11 Feb 15:42
Compare
Choose a tag to compare
  • Ensure that "platformio --help" command works

1.1.0

05 Nov 10:32
Compare
Choose a tag to compare
  • Implement checking "global" PlatformIO Core installation with a new --global flag

1.0.4

04 Nov 16:46
Compare
Choose a tag to compare
  • Fixed an "AttributeError: 'dict' object has no attribute 'name'" when fetching portable Python (issue #1778)

1.0.3

14 Aug 13:33
Compare
Choose a tag to compare
  • Fix a bug with "OSError / WinError" when looking for a compatible Python
  • Fixed "UnboundLocalError" (issue #949)

1.0.2

13 Apr 11:04
Compare
Choose a tag to compare
  • Do not raise an exception when checking PlatformIO Core for updates and the Internet is off-line