You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. |INTERPOLATION| replace:: `Interpolation of Values <https://docs.platformio.org/en/latest/projectconf/interpolation.html>`__
6
7
7
8
.. _release_notes_6:
8
9
@@ -11,6 +12,13 @@ PlatformIO Core 6
11
12
12
13
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
13
14
15
+
6.0.1 (2022-05-17)
16
+
~~~~~~~~~~~~~~~~~~
17
+
18
+
* Improved support for the renamed configuration options (`issue #4270 <https://github.com/platformio/platformio-core/issues/4270>`_)
19
+
* Fixed an issue when calling the built-in `pio device monitor <https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html#filters>`__ filters
20
+
* Fixed an issue when using |INTERPOLATION| and merging str+int options (`issue #4271 <https://github.com/platformio/platformio-core/issues/4271>`_)
21
+
14
22
6.0.0 (2022-05-16)
15
23
~~~~~~~~~~~~~~~~~~
16
24
@@ -92,7 +100,7 @@ Please check the `Migration guide from 5.x to 6.0 <https://docs.platformio.org/e
92
100
93
101
* **Project Configuration**
94
102
95
-
- Extended `Interpolation of Values <https://docs.platformio.org/en/latest/projectconf/interpolation.html>`__ with ``${this}`` pattern (`issue #3953 <https://github.com/platformio/platformio-core/issues/3953>`_)
103
+
- Extended |INTERPOLATION| with ``${this}`` pattern (`issue #3953 <https://github.com/platformio/platformio-core/issues/3953>`_)
96
104
- Embed environment name of the current section in the |PIOCONF| using ``${this.__env__}`` pattern
97
105
- Renamed the "src_build_flags" project configuration option to the `build_src_flags <https://docs.platformio.org/en/latest/projectconf/section_env_build.html#build-src-flags>`__
98
106
- Renamed the "src_filter" project configuration option to the `build_src_filter <https://docs.platformio.org/en/latest/projectconf/section_env_build.html#build-src-filter>`__
0 commit comments