wangweimin před 3 roky
rodič
revize
e6b2b1ce14
2 změnil soubory, kde provedl 10 přidání a 2 odebrání
  1. 8 0
      docs/releases/v1.6.rst
  2. 2 2
      pywebio/__version__.py

+ 8 - 0
docs/releases/v1.6.rst

@@ -21,3 +21,11 @@ Bug fix
 * fix: uncaught `SessionClosedException` in callback of thread-based session
 * fix: uncaught `SessionClosedException` in callback of thread-based session
 * fix(`#313 <https://github.com/pywebio/PyWebIO/discussions/313>`_): slider value label don't sync when set value
 * fix(`#313 <https://github.com/pywebio/PyWebIO/discussions/313>`_): slider value label don't sync when set value
 
 
+v1.6.1 (2022/5/22)
+---------------------
+
+* fix (`#380 <https://github.com/pywebio/PyWebIO/issues/380>`_): `put_processbar()` don't work when name contains space
+* fix (`#385 <https://github.com/pywebio/PyWebIO/issues/385>`_): bootstrap-select issue
+* fix (`#389 <https://github.com/pywebio/PyWebIO/issues/389>`_): `put_select()` was hidden by `put_tabs()`
+* fix auto hold don't work on script mode
+* provide a fallback way when CDN is not available

+ 2 - 2
pywebio/__version__.py

@@ -1,8 +1,8 @@
 __package__ = 'pywebio'
 __package__ = 'pywebio'
 __description__ = 'Write interactive web app in script way.'
 __description__ = 'Write interactive web app in script way.'
 __url__ = 'https://pywebio.readthedocs.io'
 __url__ = 'https://pywebio.readthedocs.io'
-__version__ = "1.6.0"
-__version_info__ = (1, 6, 0, 0)
+__version__ = "1.6.1"
+__version_info__ = (1, 6, 1, 0)
 __author__ = 'WangWeimin'
 __author__ = 'WangWeimin'
 __author_email__ = 'wang0.618@qq.com'
 __author_email__ = 'wang0.618@qq.com'
 __license__ = 'MIT'
 __license__ = 'MIT'