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 7cd0b3630e 0.113.0
Automatically generated by python-semantic-release
2024-10-02 11:47:57 +00:00

6.8 KiB

CHANGELOG

v0.113.0 (2024-10-02)

Feature

  • feat: add first draft for alignment_1d GUI (63c24f9)

  • feat: add move to position button to lmfit dialog (281cb27)

Fix

  • fix: add is_log checks and functionality to plot_indicator_items (0f9953e)

Refactor

  • refactor: various minor improvements for the alignment gui (f554f3c)

  • refactor: allow hiding of arg/kwarg boxes (efe90eb)

  • refactor: add proxy to waveform to limit the dap_request frequency (5c74037)

  • refactor: update dap_model also if x and y axis are selected (28ee385)

  • refactor: linear_region_selector accepts log_x data (7cc0726)

  • refactor: use accent colors for bec_status_box icons; closes #338 (e039304)

Test

  • test: add tests for scan_status_callback (dc0c825)

Unknown

  • feat : Add bec_signal_proxy to handle signals with option to unblock them manually. (1dcfeb6)

v0.112.1 (2024-09-19)

Documentation

  • docs(dap_combo_box): updated screenshot (e3b5e33)

  • docs(device_box): updated screenshot (c8e614b)

Fix

  • fix: test e2e dap wait_for_fit (b2f7d3c)

v0.112.0 (2024-09-17)

Feature

  • feat: console: various improvements, auto-adapt rows to widget size, Qt Designer plugin (286ad71)

v0.111.0 (2024-09-17)

Documentation

  • docs(position_indicator): updated position indicator documentation and added designer properties (60f7d54)

Feature

  • feat(position_indicator): improved design and added more customization options (d15b222)

Fix

  • fix(position_indicator): fixed user access (dd932dd)

  • fix(generate_cli): fixed type annotations (d3c1a1b)

  • fix(positioner_box): visual improvements to the positioner_box and positioner_control_line (7ea4a48)

  • fix(palette viewer): fixed background for tool tip (9045323)

v0.110.0 (2024-09-12)

Feature

  • feat(palette_viewer): added widget to display the current palette and accent colors (a8576c1)

v0.109.1 (2024-09-09)

Fix

  • fix: refactor textbox widget, remove inheritance, adhere to bec style; closes #324 (b0d786b)

v0.109.0 (2024-09-06)

Feature

  • feat(accent colors): added helper function to get all accent colors (84a59f7)

Fix

  • fix(theme): fixed theme access for themecontainer (de303f0)

v0.108.0 (2024-09-06)

Documentation

  • docs(progressbar): added docs (7d07cea)

Feature

  • feat(progressbar): added bec progressbar (f6d1d0b)

  • feat(generate_cli): added support for property and qproperty setter (a52182d)

v0.107.0 (2024-09-06)

Documentation

  • docs: extend waveform docs (e6976dc)

Feature

  • feat: add roi select for dap, allow automatic clear curves on plot request (7bdca84)

Refactor

  • refactor: change style to bec_accent_colors (bd126dd)

Test

  • test: add tests, including extension to end-2-end test (b1aff6d)

v0.106.0 (2024-09-05)

Feature

  • feat(plot_base): toggle to switch outer axes for plotting widgets (06d7741)

Refactor

  • refactor: use DAPComboBox in curve_dialog selection (998a745)

Test

v0.105.0 (2024-09-04)

Feature

Refactor

  • refactor: cleanup and renaming of slot/signals (0fd5cee)

  • refactor(logger): changed prints to logger calls (3a5d7d0)

v0.104.0 (2024-09-04)

Fix

  • fix(scan_control): SafeSlot applied to run_scan to avoid faulty scan requests (9047916)