File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,11 @@ Bug fix
2121* fix: uncaught `SessionClosedException ` in callback of thread-based session
2222* fix(`#313 <https://github.com/pywebio/PyWebIO/discussions/313 >`_): slider value label don't sync when set value
2323
24+ v1.6.1 (2022/5/22)
25+ ---------------------
26+
27+ * fix (`#380 <https://github.com/pywebio/PyWebIO/issues/380 >`_): `put_processbar() ` don't work when name contains space
28+ * fix (`#385 <https://github.com/pywebio/PyWebIO/issues/385 >`_): bootstrap-select issue
29+ * fix (`#389 <https://github.com/pywebio/PyWebIO/issues/389 >`_): `put_select() ` was hidden by `put_tabs() `
30+ * fix auto hold don't work on script mode
31+ * provide a fallback way when CDN is not available
Original file line number Diff line number Diff line change 11__package__ = 'pywebio'
22__description__ = 'Write interactive web app in script way.'
33__url__ = 'https://pywebio.readthedocs.io'
4- __version__ = "1.6.0 "
5- __version_info__ = (1 , 6 , 0 , 0 )
4+ __version__ = "1.6.1 "
5+ __version_info__ = (1 , 6 , 1 , 0 )
66__author__ = 'WangWeimin'
77__author_email__ = 'wang0.618@qq.com'
88__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments