Skip to content

Commit a404d03

Browse files
committed
post release doc update
1 parent 918b465 commit a404d03

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/new_features.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,24 @@ to see the development version of the documentation.
2020
If you want to see development progress since 1.5.0, see
2121
`new features <https://hacs-pyscript.readthedocs.io/en/latest/new_features.html>`__ in the latest
2222
documentation, or look at the `GitHub repository <https://github.com/custom-components/pyscript>`__.
23+
24+
Planned new features post 1.5.0 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.5.0 in master include:
34+
35+
None yet.
36+
37+
Breaking changes since 1.5.0 include:
38+
39+
None yet.
40+
41+
Bug fixes since 1.5.0 include:
42+
43+
None yet.

0 commit comments

Comments
 (0)