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 41dc6e6cfd 0.95.0
Automatically generated by python-semantic-release
2024-08-21 13:50:10 +00:00

6.6 KiB

CHANGELOG

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)

Fix

  • fix: issue #292, wrong key was used to clean _slots internal dictionary (93d3977)

v0.94.0 (2024-08-08)

Feature

  • feat: add PositionerControlLine (c80a7cd)

Refactor

  • refactor: adjust dimensions (0273bf4)

v0.93.5 (2024-08-08)

Fix

  • fix(positioner_box): icons fixed (281633d)

Refactor

  • refactor: add button for positioner selection (0d190c5)

Test

  • test(dap): wait for fit (6269009)

  • test(auto-update): wait for rendering (6d2442d)

v0.93.4 (2024-08-07)

Fix

  • fix: rename DeviceBox to PositionerBox, fix test for validation (37aa371)

  • fix: add validation for bec_lib.device.Positioner; closes #268 (eb54e9f)

v0.93.3 (2024-08-07)

Fix

  • fix(dock): properly shut down docks and temp areas (99ee545)

  • fix(settings): shut down settings dialog (b50b3a2)

  • fix(website): fixed teardown of website widgets (a3d4f5a)

  • fix(dock): properly shut down docks and dock areas (bc26497)

  • fix(figure): cleanup pyqtgraph (ad07bbf)

Test

  • test: removed quit from teardown (cf94599)

  • test: removed explicit call to close the widget (bf6294e)

  • test: use factory instead of fixture to properly cleanup widgets on teardown (9856857)

  • test: ensure all toplevelwidgets are closed (f9e5897)

v0.93.2 (2024-08-07)