Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 485b6ef

Browse files
updates for 1.6.2 release
1 parent 56513cb commit 485b6ef

File tree

3 files changed

+6
-28
lines changed

3 files changed

+6
-28
lines changed

‎custom_components/pyscript/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"issue_tracker": "https://github.com/custom-components/pyscript/issues",
1313
"requirements": ["croniter==6.0.0", "watchdog==6.0.0"],
1414
"ssdp": [],
15-
"version": "1.6.1",
15+
"version": "1.6.2",
1616
"zeroconf": []
1717
}

‎docs/conf.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'Craig Barratt'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '1.6.1'
26+
release = '1.6.2'
2727

2828
master_doc = 'index'
2929

‎docs/new_features.rst‎

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,14 @@ You can also install the master (head of tree) version from GitHub, either using
88
Because pyscript has quite a few unit tests, generally the master version should work ok. But it's not
99
guaranteed to work at any random time, and newly-added features might change.
1010

11-
This is 1.6.1, released on July 27, 2024. Here is the `documentation
12-
<https://hacs-pyscript.readthedocs.io/en/1.6.1>`__ for that release. Here is the
11+
This is 1.6.2, released on March 19, 2025. Here is the `documentation
12+
<https://hacs-pyscript.readthedocs.io/en/1.6.2>`__ for that release. Here is the
1313
`stable documentation <https://hacs-pyscript.readthedocs.io/en/stable>`__ for
1414
the latest release.
1515

1616
Over time, the master (head of tree) version in GitHub will include new features and bug fixes.
1717
Here is the `latest documentation <https://hacs-pyscript.readthedocs.io/en/latest>`__ if you want
1818
to see the development version of the documentation.
1919

20-
If you want to see development progress since 1.6.1, see
21-
`new features <https://hacs-pyscript.readthedocs.io/en/latest/new_features.html>`__ in the latest
22-
documentation, or look at the `GitHub repository <https://github.com/custom-components/pyscript>`__.
23-
24-
Planned new features post 1.6.1 include:
25-
26-
- Services defined in pyscript should support entity methods if they include an ``entity_id`` keyword argument.
27-
- Consider supporting the built-in functions that do I/O, such as ``open``, ``read`` and ``write``, which
28-
are not currently supported to avoid I/O in the main event loop, and also to avoid security issues if people
29-
share pyscripts. The ``print`` function only logs a message, rather than implements the real ``print`` features,
30-
such as specifying an output file handle. Support might be added in the future using an executor job, perhaps
31-
enabled when ``allow_all_imports`` is set.
32-
33-
The new features since 1.6.1 in master include:
34-
35-
None yet.
36-
37-
Breaking changes since 1.6.1 include:
38-
39-
None yet.
40-
41-
Bug fixes since 1.6.1 include:
42-
43-
None yet.
20+
If you want to see development progress since 1.6.2, look at the
21+
`GitHub repository <https://github.com/custom-components/pyscript>`__.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /