0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00
Files
bec_widgets/CHANGELOG.md
semantic-release 8a354690c9 0.103.0
Automatically generated by python-semantic-release
2024-09-04 12:33:15 +00:00

6.7 KiB

CHANGELOG

v0.103.0 (2024-09-04)

Ci

  • ci: prefill variables for manual pipeline start (158c19e)

Feature

  • feat(vscode): open vscode on a free port (52da835)

  • feat(website): added method to wait until the webpage is loaded (9be19d4)

Fix

  • fix(theme): fixed segfault for webengineview for auto updates (9866075)

Test

  • test(webview): fixed tests after refactoring (d5eb30c)

  • test(vscode): popen call does not have to be the only one (39f98ec)

v0.102.0 (2024-09-04)

Documentation

  • docs(buttons): buttons section of docs split to appearance and queue buttons (047aa26)

  • docs(tests): added tests tutorial for widget (18d8561)

Feature

  • feat(queue): BECQueue controls extended with Resume, Stop, Abort, Reset buttons (0d7c10e)

Fix

  • fix(queue_reset_button): queue reset has to be confirmed with msgBox (9dd43aa)

Refactor

  • refactor(tests): positioner box test changed to use create_widget fixture (df5eff3)

v0.101.0 (2024-09-02)

Feature

  • feat: add Dap dialog widget (9781b77)

Refactor

  • refactor: add docs, cleanup (61ecf49)

v0.100.0 (2024-09-01)

Documentation

  • docs(becwidget): improvements to the bec widget base class docs; fixed type hint import for sphinx (99d5e8e)

Feature

  • feat(theme): added theme handler to bec widget base class; added tests (7fb938a)

Fix

  • fix(pyqt slot): removed slot decorator to avoid problems with pyqt6 (6c1f89a)

v0.99.15 (2024-08-31)

Fix

  • fix(theme): update pg axes on theme update (af23e74)

  • fix(positioner_box): fixed positioner box dialog; added test; closes #332 (0bf1cf9)

v0.99.14 (2024-08-30)

Fix

  • fix(color_button): signal and slot added for selecting color and for emitting color after change (99a98de)

  • fix(color_button): inheritance changed to QWidget (3c0e501)

v0.99.13 (2024-08-30)

Documentation

  • docs: minor updates to the widget tutorial (ec9c8f2)

  • docs(widget tutorial): step by step guide added (b32ced8)

Fix

  • fix(dark mode button): fixed dark mode button state for external updates, including auto (a3110d9)

v0.99.12 (2024-08-29)

Fix

  • fix(toolbar): widget action added (2efd487)

  • fix(reset_button): reset button added (6ed1efc)

  • fix(abort_button): abort button added; some minor fixes (a568633)

v0.99.11 (2024-08-29)

Fix

  • fix(resume_button): resume button added (8be8295)

Refactor

  • refactor(icons): general app icon changed; jupyter app icon changed to material icon (5d73fe4)

  • refactor: add option to select scan and hide arg bundle buttons (7dadab1)

v0.99.10 (2024-08-29)

Fix

  • fix(stop_button): queue logic scan changed to halt instead of abort and reset (4a89028)

Refactor

  • refactor(stop_button): stop button changed to QWidget and adapted for toolbar (097946f)

  • refactor: added hide option for device selection button (cdd1752)

v0.99.9 (2024-08-28)

Fix

  • fix: fixed build process and excluded docs and tests from tarballs and wheels (719254c)

v0.99.8 (2024-08-28)

Fix

  • fix(website): fixed designer integration for website widget (5f37e86)

Refactor

  • refactor(website): changed inheritance of website widget to simple qwidget; closes #325 (9925bbd)

v0.99.7 (2024-08-28)

Fix

  • fix(toolbar): material icons can accept color as kwarg (ffc871e)

v0.99.6 (2024-08-28)

Fix

  • fix(toolbar): use of native qt separators (09c6c93)