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 d36d801ef1 0.94.7
Automatically generated by python-semantic-release
2024-08-20 13:17:23 +00:00

6.5 KiB

CHANGELOG

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)

Fix

  • fix(scan_group_box): Scan Spinboxes limits increased to max allowed values; setting dialog for step size and decimal precision for ScanDoubleSpinBox on right click (a372925)

v0.93.1 (2024-08-06)

Documentation

  • docs: added video tutorial section with BSEG YT video (302ae90)

Fix

  • fix(dock): docks have more recognizable red icon for closing docks (af86860)

v0.93.0 (2024-08-05)

Feature

  • feat(themes): moved themes to bec_qthemes

This reverts commit fd6ae91993 (5aad401)

v0.92.5 (2024-08-05)

Fix

  • fix(spinner): stop timer on close event (30fef92)

  • fix(status_box): fix cleanup of status box (1f30dd7)

Test

  • test: register all widgets with qtbot and close them (73cd11e)