Skip to content

Commit f93d3d5

Browse files
committed
Resolved a regression issue that prevented PIO Home from opening external links // Resolve #5084
1 parent 145142e commit f93d3d5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Release Notes
88
.. |UNITTESTING| replace:: `Unit Testing <https://docs.platformio.org/en/latest/advanced/unit-testing/index.html>`__
99
.. |DEBUGGING| replace:: `Debugging <https://docs.platformio.org/en/latest/plus/debugging.html>`__
1010
.. |STATICCODEANALYSIS| replace:: `Static Code Analysis <https://docs.platformio.org/en/latest/advanced/static-code-analysis/index.html>`__
11+
.. |PIOHOME| replace:: `PIO Home <https://docs.platformio.org/en/latest/home/index.html>`__
1112

1213
.. _release_notes_6:
1314

@@ -21,6 +22,8 @@ test-driven methodologies, and modern toolchains for unrivaled success.
2122
6.1.18 (2025-??-??)
2223
~~~~~~~~~~~~~~~~~~~
2324

25+
* Resolved a regression issue that prevented |PIOHOME| from opening external links (`issue #5084 <https://github.com/platformio/platformio-core/issues/5084>`_)
26+
2427
6.1.17 (2025-02-13)
2528
~~~~~~~~~~~~~~~~~~~
2629

@@ -90,7 +93,7 @@ test-driven methodologies, and modern toolchains for unrivaled success.
9093
~~~~~~~~~~~~~~~~~~~
9194

9295
* Resolved a possible issue that may cause generated projects for `PlatformIO IDE for VSCode <https://docs.platformio.org/en/latest/integration/ide/vscode.html>`__ to fail to launch a debug session because of a missing "objdump" binary when GDB is not part of the toolchain package
93-
* Resolved a regression issue that resulted in the malfunction of the Memory Inspection feature within `PIO Home <https://docs.platformio.org/en/latest/home/index.html>`__
96+
* Resolved a regression issue that resulted in the malfunction of the Memory Inspection feature within |PIOHOME|
9497

9598
6.1.10 (2023-08-11)
9699
~~~~~~~~~~~~~~~~~~~

platformio/dependencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_core_dependencies():
2929
def get_pip_dependencies():
3030
core = [
3131
"bottle == 0.13.*",
32-
"click >=8.0.4, <9",
32+
"click >=8.0.4, <8.1.8",
3333
"colorama",
3434
"marshmallow == 3.*",
3535
"pyelftools >=0.27, <1",

0 commit comments

Comments
 (0)