This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Releases: platformio/platformio-atom-ide
Releases · platformio/platformio-atom-ide
2.7.2
2.7.1
- Fixed an error "ENOENT: no such file or directory, open '~/.platformio/homestate.json'"
2.7.0
- 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 inplatformio.ini
project configuration file - Reduced startup time (PIO Core verification process)
2.6.0
- 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
- 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
- Fixed typos in modals
2.4.0
- 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 variablePLATFORMIO_PENV_DIR
- Removed 'showPlatformIOFiles' configuration option,
.pio
folder will shown automatically in project tree
2.3.1
- Use stable PlatformIO Core by default
- Updated minimal dependency of PlatformIO Core to >=3.6.3
2.3.0
- PlatformIO Core Installer:
- Updated minimal dependency of PlatformIO Core to >=3.6.2
2.2.6
- 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