|
105 | 105 | <li class="toctree-l1"><a class="reference internal" href="../faq/index.html">FAQ</a></li> |
106 | 106 | <li class="toctree-l1 current"><a class="current reference internal" href="#">Release Notes</a><ul> |
107 | 107 | <li class="toctree-l2"><a class="reference internal" href="#platformio-core-6">PlatformIO Core 6</a><ul> |
108 | | -<li class="toctree-l3"><a class="reference internal" href="#id1">6.1.19 (2025-??-??)</a></li> |
| 108 | +<li class="toctree-l3"><a class="reference internal" href="#id1">6.1.19 (2026-??-??)</a></li> |
109 | 109 | <li class="toctree-l3"><a class="reference internal" href="#id2">6.1.18 (2025-03-11)</a></li> |
110 | 110 | <li class="toctree-l3"><a class="reference internal" href="#id3">6.1.17 (2025-02-13)</a></li> |
111 | 111 | <li class="toctree-l3"><a class="reference internal" href="#id4">6.1.16 (2024-09-26)</a></li> |
@@ -177,10 +177,11 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this |
177 | 177 | PlatformIO’s collaborative ecosystem, embracing declarative principles, |
178 | 178 | test-driven methodologies, and modern toolchains for unrivaled success.</p> |
179 | 179 | <section id="id1"> |
180 | | -<h3>6.1.19 (2025-??-??)<a class="headerlink" href="#id1" title="Link to this heading"></a></h3> |
| 180 | +<h3>6.1.19 (2026-??-??)<a class="headerlink" href="#id1" title="Link to this heading"></a></h3> |
181 | 181 | <ul class="simple"> |
182 | 182 | <li><p>Added support for Python 3.14</p></li> |
183 | 183 | <li><p>Upgraded the <a class="reference external" href="https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/doctest.html">Doctest</a> testing framework to version 2.4.12, the <a class="reference external" href="https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/doctest.html">GoogleTest</a> to version 1.17.0, and the <a class="reference external" href="https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/unity.html">Unity</a> to version 2.6.1, incorporating the latest features and improvements for enhanced testing capabilities</p></li> |
| 184 | +<li><p>Improved error messages for package installation to make it easier to understand when a package is missing or incompatible (<a class="reference external" href="https://github.com/platformio/platformio-core/pull/5336">pull #5336</a>).</p></li> |
184 | 185 | <li><p>Fixed a regression issue where custom build flags were not properly reflected in the <a class="reference external" href="https://docs.platformio.org/en/latest/integration/compile_commands.html">compile_commands.json</a> file, ensuring accurate compilation database generation</p></li> |
185 | 186 | <li><p>Fixed an issue where fully-qualified serial port URLs (e.g., <code class="docutils literal notranslate"><span class="pre">rfc2217://host:port</span></code>) were incorrectly treated as wildcard patterns (<a class="reference external" href="https://github.com/platformio/platformio-core/issues/5225">issue #5225</a>)</p></li> |
186 | 187 | <li><p>Fixed an issue where the toolchain path in static analysis was not handled correctly if it contained spaces (<a class="reference external" href="https://github.com/platformio/platformio-core/issues/5351">pull #5351</a>)</p></li> |
|
0 commit comments