0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00
Files
bec_widgets/CHANGELOG.md
semantic-release e8ae6f2e43 0.97.0
Automatically generated by python-semantic-release
2024-08-23 13:06:31 +00:00

6.6 KiB

CHANGELOG

v0.97.0 (2024-08-23)

Feature

  • feat(designer): added designer icon factory (82a55dd)

Fix

  • fix(toolbar icon): fixed material icon toolbar for theme changes (3ecbd60)

v0.96.3 (2024-08-23)

Documentation

  • docs(dispatcher): docs added (dd7c71b)

Fix

  • fix: minor fixes for type annotations (8c2e7c8)

v0.96.2 (2024-08-22)

Fix

  • fix(waveform): validation of custom curves removed (af28574)

  • fix(waveform): skip validation for curves that are not BECCurve instances (617db36)

v0.96.1 (2024-08-22)

Ci

  • ci: fail pytest after 2 failed tests (f0203d9)

Fix

  • fix(crosshair): update markers if necessary (4473805)

  • fix(waveform_widget): fixed icon appearance (f98a9f9)

  • fix: bubble-up signals (2fe72c9)

  • fix(crosshair): fixed crosshair for image and waveforms (37835cb)

v0.96.0 (2024-08-22)

Documentation

  • docs(scan_control): added designer options (9d7718c)

Feature

  • feat(scan_control): added the ability to configure the scan control widget from designer (9d8fb0b)

v0.95.1 (2024-08-22)

Documentation

  • docs: links section added (2bf5c70)

Fix

  • fix(docs): changed link to scan gui config in main docs (640464a)

Refactor

  • refactor: removed designer pngs (84abe46)

  • refactor: moved to dynamically loaded material design icons (1d2afaa)

v0.95.0 (2024-08-21)

Documentation

  • docs(device_browser): added user docs (2c31cc9)

  • docs(user): widget gallery with documentation added (7357f3d)

  • docs: added sphinx-inline-tabs as sphinx dependency (e9ecd26)

  • docs(cards): changed index cards to custom css class instead of overwriting the default sd-card theme (91ba30e)

Feature

  • feat(cli): added device_browser to cli (196504b)

  • feat(widgets): added device_browser widget (73f5a2f)

Fix

  • fix(device_browser): fixed plugin assignment for designer (6500393)

Refactor

  • refactor(docs): review response (4790afd)

Test

  • test: added test for device browser (e870e5b)

v0.94.7 (2024-08-20)

Fix

  • fix: formatting of stdout, stderr captured text for logger (939f834)

v0.94.6 (2024-08-14)

Fix

  • fix(server): emit heartbeat with state (bc2abe9)

v0.94.5 (2024-08-14)

Build

  • build: increased min version of bec to 2.21.4

Since we now rely on reusing the BECClient singleton, we need the fix introduced with 2.21.4 in BEC. (4f96d0e)

Fix

  • fix(rpc): use client singleton instead of dispatcher (ea9240d)

  • fix: removed qcoreapplication for polling events (4d02b42)

v0.94.4 (2024-08-14)

Documentation

  • docs: review developer section; add introduction (2af5c94)

Fix

  • fix: do not shutdown client in "close"

Terminating client connections has to be done at the application level (198c1d1)

v0.94.3 (2024-08-13)

Fix

  • fix(curve_dialog): async curves are shown in curve dialog after addition. (7aeb2b5)

  • fix(waveform): async device entry is correctly passed, updated and with new scan the previous data are cleared (d56ea95)

Test

  • test(waveform_widget): added tests for axis setting and curve dialog (f285b35)

v0.94.2 (2024-08-13)

Fix

  • fix(image): image is single image mode do not raise popup error when connected twice with the same monitor (98b79aa)

v0.94.1 (2024-08-12)