@@ -8,36 +8,15 @@ You can also install the master (head of tree) version from GitHub, either using
88Because pyscript has quite a few unit tests, generally the master version should work ok. But it's not
99guaranteed to work at any random time, and newly-added features might change.
1010
11- This is 1.4 .0, released on April 4 , 2023. Here is the `documentation
12- <https://hacs-pyscript.readthedocs.io/en/1.4 .0> `__ for that release. Here is the
11+ This is 1.5 .0, released on July 30 , 2023. Here is the `documentation
12+ <https://hacs-pyscript.readthedocs.io/en/1.5 .0> `__ for that release. Here is the
1313`stable documentation <https://hacs-pyscript.readthedocs.io/en/stable >`__ for
1414the latest release.
1515
1616Over time, the master (head of tree) version in GitHub will include new features and bug fixes.
1717Here is the `latest documentation <https://hacs-pyscript.readthedocs.io/en/latest >`__ if you want
1818to see the development version of the documentation.
1919
20- If you want to see development progress since 1.4 .0, see
20+ 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
2222documentation, or look at the `GitHub repository <https://github.com/custom-components/pyscript >`__.
23-
24- Planned new features post 1.4.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.4.0 in master include:
34-
35- None yet.
36-
37- Breaking changes since 1.4.0 include:
38-
39- None yet.
40-
41- Bug fixes since 1.4.0 include:
42-
43- None yet.
0 commit comments