Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Releases: platformio/platformio-atom-ide

2.7.2

14 Sep 13:55
Compare
Choose a tag to compare
  • Fixed an issue when Atom has become unresponsive (issue #2444)

2.7.1

14 Jun 12:05
Compare
Choose a tag to compare
  • Fixed an error "ENOENT: no such file or directory, open '~/.platformio/homestate.json'"

2.7.0

13 Jun 18:40
Compare
Choose a tag to compare
  • New PlatformIO Core Installer
    • Switched to the cross-platform and portable get-platformio.py installer script
    • Use built-in portable Python 3 on Windows
  • Added support for extends option in platformio.ini project configuration file
  • Reduced startup time (PIO Core verification process)

2.6.0

20 Nov 21:06
Compare
Choose a tag to compare
  • Minimal requirements for PlatformIO Core is >=4.1.0
  • Added PIO Check project task
  • Automatically shutdown PIO Home server after 1-hour inactivity
  • Ignore PIO Home from Proxy using NO_PROXY environment variable
  • PlatformIO Core Installer:
    • Updated default Python installer to 3.7.5
    • Check Python's "urllib" SSL module
    • Skip Python from msys, mingw, emacs installations

2.5.0

31 Oct 21:18
Compare
Choose a tag to compare
  • Handle "openTextDocument" in VSCode from upcoming PIO Home 3.0 and Project Inspect
  • Use single PIO Home Server instance per multiple windows/sessions
  • Fixed an issue with broken GCC Linter

2.4.1

19 Jul 12:25
Compare
Choose a tag to compare
  • Fixed typos in modals

2.4.0

19 Jul 12:19
Compare
Choose a tag to compare
  • Full support for PlatformIO Core 4.0
  • PlatformIO Core Installer:
    • Added support for Python 3 and its "venv" module
    • Added PIO Remote project tasks
    • Added "Fuses" related project tasks
    • Added "Erase" project task for Espressif and Nordic dev/platforms
    • Implemented ProjectConfig parser following PIO Core 4.0 specification
    • Support custom port for PIO Home server
    • Override default ~/.platformio/penv folder with environment variable PLATFORMIO_PENV_DIR
  • Removed 'showPlatformIOFiles' configuration option, .pio folder will shown automatically in project tree

2.3.1

12 Dec 21:42
Compare
Choose a tag to compare
  • Use stable PlatformIO Core by default
  • Updated minimal dependency of PlatformIO Core to >=3.6.3

2.3.0

29 Nov 22:21
Compare
Choose a tag to compare
  • PlatformIO Core Installer:
    • Drop SockJS, switch to native WebSockets
    • Catch errors when upgrading PIP (issue #436)
    • Check for official Python installation on Windows (resolves issue with a static "sys.prefix" and custom Python builds) (issue #154)
  • Updated minimal dependency of PlatformIO Core to >=3.6.2

2.2.6

23 Nov 19:32
Compare
Choose a tag to compare
  • Use actual Python path when creating a virtual environment
  • Shutdown all PIO Home servers when can't start a new one
  • Better explanation about PIP issue on Windows