Skip to content

Commit

Permalink
post-release doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jul 28, 2024
1 parent 4b2e708 commit a8d7ff0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/new_features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,24 @@ to see the development version of the documentation.
If you want to see development progress since 1.6.0, see
`new features <https://hacs-pyscript.readthedocs.io/en/latest/new_features.html>`__ in the latest
documentation, or look at the `GitHub repository <https://github.com/custom-components/pyscript>`__.

Planned new features post 1.6.0 include:

- Services defined in pyscript should support entity methods if they include an ``entity_id`` keyword argument.
- Consider supporting the built-in functions that do I/O, such as ``open``, ``read`` and ``write``, which
are not currently supported to avoid I/O in the main event loop, and also to avoid security issues if people
share pyscripts. The ``print`` function only logs a message, rather than implements the real ``print`` features,
such as specifying an output file handle. Support might be added in the future using an executor job, perhaps
enabled when ``allow_all_imports`` is set.

The new features since 1.6.0 in master include:

None yet.

Breaking changes since 1.6.0 include:

None yet.

Bug fixes since 1.6.0 include:

None yet.

0 comments on commit a8d7ff0

Please sign in to comment.